Class: ModerationAPI::Models::AuthorUpdateResponse::Metrics
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- ModerationAPI::Models::AuthorUpdateResponse::Metrics
- Defined in:
- lib/moderation_api/models/author_update_response.rb
Overview
Instance Attribute Summary collapse
-
#average_sentiment ⇒ Float?
Average sentiment score of content (-1 to 1).
-
#flagged_content ⇒ Float
Number of flagged content pieces.
-
#total_content ⇒ Float
Total pieces of content.
Method Summary
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
This class inherits a constructor from ModerationAPI::Internal::Type::BaseModel
Instance Attribute Details
#average_sentiment ⇒ Float?
Average sentiment score of content (-1 to 1). Requires a sentiment model in your project.
210 |
# File 'lib/moderation_api/models/author_update_response.rb', line 210 optional :average_sentiment, Float, nil?: true |
#flagged_content ⇒ Float
Number of flagged content pieces
197 |
# File 'lib/moderation_api/models/author_update_response.rb', line 197 required :flagged_content, Float |
#total_content ⇒ Float
Total pieces of content
203 |
# File 'lib/moderation_api/models/author_update_response.rb', line 203 required :total_content, Float |