| Package | Description |
|---|---|
| com.google.cloud.aiplatform.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
FeatureName |
FeatureName.Builder.build() |
FeatureName |
FeatureName.ProjectLocationFeatureGroupFeatureBuilder.build() |
static FeatureName |
FeatureName.of(String project,
String location,
String featurestore,
String entityType,
String feature) |
static FeatureName |
FeatureName.ofProjectLocationFeatureGroupFeatureName(String project,
String location,
String featureGroup,
String feature) |
static FeatureName |
FeatureName.ofProjectLocationFeaturestoreEntityTypeFeatureName(String project,
String location,
String featurestore,
String entityType,
String feature) |
static FeatureName |
FeatureName.parse(String formattedString) |
| Modifier and Type | Method and Description |
|---|---|
static List<FeatureName> |
FeatureName.parseList(List<String> formattedStrings) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
FeatureName.toStringList(List<FeatureName> values) |
Copyright © 2024 Google LLC. All rights reserved.