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
- data ModelPackageValidationProfile = ModelPackageValidationProfile' {}
- newModelPackageValidationProfile :: Text -> TransformJobDefinition -> ModelPackageValidationProfile
- modelPackageValidationProfile_profileName :: Lens' ModelPackageValidationProfile Text
- modelPackageValidationProfile_transformJobDefinition :: Lens' ModelPackageValidationProfile TransformJobDefinition
Documentation
data ModelPackageValidationProfile Source #
Contains data, such as the inputs and targeted instance types that are used in the process of validating the model package.
The data provided in the validation profile is made available to your buyers on Amazon Web Services Marketplace.
See: newModelPackageValidationProfile
smart constructor.
ModelPackageValidationProfile' | |
|
Instances
newModelPackageValidationProfile Source #
Create a value of ModelPackageValidationProfile
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:profileName:ModelPackageValidationProfile'
, modelPackageValidationProfile_profileName
- The name of the profile for the model package.
$sel:transformJobDefinition:ModelPackageValidationProfile'
, modelPackageValidationProfile_transformJobDefinition
- The TransformJobDefinition
object that describes the transform job
used for the validation of the model package.
modelPackageValidationProfile_profileName :: Lens' ModelPackageValidationProfile Text Source #
The name of the profile for the model package.
modelPackageValidationProfile_transformJobDefinition :: Lens' ModelPackageValidationProfile TransformJobDefinition Source #
The TransformJobDefinition
object that describes the transform job
used for the validation of the model package.