Google Cloud Retail V2 Client - Class TrainingState (1.6.2)

Reference documentation and code samples for the Google Cloud Retail V2 Client class TrainingState.

The training state of the model.

Protobuf type google.cloud.retail.v2.Model.TrainingState

Namespace

Google \ Cloud \ Retail \ V2 \ Model

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TRAINING_STATE_UNSPECIFIED

Value: 0

Unspecified training state.

Generated from protobuf enum TRAINING_STATE_UNSPECIFIED = 0;

PAUSED

Value: 1

The model training is paused.

Generated from protobuf enum PAUSED = 1;

TRAINING

Value: 2

The model is training.

Generated from protobuf enum TRAINING = 2;