TunedModel_State class final

The state of the tuned model.

Inheritance
  • Object
  • ProtoEnum
  • TunedModel_State

Constructors

TunedModel_State(String value)
const
TunedModel_State.fromJson(Object? json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isNotDefault bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

$default → const TunedModel_State
The default value for TunedModel_State.
active → const TunedModel_State
The model is ready to be used.
creating → const TunedModel_State
The model is being created.
failed → const TunedModel_State
The model failed to be created.
stateUnspecified → const TunedModel_State
The default value. This value is unused.