Uses of Class
com.google.cloud.aiplatform.v1.Execution.State
-
Packages that use Execution.State Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of Execution.State in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return Execution.State Modifier and Type Method Description static Execution.State
Execution.State. forNumber(int value)
Execution.State
Execution.Builder. getState()
The state of this Execution.Execution.State
Execution. getState()
The state of this Execution.Execution.State
ExecutionOrBuilder. getState()
The state of this Execution.static Execution.State
Execution.State. valueOf(int value)
Deprecated.static Execution.State
Execution.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Execution.State
Execution.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Execution.State[]
Execution.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type Execution.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Execution.State>
Execution.State. internalGetValueMap()
Methods in com.google.cloud.aiplatform.v1 with parameters of type Execution.State Modifier and Type Method Description Execution.Builder
Execution.Builder. setState(Execution.State value)
The state of this Execution.
-