Uses of Class
com.google.cloud.aiplatform.v1beta1.Artifact.State
-
Packages that use Artifact.State Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of Artifact.State in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return Artifact.State Modifier and Type Method Description static Artifact.State
Artifact.State. forNumber(int value)
Artifact.State
Artifact.Builder. getState()
The state of this Artifact.Artifact.State
Artifact. getState()
The state of this Artifact.Artifact.State
ArtifactOrBuilder. getState()
The state of this Artifact.static Artifact.State
Artifact.State. valueOf(int value)
Deprecated.static Artifact.State
Artifact.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Artifact.State
Artifact.State. valueOf(String name)
Returns 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.v1beta1 that return types with arguments of type Artifact.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Artifact.State>
Artifact.State. internalGetValueMap()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type Artifact.State Modifier and Type Method Description Artifact.Builder
Artifact.Builder. setState(Artifact.State value)
The state of this Artifact.
-