CorpusStatus_State class final

RagCorpus life state.

Inheritance
  • Object
  • ProtoEnum
  • CorpusStatus_State

Constructors

CorpusStatus_State(String value)
const
CorpusStatus_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 CorpusStatus_State
The default value for CorpusStatus_State.
active → const CorpusStatus_State
RagCorpus is provisioned successfully and is ready to serve.
error → const CorpusStatus_State
RagCorpus is in a problematic situation. See error_message field for details.
initialized → const CorpusStatus_State
RagCorpus resource entry is initialized, but hasn't done validation.
unknown → const CorpusStatus_State
This state is not supposed to happen.