| 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.AutoMLJobArtifacts
Description
Documentation
data AutoMLJobArtifacts Source #
The artifacts that are generated during an AutoML job.
See: newAutoMLJobArtifacts smart constructor.
Constructors
| AutoMLJobArtifacts' | |
Fields
| |
Instances
newAutoMLJobArtifacts :: AutoMLJobArtifacts Source #
Create a value of AutoMLJobArtifacts 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:candidateDefinitionNotebookLocation:AutoMLJobArtifacts', autoMLJobArtifacts_candidateDefinitionNotebookLocation - The URL of the notebook location.
$sel:dataExplorationNotebookLocation:AutoMLJobArtifacts', autoMLJobArtifacts_dataExplorationNotebookLocation - The URL of the notebook location.
autoMLJobArtifacts_candidateDefinitionNotebookLocation :: Lens' AutoMLJobArtifacts (Maybe Text) Source #
The URL of the notebook location.
autoMLJobArtifacts_dataExplorationNotebookLocation :: Lens' AutoMLJobArtifacts (Maybe Text) Source #
The URL of the notebook location.