Class CreateBatchPredictionJobRequest (1.2.0)

  CreateBatchPredictionJobRequest 
 ( 
 mapping 
 = 
 None 
 , 
 * 
 , 
 ignore_unknown_fields 
 = 
 False 
 , 
 ** 
 kwargs 
 ) 
 

Request message for JobService.CreateBatchPredictionJob .

Attributes

Name Description
parent str
Required. The resource name of the Location to create the BatchPredictionJob in. Format: ``projects/{project}/locations/{location}``
batch_prediction_job google.cloud.aiplatform_v1beta1.types.BatchPredictionJob
Required. The BatchPredictionJob to create.

Inheritance

builtins.object > proto.message.Message > CreateBatchPredictionJobRequest