Module: Google::Cloud::Speech::V1p1beta1::CustomClass::State

Defined in:
proto_docs/google/cloud/speech/v1p1beta1/resource.rb

Overview

Set of states that define the lifecycle of a CustomClass.

Constant Summary collapse

STATE_UNSPECIFIED =

Unspecified state. This is only used/useful for distinguishing unset values.

0
ACTIVE =

The normal and active state.

2
DELETED =

This CustomClass has been deleted.

4