pub struct GetSearchSuggestionsRequest {
pub resource: String,
pub suggestion_query: Option<SuggestionQuery>,
}
Fields§
§resource: String
The name of the Amazon SageMaker resource to search for.
suggestion_query: Option<SuggestionQuery>
Limits the property names that are included in the response.
Trait Implementations§
Source§impl Clone for GetSearchSuggestionsRequest
impl Clone for GetSearchSuggestionsRequest
Source§fn clone(&self) -> GetSearchSuggestionsRequest
fn clone(&self) -> GetSearchSuggestionsRequest
Returns a duplicate 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 GetSearchSuggestionsRequest
impl Debug for GetSearchSuggestionsRequest
Source§impl Default for GetSearchSuggestionsRequest
impl Default for GetSearchSuggestionsRequest
Source§fn default() -> GetSearchSuggestionsRequest
fn default() -> GetSearchSuggestionsRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for GetSearchSuggestionsRequest
Auto Trait Implementations§
impl Freeze for GetSearchSuggestionsRequest
impl RefUnwindSafe for GetSearchSuggestionsRequest
impl Send for GetSearchSuggestionsRequest
impl Sync for GetSearchSuggestionsRequest
impl Unpin for GetSearchSuggestionsRequest
impl UnwindSafe for GetSearchSuggestionsRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more