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.ModelMetadataSummary
Description
Synopsis
- data ModelMetadataSummary = ModelMetadataSummary' {}
- newModelMetadataSummary :: Text -> Text -> Text -> Text -> Text -> ModelMetadataSummary
- modelMetadataSummary_domain :: Lens' ModelMetadataSummary Text
- modelMetadataSummary_framework :: Lens' ModelMetadataSummary Text
- modelMetadataSummary_task :: Lens' ModelMetadataSummary Text
- modelMetadataSummary_model :: Lens' ModelMetadataSummary Text
- modelMetadataSummary_frameworkVersion :: Lens' ModelMetadataSummary Text
Documentation
data ModelMetadataSummary Source #
A summary of the model metadata.
See: newModelMetadataSummary
smart constructor.
Constructors
ModelMetadataSummary' | |
Instances
newModelMetadataSummary Source #
Create a value of ModelMetadataSummary
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:domain:ModelMetadataSummary'
, modelMetadataSummary_domain
- The machine learning domain of the model.
$sel:framework:ModelMetadataSummary'
, modelMetadataSummary_framework
- The machine learning framework of the model.
$sel:task:ModelMetadataSummary'
, modelMetadataSummary_task
- The machine learning task of the model.
$sel:model:ModelMetadataSummary'
, modelMetadataSummary_model
- The name of the model.
$sel:frameworkVersion:ModelMetadataSummary'
, modelMetadataSummary_frameworkVersion
- The framework version of the model.
modelMetadataSummary_domain :: Lens' ModelMetadataSummary Text Source #
The machine learning domain of the model.
modelMetadataSummary_framework :: Lens' ModelMetadataSummary Text Source #
The machine learning framework of the model.
modelMetadataSummary_task :: Lens' ModelMetadataSummary Text Source #
The machine learning task of the model.
modelMetadataSummary_model :: Lens' ModelMetadataSummary Text Source #
The name of the model.
modelMetadataSummary_frameworkVersion :: Lens' ModelMetadataSummary Text Source #
The framework version of the model.