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.



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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