Package com.google.cloud.aiplatform.v1
Class FeatureName.Builder
- java.lang.Object
-
- com.google.cloud.aiplatform.v1.FeatureName.Builder
-
- Enclosing class:
- FeatureName
public static class FeatureName.Builder extends Object
Builder for projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureName
build()
String
getEntityType()
String
getFeature()
String
getFeaturestore()
String
getLocation()
String
getProject()
FeatureName.Builder
setEntityType(String entityType)
FeatureName.Builder
setFeature(String feature)
FeatureName.Builder
setFeaturestore(String featurestore)
FeatureName.Builder
setLocation(String location)
FeatureName.Builder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getFeaturestore
public String getFeaturestore()
-
getEntityType
public String getEntityType()
-
getFeature
public String getFeature()
-
setProject
public FeatureName.Builder setProject(String project)
-
setLocation
public FeatureName.Builder setLocation(String location)
-
setFeaturestore
public FeatureName.Builder setFeaturestore(String featurestore)
-
setEntityType
public FeatureName.Builder setEntityType(String entityType)
-
setFeature
public FeatureName.Builder setFeature(String feature)
-
build
public FeatureName build()
-
-