Uses of Enum
com.google.cloud.aiplatform.v1.Execution.State
Packages that use Execution.State
-
Uses of Execution.State in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return Execution.StateModifier and TypeMethodDescriptionstatic Execution.StateExecution.State.forNumber(int value) Execution.Builder.getState()The state of this Execution.Execution.getState()The state of this Execution.ExecutionOrBuilder.getState()The state of this Execution.static Execution.StateExecution.State.valueOf(int value) Deprecated.static Execution.StateExecution.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Execution.StateReturns 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.StateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Execution.State>Execution.State.internalGetValueMap()Methods in com.google.cloud.aiplatform.v1 with parameters of type Execution.StateModifier and TypeMethodDescriptionExecution.Builder.setState(Execution.State value) The state of this Execution.