Struct aws_sdk_sagemaker::model::suggestion_query::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for SuggestionQuery
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn property_name_query(self, input: PropertyNameQuery) -> Self
pub fn property_name_query(self, input: PropertyNameQuery) -> Self
Defines a property name hint. Only property names that begin with the specified hint are included in the response.
sourcepub fn set_property_name_query(self, input: Option<PropertyNameQuery>) -> Self
pub fn set_property_name_query(self, input: Option<PropertyNameQuery>) -> Self
Defines a property name hint. Only property names that begin with the specified hint are included in the response.
sourcepub fn build(self) -> SuggestionQuery
pub fn build(self) -> SuggestionQuery
Consumes the builder and constructs a SuggestionQuery
.