Class: Google::Cloud::VisionAI::V1::DeployIndexRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/visionai/v1/warehouse.rb

Overview

Request message for DeployIndex.

Instance Attribute Summary collapse

Instance Attribute Details

#deployed_index::Google::Cloud::VisionAI::V1::DeployedIndex

Returns Required. Index to deploy.

Returns:



2114
2115
2116
2117
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2114

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

#index_endpoint::String

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



2114
2115
2116
2117
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2114

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