Module: Google::Cloud::Retail::V2::Model::DataState
- Defined in:
- proto_docs/google/cloud/retail/v2/model.rb
Overview
Describes whether this model have sufficient training data to be continuously trained.
Constant Summary collapse
- DATA_STATE_UNSPECIFIED =
Unspecified default value, should never be explicitly set.
0
- DATA_OK =
The model has sufficient training data.
1
- DATA_ERROR =
The model does not have sufficient training data. Error messages can be queried via Stackdriver.
2