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.BuilderFeatureValue. builder()FeatureValue.BuilderFeatureValue.Builder. featureName(String featureName)The name of a feature that a feature value corresponds to.FeatureValue.BuilderFeatureValue. toBuilder()FeatureValue.BuilderFeatureValue.Builder. valueAsString(String valueAsString)The value in string format associated with a feature.FeatureValue.BuilderFeatureValue.Builder. valueAsStringList(String... valueAsStringList)The list of values in string format associated with a feature.FeatureValue.BuilderFeatureValue.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()
-