Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::UndeployIndexRequest (v0.5.0)

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

Request message for IndexEndpointService.UndeployIndex.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#deployed_index_id

def deployed_index_id() -> ::String
Returns
  • (::String) — Required. The ID of the DeployedIndex to be undeployed from the IndexEndpoint.

#deployed_index_id=

def deployed_index_id=(value) -> ::String
Parameter
  • value (::String) — Required. The ID of the DeployedIndex to be undeployed from the IndexEndpoint.
Returns
  • (::String) — Required. The ID of the DeployedIndex to be undeployed from the IndexEndpoint.

#index_endpoint

def index_endpoint() -> ::String
Returns
  • (::String) — Required. The name of the IndexEndpoint resource from which to undeploy 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 from which to undeploy an Index. Format: projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
Returns
  • (::String) — Required. The name of the IndexEndpoint resource from which to undeploy an Index. Format: projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}