Discovery Engine v1beta API - Enum CustomTuningModel.Types.ModelState (1.0.0-beta14)

public enum CustomTuningModel.Types.ModelState

Reference documentation and code samples for the Discovery Engine v1beta API enum CustomTuningModel.Types.ModelState.

The state of the model.

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Fields

Name Description
ReadyForServing

The model is ready for serving.

Training

The model is currently training.

TrainingComplete

The model has successfully completed training.

TrainingFailed

The model training failed.

TrainingPaused

The model is in a paused training state.

Unspecified

Default value.