Class: Google::Cloud::AIPlatform::V1::CreateTrialRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CreateTrialRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/vizier_service.rb
Overview
Request message for VizierService.CreateTrial.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#trial ⇒ ::Google::Cloud::AIPlatform::V1::Trial
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The resource name of the Study to create the Trial in.
Format: projects/{project}/locations/{location}/studies/{study}
.
211 212 213 214 |
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 211 class CreateTrialRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#trial ⇒ ::Google::Cloud::AIPlatform::V1::Trial
Returns Required. The Trial to create.
211 212 213 214 |
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 211 class CreateTrialRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |