Uses of Class
software.amazon.awssdk.services.sagemaker.model.PropertyNameSuggestion
-
Packages that use PropertyNameSuggestion Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of PropertyNameSuggestion in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type PropertyNameSuggestion Modifier and Type Method Description List<PropertyNameSuggestion>GetSearchSuggestionsResponse. propertyNameSuggestions()A list of property names for aResourcethat match aSuggestionQuery.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type PropertyNameSuggestion Modifier and Type Method Description GetSearchSuggestionsResponse.BuilderGetSearchSuggestionsResponse.Builder. propertyNameSuggestions(PropertyNameSuggestion... propertyNameSuggestions)A list of property names for aResourcethat match aSuggestionQuery.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type PropertyNameSuggestion Modifier and Type Method Description GetSearchSuggestionsResponse.BuilderGetSearchSuggestionsResponse.Builder. propertyNameSuggestions(Collection<PropertyNameSuggestion> propertyNameSuggestions)A list of property names for aResourcethat match aSuggestionQuery.
-