#[non_exhaustive]pub struct GetSearchSuggestionsInput { /* private fields */ }
Implementations§
source§impl GetSearchSuggestionsInput
impl GetSearchSuggestionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSearchSuggestions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSearchSuggestions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetSearchSuggestions
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetSearchSuggestionsInput
.
source§impl GetSearchSuggestionsInput
impl GetSearchSuggestionsInput
sourcepub fn resource(&self) -> Option<&ResourceType>
pub fn resource(&self) -> Option<&ResourceType>
The name of the Amazon SageMaker resource to search for.
sourcepub fn suggestion_query(&self) -> Option<&SuggestionQuery>
pub fn suggestion_query(&self) -> Option<&SuggestionQuery>
Limits the property names that are included in the response.
Trait Implementations§
source§impl Clone for GetSearchSuggestionsInput
impl Clone for GetSearchSuggestionsInput
source§fn clone(&self) -> GetSearchSuggestionsInput
fn clone(&self) -> GetSearchSuggestionsInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GetSearchSuggestionsInput
impl Debug for GetSearchSuggestionsInput
source§impl PartialEq<GetSearchSuggestionsInput> for GetSearchSuggestionsInput
impl PartialEq<GetSearchSuggestionsInput> for GetSearchSuggestionsInput
source§fn eq(&self, other: &GetSearchSuggestionsInput) -> bool
fn eq(&self, other: &GetSearchSuggestionsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.