Class: Google::Cloud::AIPlatform::V1::CreateTrainingPipelineRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CreateTrainingPipelineRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb
Overview
Request message for PipelineService.CreateTrainingPipeline.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#training_pipeline ⇒ ::Google::Cloud::AIPlatform::V1::TrainingPipeline
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The resource name of the Location to create the TrainingPipeline
in. Format: projects/{project}/locations/{location}
.
43 44 45 46 |
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb', line 43 class CreateTrainingPipelineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#training_pipeline ⇒ ::Google::Cloud::AIPlatform::V1::TrainingPipeline
Returns Required. The TrainingPipeline to create.
43 44 45 46 |
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb', line 43 class CreateTrainingPipelineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |