Retail v2 API - Enum Model.Types.DataState (2.7.0)

public enum Model.Types.DataState

Reference 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.V2

Assembly

Google.Cloud.Retail.V2.dll

Fields

NameDescription
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.