Class CreateBatchPredictionJobRequest (1.48.0)

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

Methods

CreateBatchPredictionJobRequest

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

Request message for JobService.CreateBatchPredictionJob.