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 protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureNamebuild()StringgetEntityType()StringgetFeature()StringgetFeaturestore()StringgetLocation()StringgetProject()FeatureName.BuildersetEntityType(String entityType)FeatureName.BuildersetFeature(String feature)FeatureName.BuildersetFeaturestore(String featurestore)FeatureName.BuildersetLocation(String location)FeatureName.BuildersetProject(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()
-
-