Uses of Interface
software.amazon.awssdk.services.sagemaker.model.PropertyNameSuggestion.Builder
-
Packages that use PropertyNameSuggestion.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of PropertyNameSuggestion.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return PropertyNameSuggestion.Builder Modifier and Type Method Description static PropertyNameSuggestion.BuilderPropertyNameSuggestion. builder()PropertyNameSuggestion.BuilderPropertyNameSuggestion.Builder. propertyName(String propertyName)A suggested property name based on what you entered in the search textbox in the SageMaker console.PropertyNameSuggestion.BuilderPropertyNameSuggestion. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type PropertyNameSuggestion.Builder Modifier and Type Method Description static Class<? extends PropertyNameSuggestion.Builder>PropertyNameSuggestion. serializableBuilderClass()
-