Class: Google::Cloud::AutoML::V1::ClassificationAnnotation
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1::ClassificationAnnotation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1/classification.rb
Overview
Contains annotation details specific to classification.
Instance Attribute Summary collapse
-
#score ⇒ ::Float
Output only.
Instance Attribute Details
#score ⇒ ::Float
Returns Output only. A confidence estimate between 0.0 and 1.0. A higher value means greater confidence that the annotation is positive. If a user approves an annotation as negative or positive, the score value remains unchanged. If a user creates an annotation, the score is 0 for negative or 1 for positive.
32 33 34 35 |
# File 'proto_docs/google/cloud/automl/v1/classification.rb', line 32 class ClassificationAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |