| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
PropertyNameSuggestion |
PropertyNameSuggestion.clone() |
PropertyNameSuggestion |
PropertyNameSuggestion.withPropertyName(String propertyName)
A suggested property name based on what you entered in the search textbox in the SageMaker console.
|
| Modifier and Type | Method and Description |
|---|---|
List<PropertyNameSuggestion> |
GetSearchSuggestionsResult.getPropertyNameSuggestions()
A list of property names for a
Resource that match a SuggestionQuery. |
| Modifier and Type | Method and Description |
|---|---|
GetSearchSuggestionsResult |
GetSearchSuggestionsResult.withPropertyNameSuggestions(PropertyNameSuggestion... propertyNameSuggestions)
A list of property names for a
Resource that match a SuggestionQuery. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetSearchSuggestionsResult.setPropertyNameSuggestions(Collection<PropertyNameSuggestion> propertyNameSuggestions)
A list of property names for a
Resource that match a SuggestionQuery. |
GetSearchSuggestionsResult |
GetSearchSuggestionsResult.withPropertyNameSuggestions(Collection<PropertyNameSuggestion> propertyNameSuggestions)
A list of property names for a
Resource that match a SuggestionQuery. |
Copyright © 2025. All rights reserved.