Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::CreatePipelineJobRequest (v0.7.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::CreatePipelineJobRequest.

Request message for PipelineService.CreatePipelineJob.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The resource name of the Location to create the PipelineJob in. Format: projects/{project}/locations/{location}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the Location to create the PipelineJob in. Format: projects/{project}/locations/{location}
Returns
  • (::String) — Required. The resource name of the Location to create the PipelineJob in. Format: projects/{project}/locations/{location}

#pipeline_job

def pipeline_job() -> ::Google::Cloud::AIPlatform::V1::PipelineJob
Returns

#pipeline_job=

def pipeline_job=(value) -> ::Google::Cloud::AIPlatform::V1::PipelineJob
Parameter
Returns

#pipeline_job_id

def pipeline_job_id() -> ::String
Returns
  • (::String) — 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]-/.

#pipeline_job_id=

def pipeline_job_id=(value) -> ::String
Parameter
  • value (::String) — 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]-/.

Returns
  • (::String) — 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]-/.