Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::DeployIndexRequest.
Request message for DeployIndex.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#deployed_index
def deployed_index() -> ::Google::Cloud::VisionAI::V1::DeployedIndex
Returns
- (::Google::Cloud::VisionAI::V1::DeployedIndex) — Required. Index to deploy.
#deployed_index=
def deployed_index=(value) -> ::Google::Cloud::VisionAI::V1::DeployedIndex
Parameter
- value (::Google::Cloud::VisionAI::V1::DeployedIndex) — Required. Index to deploy.
Returns
- (::Google::Cloud::VisionAI::V1::DeployedIndex) — Required. Index to deploy.
#index_endpoint
def index_endpoint() -> ::String
Returns
-
(::String) — Required. IndexEndpoint the index is deployed to.
Format:
projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
#index_endpoint=
def index_endpoint=(value) -> ::String
Parameter
-
value (::String) — Required. IndexEndpoint the index is deployed to.
Format:
projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
Returns
-
(::String) — Required. IndexEndpoint the index is deployed to.
Format:
projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}