Class CreatePipelineJobRequest (1.5.0)

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

Request message for PipelineService.CreatePipelineJob.

Attributes

NameDescription
parent str
Required. The resource name of the Location to create the PipelineJob in. Format: ``projects/{project}/locations/{location}``
pipeline_job google.cloud.aiplatform_v1beta1.types.PipelineJob
Required. The PipelineJob to create.
pipeline_job_id str
The ID to use for the PipelineJob, which will become the final component of the PipelineJob name. If not provided, an ID will be automatically generated. This value should be less than 128 characters, and valid characters are /`a-z][0-9]`-/.

Inheritance

builtins.object > proto.message.Message > CreatePipelineJobRequest