Class: Google::Cloud::AIPlatform::V1::GetContextRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::GetContextRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/metadata_service.rb
Overview
Request message for MetadataService.GetContext.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the Context to retrieve.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}
.
374 375 376 377 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 374 class GetContextRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |