Values_2.QualityCheckStepMetadataSourceContainer for the metadata for a Quality check step. For more information, see the topic on QualityCheck step in the Amazon SageMaker Developer Guide.
type nonrec t = {checkType : Values_0.String256.t option;The type of the Quality check step.
*)baselineUsedForDriftCheckStatistics : Values_0.String1024.t option;The Amazon S3 URI of the baseline statistics file used for the drift check.
*)baselineUsedForDriftCheckConstraints : Values_0.String1024.t option;The Amazon S3 URI of the baseline constraints file used for the drift check.
*)calculatedBaselineStatistics : Values_0.String1024.t option;The Amazon S3 URI of the newly calculated baseline statistics file.
*)calculatedBaselineConstraints : Values_0.String1024.t option;The Amazon S3 URI of the newly calculated baseline constraints file.
*)modelPackageGroupName : Values_0.String256.t option;The model package group name.
*)violationReport : Values_0.String1024.t option;The Amazon S3 URI of violation report if violations are detected.
*)checkJobArn : Values_0.String256.t option;The Amazon Resource Name (ARN) of the Quality check processing job that was run by this step execution.
*)skipCheck : Values_0.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 : Values_0.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 and BaselineUsedForDriftCheckStatistics properties.
*)}val make :
?checkType:??? ->
?baselineUsedForDriftCheckStatistics:??? ->
?baselineUsedForDriftCheckConstraints:??? ->
?calculatedBaselineStatistics:??? ->
?calculatedBaselineConstraints:??? ->
?modelPackageGroupName:??? ->
?violationReport:??? ->
?checkJobArn:??? ->
?skipCheck:??? ->
?registerNewBaseline:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t | `String of Values_0.String256.t ])
list ]