Struct aws_sdk_sagemaker::input::ListModelMetadataInput
source · [−]#[non_exhaustive]pub struct ListModelMetadataInput {
pub search_expression: Option<ModelMetadataSearchExpression>,
pub next_token: Option<String>,
pub max_results: Option<i32>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.search_expression: Option<ModelMetadataSearchExpression>
One or more filters that searches for the specified resource or resources in a search. All resource objects that satisfy the expression's condition are included in the search results. Specify the Framework, FrameworkVersion, Domain or Task to filter supported. Filter names and values are case-sensitive.
next_token: Option<String>
If the response to a previous ListModelMetadataResponse
request was truncated, the response includes a NextToken. To retrieve the next set of model metadata, use the token in the next request.
max_results: Option<i32>
The maximum number of models to return in the response.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListModelMetadata, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListModelMetadata, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListModelMetadata
>
Creates a new builder-style object to manufacture ListModelMetadataInput
One or more filters that searches for the specified resource or resources in a search. All resource objects that satisfy the expression's condition are included in the search results. Specify the Framework, FrameworkVersion, Domain or Task to filter supported. Filter names and values are case-sensitive.
If the response to a previous ListModelMetadataResponse
request was truncated, the response includes a NextToken. To retrieve the next set of model metadata, use the token in the next request.
The maximum number of models to return in the response.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ListModelMetadataInput
impl Send for ListModelMetadataInput
impl Sync for ListModelMetadataInput
impl Unpin for ListModelMetadataInput
impl UnwindSafe for ListModelMetadataInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more