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 SourceAlgorithm Source #
Specifies an algorithm that was used to create the model package. The algorithm must be either an algorithm resource in your Amazon SageMaker account or an algorithm in Amazon Web Services Marketplace that you are subscribed to.
See: newSourceAlgorithm
smart constructor.
SourceAlgorithm' | |
|
Instances
Create a value of SourceAlgorithm
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:modelDataUrl:SourceAlgorithm'
, sourceAlgorithm_modelDataUrl
- The Amazon S3 path where the model artifacts, which result from model
training, are stored. This path must point to a single gzip
compressed
tar archive (.tar.gz
suffix).
The model artifacts must be in an S3 bucket that is in the same region as the algorithm.
$sel:algorithmName:SourceAlgorithm'
, sourceAlgorithm_algorithmName
- The name of an algorithm that was used to create the model package. The
algorithm must be either an algorithm resource in your Amazon SageMaker
account or an algorithm in Amazon Web Services Marketplace that you are
subscribed to.
sourceAlgorithm_modelDataUrl :: Lens' SourceAlgorithm (Maybe Text) Source #
The Amazon S3 path where the model artifacts, which result from model
training, are stored. This path must point to a single gzip
compressed
tar archive (.tar.gz
suffix).
The model artifacts must be in an S3 bucket that is in the same region as the algorithm.
sourceAlgorithm_algorithmName :: Lens' SourceAlgorithm Text Source #
The name of an algorithm that was used to create the model package. The algorithm must be either an algorithm resource in your Amazon SageMaker account or an algorithm in Amazon Web Services Marketplace that you are subscribed to.