Class: Google::Cloud::AIPlatform::V1::MutateDeployedIndexRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/index_endpoint_service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#deployed_index::Google::Cloud::AIPlatform::V1::DeployedIndex

Returns Required. The DeployedIndex to be updated within the IndexEndpoint. Currently, the updatable fields are DeployedIndex.automatic_resources and DeployedIndex.dedicated_resources.

Returns:



232
233
234
235
# File 'proto_docs/google/cloud/aiplatform/v1/index_endpoint_service.rb', line 232

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

#index_endpoint::String

Returns Required. The name of the IndexEndpoint resource into which to deploy an Index. Format: projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}.

Returns:

  • (::String)

    Required. The name of the IndexEndpoint resource into which to deploy an Index. Format: projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}



232
233
234
235
# File 'proto_docs/google/cloud/aiplatform/v1/index_endpoint_service.rb', line 232

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