Class: Google::Cloud::AIPlatform::V1::LookupStudyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::LookupStudyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/vizier_service.rb
Overview
Request message for VizierService.LookupStudy.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#display_name ⇒ ::String
Returns Required. The user-defined display name of the Study.
103 104 105 106 |
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 103 class LookupStudyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the Location to get the Study from.
Format: projects/{project}/locations/{location}
.
103 104 105 106 |
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 103 class LookupStudyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |