Uses of Interface
software.amazon.awssdk.services.sagemaker.model.FeatureParameter.Builder
-
Packages that use FeatureParameter.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of FeatureParameter.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return FeatureParameter.Builder Modifier and Type Method Description static FeatureParameter.BuilderFeatureParameter. builder()FeatureParameter.BuilderFeatureParameter.Builder. key(String key)A key that must contain a value to describe the feature.FeatureParameter.BuilderFeatureParameter. toBuilder()FeatureParameter.BuilderFeatureParameter.Builder. value(String value)The value that belongs to a key.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type FeatureParameter.Builder Modifier and Type Method Description static Class<? extends FeatureParameter.Builder>FeatureParameter. serializableBuilderClass()
-