Uses of Class
com.google.cloud.aiplatform.v1.FeatureName
-
Packages that use FeatureName Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of FeatureName in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return FeatureName Modifier and Type Method Description FeatureNameFeatureName.Builder. build()static FeatureNameFeatureName. of(String project, String location, String featurestore, String entityType, String feature)static FeatureNameFeatureName. parse(String formattedString)Methods in com.google.cloud.aiplatform.v1 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.v1 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.FeatureFeaturestoreServiceClient. getFeature(FeatureName name)Gets details of a single Feature.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type FeatureName Modifier and Type Method Description static List<String>FeatureName. toStringList(List<FeatureName> values)
-