ClarifyCheckStepMetadata
The container for the metadata for the ClarifyCheck step. For more information, see the topic on ClarifyCheck step in the Amazon SageMaker Developer Guide.
Contents
- BaselineUsedForDriftCheckConstraints
- 
               The Amazon S3 URI of baseline constraints file to be used for the drift check. Type: String Length Constraints: Minimum length of 0. Maximum length of 1024. Required: No 
- CalculatedBaselineConstraints
- 
               The Amazon S3 URI of the newly calculated baseline constraints file. Type: String Length Constraints: Minimum length of 0. Maximum length of 1024. Required: No 
- CheckJobArn
- 
               The Amazon Resource Name (ARN) of the check processing job that was run by this step's execution. Type: String Length Constraints: Minimum length of 0. Maximum length of 256. Required: No 
- CheckType
- 
               The type of the Clarify Check step Type: String Length Constraints: Minimum length of 0. Maximum length of 256. Required: No 
- ModelPackageGroupName
- 
               The model package group name. Type: String Length Constraints: Minimum length of 0. Maximum length of 256. Required: No 
- RegisterNewBaseline
- 
               This flag indicates if a newly calculated baseline can be accessed through step properties BaselineUsedForDriftCheckConstraintsandBaselineUsedForDriftCheckStatistics. If it is set toFalse, the previous baseline of the configured check type must also be available. These can be accessed through theBaselineUsedForDriftCheckConstraintsproperty.Type: Boolean Required: No 
- SkipCheck
- 
               This flag indicates if the drift check against the previous baseline will be skipped or not. If it is set to False, the previous baseline of the configured check type must be available.Type: Boolean Required: No 
- ViolationReport
- 
               The Amazon S3 URI of the violation report if violations are detected. Type: String Length Constraints: Minimum length of 0. Maximum length of 1024. Required: No 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: