Class: Google::Cloud::AIPlatform::V1::CreatePipelineJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CreatePipelineJobRequest
- 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
-
#parent ⇒ ::String
Required.
-
#pipeline_job ⇒ ::Google::Cloud::AIPlatform::V1::PipelineJob
Required.
-
#pipeline_job_id ⇒ ::String
The ID to use for the PipelineJob, which will become the final component of the PipelineJob name.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The resource name of the Location to create the PipelineJob in.
Format: projects/{project}/locations/{location}
.
164 165 166 167 |
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb', line 164 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.
164 165 166 167 |
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb', line 164 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]-/
.
164 165 166 167 |
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb', line 164 class CreatePipelineJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |