Google Cloud Retail V2 Client - Class ServingState (1.2.1)

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

The serving state of the model.

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

SERVING_STATE_UNSPECIFIED

Value: 0

Unspecified serving state.

Generated from protobuf enum SERVING_STATE_UNSPECIFIED = 0;

INACTIVE

Value: 1

The model is not serving.

Generated from protobuf enum INACTIVE = 1;

ACTIVE

Value: 2

The model is serving and can be queried.

Generated from protobuf enum ACTIVE = 2;

TUNED

Value: 3

The model is trained on tuned hyperparameters and can be queried.

Generated from protobuf enum TUNED = 3;