Uses of Interface
software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model.FeatureValue.Builder
-
Packages that use FeatureValue.Builder Package Description software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model -
-
Uses of FeatureValue.Builder in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model
Methods in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model that return FeatureValue.Builder Modifier and Type Method Description static FeatureValue.Builder
FeatureValue. builder()
FeatureValue.Builder
FeatureValue.Builder. featureName(String featureName)
The name of a feature that a feature value corresponds to.FeatureValue.Builder
FeatureValue. toBuilder()
FeatureValue.Builder
FeatureValue.Builder. valueAsString(String valueAsString)
The value in string format associated with a feature.FeatureValue.Builder
FeatureValue.Builder. valueAsStringList(String... valueAsStringList)
The list of values in string format associated with a feature.FeatureValue.Builder
FeatureValue.Builder. valueAsStringList(Collection<String> valueAsStringList)
The list of values in string format associated with a feature.Methods in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model that return types with arguments of type FeatureValue.Builder Modifier and Type Method Description static Class<? extends FeatureValue.Builder>
FeatureValue. serializableBuilderClass()
-