public enum Model.Types.DataStateReference documentation and code samples for the Retail v2 API enum Model.Types.DataState.
Describes whether this model have sufficient training data to be continuously trained.
Namespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Fields |
|
|---|---|
| Name | Description |
DataError |
The model does not have sufficient training data. Error messages can be queried via Stackdriver. |
DataOk |
The model has sufficient training data. |
Unspecified |
Unspecified default value, should never be explicitly set. |