Class: Relevanced::GetDocumentSimilarity_args
- Inherits:
-
Object
- Object
- Relevanced::GetDocumentSimilarity_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen-rb/relevanced.rb
Constant Summary collapse
- CENTROIDID =
1
- DOCID =
2
- FIELDS =
{ CENTROIDID => {:type => ::Thrift::Types::STRING, :name => 'centroidId'}, DOCID => {:type => ::Thrift::Types::STRING, :name => 'docId'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
946 |
# File 'lib/gen-rb/relevanced.rb', line 946 def struct_fields; FIELDS; end |
#validate ⇒ Object
948 949 |
# File 'lib/gen-rb/relevanced.rb', line 948 def validate end |