Class: Google::Cloud::AIPlatform::V1::DeployedIndexRef
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeployedIndexRef
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/deployed_index_ref.rb
Overview
Points to a DeployedIndex.
Instance Attribute Summary collapse
-
#deployed_index_id ⇒ ::String
Immutable.
-
#display_name ⇒ ::String
readonly
Output only.
-
#index_endpoint ⇒ ::String
Immutable.
Instance Attribute Details
#deployed_index_id ⇒ ::String
Returns Immutable. The ID of the DeployedIndex in the above IndexEndpoint.
34 35 36 37 |
# File 'proto_docs/google/cloud/aiplatform/v1/deployed_index_ref.rb', line 34 class DeployedIndexRef include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String (readonly)
Returns Output only. The display name of the DeployedIndex.
34 35 36 37 |
# File 'proto_docs/google/cloud/aiplatform/v1/deployed_index_ref.rb', line 34 class DeployedIndexRef include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#index_endpoint ⇒ ::String
Returns Immutable. A resource name of the IndexEndpoint.
34 35 36 37 |
# File 'proto_docs/google/cloud/aiplatform/v1/deployed_index_ref.rb', line 34 class DeployedIndexRef include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |