Class: Google::Cloud::VisionAI::V1::GetSearchHypernymRequest

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 getting SearchHypernym.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the SearchHypernym to retrieve. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/searchHypernyms/{search_hypernym}.

Returns:

  • (::String)

    Required. The name of the SearchHypernym to retrieve. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/searchHypernyms/{search_hypernym}



2319
2320
2321
2322
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2319

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