Class: Google::Cloud::AIPlatform::V1::DeployIndexRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#deployed_index::Google::Cloud::AIPlatform::V1::DeployedIndex

Returns Required. The DeployedIndex to be created within the IndexEndpoint.

Returns:



157
158
159
160
# File 'proto_docs/google/cloud/aiplatform/v1/index_endpoint_service.rb', line 157

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

#index_endpoint::String

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



157
158
159
160
# File 'proto_docs/google/cloud/aiplatform/v1/index_endpoint_service.rb', line 157

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