Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::DeployIndexRequest (v0.15.0)

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

Request message for IndexEndpointService.DeployIndex.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#deployed_index

def deployed_index() -> ::Google::Cloud::AIPlatform::V1::DeployedIndex
Returns

#deployed_index=

def deployed_index=(value) -> ::Google::Cloud::AIPlatform::V1::DeployedIndex
Parameter
Returns

#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}