Class FeatureName.Builder (3.44.0)

public static class FeatureName.Builder

Builder for projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}.

Inheritance

java.lang.Object > FeatureName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public FeatureName build()
Returns
Type Description
FeatureName

getEntityType()

public String getEntityType()
Returns
Type Description
String

getFeature()

public String getFeature()
Returns
Type Description
String

getFeaturestore()

public String getFeaturestore()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setEntityType(String entityType)

public FeatureName.Builder setEntityType(String entityType)
Parameter
Name Description
entityType String
Returns
Type Description
FeatureName.Builder

setFeature(String feature)

public FeatureName.Builder setFeature(String feature)
Parameter
Name Description
feature String
Returns
Type Description
FeatureName.Builder

setFeaturestore(String featurestore)

public FeatureName.Builder setFeaturestore(String featurestore)
Parameter
Name Description
featurestore String
Returns
Type Description
FeatureName.Builder

setLocation(String location)

public FeatureName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
FeatureName.Builder

setProject(String project)

public FeatureName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
FeatureName.Builder