/AWS1/CL_SGMMDELPACKAGEVALID00¶
Specifies batch transform jobs that SageMaker runs to validate your model package.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_validationrole TYPE /AWS1/SGMROLEARN /AWS1/SGMROLEARN¶
The IAM roles to be used for the validation of the model package.
it_validationprofiles TYPE /AWS1/CL_SGMMDELPACKAGEVALID01=>TT_MODELPACKAGEVALIDATIONPFLS TT_MODELPACKAGEVALIDATIONPFLS¶
An array of
ModelPackageValidationProfileobjects, each of which specifies a batch transform job that SageMaker runs to validate your model package.
Queryable Attributes¶
ValidationRole¶
The IAM roles to be used for the validation of the model package.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALIDATIONROLE() |
Getter for VALIDATIONROLE, with configurable default |
ASK_VALIDATIONROLE() |
Getter for VALIDATIONROLE w/ exceptions if field has no valu |
HAS_VALIDATIONROLE() |
Determine if VALIDATIONROLE has a value |
ValidationProfiles¶
An array of
ModelPackageValidationProfileobjects, each of which specifies a batch transform job that SageMaker runs to validate your model package.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALIDATIONPROFILES() |
Getter for VALIDATIONPROFILES, with configurable default |
ASK_VALIDATIONPROFILES() |
Getter for VALIDATIONPROFILES w/ exceptions if field has no |
HAS_VALIDATIONPROFILES() |
Determine if VALIDATIONPROFILES has a value |