Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::MutateDeployedIndexRequest (v0.14.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::MutateDeployedIndexRequest.

Request message for IndexEndpointService.MutateDeployedIndex.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#deployed_index

def deployed_index() -> ::Google::Cloud::AIPlatform::V1::DeployedIndex
Returns
  • (::Google::Cloud::AIPlatform::V1::DeployedIndex) — Required. The DeployedIndex to be updated within the IndexEndpoint. Currently, the updatable fields are [DeployedIndex][automatic_resources] and [DeployedIndex][dedicated_resources]

#deployed_index=

def deployed_index=(value) -> ::Google::Cloud::AIPlatform::V1::DeployedIndex
Parameter
  • value (::Google::Cloud::AIPlatform::V1::DeployedIndex) — Required. The DeployedIndex to be updated within the IndexEndpoint. Currently, the updatable fields are [DeployedIndex][automatic_resources] and [DeployedIndex][dedicated_resources]
Returns
  • (::Google::Cloud::AIPlatform::V1::DeployedIndex) — Required. The DeployedIndex to be updated within the IndexEndpoint. Currently, the updatable fields are [DeployedIndex][automatic_resources] and [DeployedIndex][dedicated_resources]

#index_endpoint

def index_endpoint() -> ::String
Returns
  • (::String) — Required. The name of the IndexEndpoint resource into which to deploy an Index. Format: projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}

#index_endpoint=

def index_endpoint=(value) -> ::String
Parameter
  • value (::String) — 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}