Class: Relevanced::GetCentroidSimilarity_result
- Inherits:
-
Object
- Object
- Relevanced::GetCentroidSimilarity_result
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen-rb/relevanced.rb
Constant Summary collapse
- SUCCESS =
0
- ERR =
1
- FIELDS =
{ SUCCESS => {:type => ::Thrift::Types::DOUBLE, :name => 'success'}, ERR => {:type => ::Thrift::Types::STRUCT, :name => 'err', :class => ::ECentroidDoesNotExist} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1122 |
# File 'lib/gen-rb/relevanced.rb', line 1122 def struct_fields; FIELDS; end |
#validate ⇒ Object
1124 1125 |
# File 'lib/gen-rb/relevanced.rb', line 1124 def validate end |