Class: Google::Cloud::AIPlatform::V1::CreatePipelineJobRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb

Overview

Request message for PipelineService.CreatePipelineJob.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns 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}



139
140
141
142
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb', line 139

class CreatePipelineJobRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#pipeline_job::Google::Cloud::AIPlatform::V1::PipelineJob

Returns Required. The PipelineJob to create.

Returns:



139
140
141
142
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb', line 139

class CreatePipelineJobRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#pipeline_job_id::String

Returns 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]-/.



139
140
141
142
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb', line 139

class CreatePipelineJobRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end