Uses of Class
com.google.cloud.aiplatform.v1beta1.FeatureName
-
Packages that use FeatureName Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of FeatureName in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return FeatureName Modifier and Type Method Description FeatureName
FeatureName.Builder. build()
static FeatureName
FeatureName. of(String project, String location, String featurestore, String entityType, String feature)
static FeatureName
FeatureName. parse(String formattedString)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type FeatureName Modifier and Type Method Description static List<FeatureName>
FeatureName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type FeatureName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata>
FeaturestoreServiceClient. deleteFeatureAsync(FeatureName name)
Deletes a single Feature.Feature
FeaturestoreServiceClient. getFeature(FeatureName name)
Gets details of a single Feature.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type FeatureName Modifier and Type Method Description static List<String>
FeatureName. toStringList(List<FeatureName> values)
-