Class: Google::Cloud::AIPlatform::V1::DeployIndexRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeployIndexRequest
- 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
-
#deployed_index ⇒ ::Google::Cloud::AIPlatform::V1::DeployedIndex
Required.
-
#index_endpoint ⇒ ::String
Required.
Instance Attribute Details
#deployed_index ⇒ ::Google::Cloud::AIPlatform::V1::DeployedIndex
Returns Required. The DeployedIndex to be created within the IndexEndpoint.
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}
.
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 |