Class: Google::Cloud::AIPlatform::V1::GetIndexEndpointRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::GetIndexEndpointRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/index_endpoint_service.rb
Overview
Request message for IndexEndpointService.GetIndexEndpoint
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the IndexEndpoint resource.
Format:
projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
.
55 56 57 58 |
# File 'proto_docs/google/cloud/aiplatform/v1/index_endpoint_service.rb', line 55 class GetIndexEndpointRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |