Class CreateBatchPredictionJobRequest (0.3.1)

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 `.gca_batch_prediction_job.BatchPredictionJob`
Required. The BatchPredictionJob to create.

Inheritance

builtins.object > proto.message.Message > CreateBatchPredictionJobRequest