Values_0.ClarifyCheckStepMetadataSourceThe container for the metadata for the ClarifyCheck step. For more information, see the topic on ClarifyCheck step in the Amazon SageMaker Developer Guide.
type nonrec t = {checkType : String256.t option;The type of the Clarify Check step
*)baselineUsedForDriftCheckConstraints : String1024.t option;The Amazon S3 URI of baseline constraints file to be used for the drift check.
*)calculatedBaselineConstraints : String1024.t option;The Amazon S3 URI of the newly calculated baseline constraints file.
*)modelPackageGroupName : String256.t option;The model package group name.
*)violationReport : String1024.t option;The Amazon S3 URI of the violation report if violations are detected.
*)checkJobArn : String256.t option;The Amazon Resource Name (ARN) of the check processing job that was run by this step's execution.
*)skipCheck : Boolean.t option;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.
*)registerNewBaseline : Boolean.t option;This flag indicates if a newly calculated baseline can be accessed through step properties BaselineUsedForDriftCheckConstraints and BaselineUsedForDriftCheckStatistics. If it is set to False, the previous baseline of the configured check type must also be available. These can be accessed through the BaselineUsedForDriftCheckConstraints property.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of String256.t ]) list ]