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