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