Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data AutoMLJobArtifacts Source #
The artifacts that are generated during an AutoML job.
See: newAutoMLJobArtifacts
smart constructor.
AutoMLJobArtifacts' | |
|
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.