ClarifyBaseliningJob | R Documentation |
Provides functionality to retrieve baseline-specific output from Clarify baselining job.
sagemaker.common::.Job
-> sagemaker.common::ProcessingJob
-> sagemaker.mlcore::BaseliningJob
-> ClarifyBaseliningJob
new()
Initializes a ClarifyBaseliningJob that tracks a baselining job by suggest_baseline()
ClarifyBaseliningJob$new(processing_job)
processing_job
(sagemaker.processing.ProcessingJob): The ProcessingJob used for baselining instance.
baseline_statistics()
Not implemented. The class doesn't support statistics.
ClarifyBaseliningJob$baseline_statistics()
suggested_constraints()
Returns a sagemaker.model_monitor. Constraints object representing the constraints JSON file generated by this baselining job.
ClarifyBaseliningJob$suggested_constraints(file_name = NULL, kms_key = NULL)
file_name
(str): Keep this parameter to align with method signature in super class, but it will be ignored.
kms_key
(str): The kms key to use when retrieving the file.
sagemaker.model_monitor.Constraints: The Constraints object representing the file that was generated by the job.
clone()
The objects of this class are cloneable with this method.
ClarifyBaseliningJob$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.