Module: Google::Cloud::Retail::V2::Model::TrainingState

Defined in:
proto_docs/google/cloud/retail/v2/model.rb

Overview

The training state of the model.

Constant Summary collapse

TRAINING_STATE_UNSPECIFIED =

Unspecified training state.

0
PAUSED =

The model training is paused.

1
TRAINING =

The model is training.

2