Google Cloud Retail V2 Client - Class TrainingState (1.2.1)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;