Class: Google::Cloud::AIPlatform::V1::GetTrialRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::GetTrialRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/vizier_service.rb
Overview
Request message for VizierService.GetTrial.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the Trial resource.
Format:
projects/{project}/locations/{location}/studies/{study}/trials/{trial}
.
223 224 225 226 |
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 223 class GetTrialRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |