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 |
Synopsis
Documentation
data ModelArtifacts Source #
Provides information about the location that is configured for storing model artifacts.
Model artifacts are the output that results from training a model, and typically consist of trained parameters, a model definition that describes how to compute inferences, and other metadata.
See: newModelArtifacts
smart constructor.
ModelArtifacts' | |
|
Instances
Create a value of ModelArtifacts
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:s3ModelArtifacts:ModelArtifacts'
, modelArtifacts_s3ModelArtifacts
- The path of the S3 object that contains the model artifacts. For
example, s3://bucket-name/keynameprefix/model.tar.gz
.
modelArtifacts_s3ModelArtifacts :: Lens' ModelArtifacts Text Source #
The path of the S3 object that contains the model artifacts. For
example, s3://bucket-name/keynameprefix/model.tar.gz
.