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