Class: Relevanced::MultiGetDocumentSimilarity_args
- Inherits:
-
Object
- Object
- Relevanced::MultiGetDocumentSimilarity_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen-rb/relevanced.rb
Constant Summary collapse
- CENTROIDIDS =
1
- DOCUMENTID =
2
- FIELDS =
{ CENTROIDIDS => {:type => ::Thrift::Types::LIST, :name => 'centroidIds', :element => {:type => ::Thrift::Types::STRING}}, DOCUMENTID => {:type => ::Thrift::Types::STRING, :name => 'documentId'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
984 |
# File 'lib/gen-rb/relevanced.rb', line 984 def struct_fields; FIELDS; end |
#validate ⇒ Object
986 987 |
# File 'lib/gen-rb/relevanced.rb', line 986 def validate end |