pub struct GetSearchSuggestions { /* private fields */ }
Expand description
Fluent builder constructing a request to GetSearchSuggestions
.
An auto-complete API for the search functionality in the Amazon SageMaker console. It returns suggestions of possible matches for the property name to use in Search
queries. Provides suggestions for HyperParameters
, Tags
, and Metrics
.
Implementations§
source§impl GetSearchSuggestions
impl GetSearchSuggestions
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<GetSearchSuggestions, AwsResponseRetryClassifier>, SdkError<GetSearchSuggestionsError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<GetSearchSuggestions, AwsResponseRetryClassifier>, SdkError<GetSearchSuggestionsError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<GetSearchSuggestionsOutput, SdkError<GetSearchSuggestionsError>>
pub async fn send(
self
) -> Result<GetSearchSuggestionsOutput, SdkError<GetSearchSuggestionsError>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn resource(self, input: ResourceType) -> Self
pub fn resource(self, input: ResourceType) -> Self
The name of the Amazon SageMaker resource to search for.
sourcepub fn set_resource(self, input: Option<ResourceType>) -> Self
pub fn set_resource(self, input: Option<ResourceType>) -> Self
The name of the Amazon SageMaker resource to search for.
sourcepub fn suggestion_query(self, input: SuggestionQuery) -> Self
pub fn suggestion_query(self, input: SuggestionQuery) -> Self
Limits the property names that are included in the response.
sourcepub fn set_suggestion_query(self, input: Option<SuggestionQuery>) -> Self
pub fn set_suggestion_query(self, input: Option<SuggestionQuery>) -> Self
Limits the property names that are included in the response.
Trait Implementations§
source§impl Clone for GetSearchSuggestions
impl Clone for GetSearchSuggestions
source§fn clone(&self) -> GetSearchSuggestions
fn clone(&self) -> GetSearchSuggestions
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more