Class CreateBatchPredictionJobRequest (1.18.1)

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

Request message for JobService.CreateBatchPredictionJob.

Attributes

NameDescription
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_v1.types.BatchPredictionJob
Required. The BatchPredictionJob to create.

Inheritance

builtins.object > proto.message.Message > CreateBatchPredictionJobRequest