Class: Google::Cloud::AIPlatform::V1::UndeployIndexRequest

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

Request message for IndexEndpointService.UndeployIndex.

Instance Attribute Summary collapse

Instance Attribute Details

#deployed_index_id::String

Returns 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.



196
197
198
199
# File 'proto_docs/google/cloud/aiplatform/v1/index_endpoint_service.rb', line 196

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

#index_endpoint::String

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



196
197
198
199
# File 'proto_docs/google/cloud/aiplatform/v1/index_endpoint_service.rb', line 196

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