libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMaker.Types.ModelPackageValidationProfile

Description

 
Synopsis

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.

Constructors

ModelPackageValidationProfile' 

Fields

Instances

Instances details
Eq ModelPackageValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationProfile

Read ModelPackageValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationProfile

Show ModelPackageValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationProfile

Generic ModelPackageValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationProfile

Associated Types

type Rep ModelPackageValidationProfile :: Type -> Type #

NFData ModelPackageValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationProfile

Hashable ModelPackageValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationProfile

ToJSON ModelPackageValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationProfile

FromJSON ModelPackageValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationProfile

type Rep ModelPackageValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationProfile

type Rep ModelPackageValidationProfile = D1 ('MetaData "ModelPackageValidationProfile" "Amazonka.SageMaker.Types.ModelPackageValidationProfile" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelPackageValidationProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "profileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "transformJobDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TransformJobDefinition)))

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_transformJobDefinition :: Lens' ModelPackageValidationProfile TransformJobDefinition Source #

The TransformJobDefinition object that describes the transform job used for the validation of the model package.