lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/tables.rb in google-cloud-automl-0.3.0 vs lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/tables.rb in google-cloud-automl-0.4.0
- old
+ new
@@ -84,9 +84,17 @@
# fields values. The regeneration happens in the background on a best effort
# basis.
class TablesDatasetMetadata; end
# Model metadata specific to AutoML Tables.
+ # @!attribute [rw] optimization_objective_recall_value
+ # @return [Float]
+ # Required when optimization_objective is "MAXIMIZE_PRECISION_AT_RECALL".
+ # Must be between 0 and 1, inclusive.
+ # @!attribute [rw] optimization_objective_precision_value
+ # @return [Float]
+ # Required when optimization_objective is "MAXIMIZE_RECALL_AT_PRECISION".
+ # Must be between 0 and 1, inclusive.
# @!attribute [rw] target_column_spec
# @return [Google::Cloud::AutoML::V1beta1::ColumnSpec]
# Column spec of the dataset's primary table's column the model is
# predicting. Snapshotted when model creation started.
# Only 3 fields are used:
\ No newline at end of file