Class: Google::Cloud::AIPlatform::V1::DeployedIndexRef

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#deployed_index_id::String

Returns Immutable. The ID of the DeployedIndex in the above IndexEndpoint.

Returns:

  • (::String)

    Immutable. The ID of the DeployedIndex in the above IndexEndpoint.



31
32
33
34
# File 'proto_docs/google/cloud/aiplatform/v1/deployed_index_ref.rb', line 31

class DeployedIndexRef
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#index_endpoint::String

Returns Immutable. A resource name of the IndexEndpoint.

Returns:

  • (::String)

    Immutable. A resource name of the IndexEndpoint.



31
32
33
34
# File 'proto_docs/google/cloud/aiplatform/v1/deployed_index_ref.rb', line 31

class DeployedIndexRef
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end