Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::UndeployIndexRequest.
Request message for UndeployIndexEndpoint.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#index_endpoint
def index_endpoint() -> ::String Returns
- (::String) — Required. Resource name of the IndexEndpoint resource on which the undeployment will act. Format:
projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
#index_endpoint=
def index_endpoint=(value) -> ::String Parameter
- value (::String) — Required. Resource name of the IndexEndpoint resource on which the undeployment will act. Format:
projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
Returns
- (::String) — Required. Resource name of the IndexEndpoint resource on which the undeployment will act. Format:
projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}