public static interface GetSearchSuggestionsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<GetSearchSuggestionsRequest.Builder,GetSearchSuggestionsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetSearchSuggestionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetSearchSuggestionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetSearchSuggestionsRequest.Builder |
resource(ResourceType resource)
The name of the Amazon SageMaker resource to Search for.
|
GetSearchSuggestionsRequest.Builder |
resource(String resource)
The name of the Amazon SageMaker resource to Search for.
|
default GetSearchSuggestionsRequest.Builder |
suggestionQuery(Consumer<SuggestionQuery.Builder> suggestionQuery)
Limits the property names that are included in the response.
|
GetSearchSuggestionsRequest.Builder |
suggestionQuery(SuggestionQuery suggestionQuery)
Limits the property names that are included in the response.
|
buildoverrideConfigurationcopyapplyMutation, buildGetSearchSuggestionsRequest.Builder resource(String resource)
The name of the Amazon SageMaker resource to Search for. The only valid Resource value is
TrainingJob.
resource - The name of the Amazon SageMaker resource to Search for. The only valid Resource value is
TrainingJob.ResourceType,
ResourceTypeGetSearchSuggestionsRequest.Builder resource(ResourceType resource)
The name of the Amazon SageMaker resource to Search for. The only valid Resource value is
TrainingJob.
resource - The name of the Amazon SageMaker resource to Search for. The only valid Resource value is
TrainingJob.ResourceType,
ResourceTypeGetSearchSuggestionsRequest.Builder suggestionQuery(SuggestionQuery suggestionQuery)
Limits the property names that are included in the response.
suggestionQuery - Limits the property names that are included in the response.default GetSearchSuggestionsRequest.Builder suggestionQuery(Consumer<SuggestionQuery.Builder> suggestionQuery)
Limits the property names that are included in the response.
This is a convenience that creates an instance of theSuggestionQuery.Builder avoiding the need to
create one manually via SuggestionQuery.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to suggestionQuery(SuggestionQuery).suggestionQuery - a consumer that will call methods on SuggestionQuery.BuildersuggestionQuery(SuggestionQuery)GetSearchSuggestionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetSearchSuggestionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.