Struct aws_sdk_sagemaker::model::ModelMetadataFilter
source · [−]#[non_exhaustive]pub struct ModelMetadataFilter {
pub name: Option<ModelMetadataFilterType>,
pub value: Option<String>,
}
Expand description
Part of the search expression. You can specify the name and value (domain, task, framework, framework version, task, and model).
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.name: Option<ModelMetadataFilterType>
The name of the of the model to filter by.
value: Option<String>
The value to filter the model metadata.
Implementations
Creates a new builder-style object to manufacture ModelMetadataFilter
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 ModelMetadataFilter
impl Send for ModelMetadataFilter
impl Sync for ModelMetadataFilter
impl Unpin for ModelMetadataFilter
impl UnwindSafe for ModelMetadataFilter
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