| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMaker.Types.ModelMetadataFilter
Description
Documentation
data ModelMetadataFilter Source #
Part of the search expression. You can specify the name and value (domain, task, framework, framework version, task, and model).
See: newModelMetadataFilter smart constructor.
Constructors
| ModelMetadataFilter' | |
Fields
| |
Instances
newModelMetadataFilter Source #
Arguments
| :: ModelMetadataFilterType | |
| -> Text | |
| -> ModelMetadataFilter |
Create a value of ModelMetadataFilter with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:name:ModelMetadataFilter', modelMetadataFilter_name - The name of the of the model to filter by.
$sel:value:ModelMetadataFilter', modelMetadataFilter_value - The value to filter the model metadata.
modelMetadataFilter_name :: Lens' ModelMetadataFilter ModelMetadataFilterType Source #
The name of the of the model to filter by.
modelMetadataFilter_value :: Lens' ModelMetadataFilter Text Source #
The value to filter the model metadata.