Class: Google::Cloud::AutoML::V1beta1::TablesAnnotation
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1beta1::TablesAnnotation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1beta1/tables.rb
Overview
Contains annotation details specific to Tables.
Instance Attribute Summary collapse
-
#baseline_score ⇒ ::Float
Output only.
-
#prediction_interval ⇒ ::Google::Cloud::AutoML::V1beta1::DoubleRange
Output only.
-
#score ⇒ ::Float
Output only.
-
#tables_model_column_info ⇒ ::Array<::Google::Cloud::AutoML::V1beta1::TablesModelColumnInfo>
Output only.
-
#value ⇒ ::Google::Protobuf::Value
The predicted value of the row's.
Instance Attribute Details
#baseline_score ⇒ ::Float
263 264 265 266 |
# File 'proto_docs/google/cloud/automl/v1beta1/tables.rb', line 263 class TablesAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#prediction_interval ⇒ ::Google::Cloud::AutoML::V1beta1::DoubleRange
263 264 265 266 |
# File 'proto_docs/google/cloud/automl/v1beta1/tables.rb', line 263 class TablesAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#score ⇒ ::Float
263 264 265 266 |
# File 'proto_docs/google/cloud/automl/v1beta1/tables.rb', line 263 class TablesAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tables_model_column_info ⇒ ::Array<::Google::Cloud::AutoML::V1beta1::TablesModelColumnInfo>
263 264 265 266 |
# File 'proto_docs/google/cloud/automl/v1beta1/tables.rb', line 263 class TablesAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::Google::Protobuf::Value
263 264 265 266 |
# File 'proto_docs/google/cloud/automl/v1beta1/tables.rb', line 263 class TablesAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |