ClarifyMonitoringExecution | R Documentation |
Provides functionality to retrieve monitoring-specific files output from executions.
sagemaker.common::.Job
-> sagemaker.common::ProcessingJob
-> sagemaker.mlcore::MonitoringExecution
-> ClarifyMonitoringExecution
new()
Initializes an object that tracks a monitoring execution by a Clarify model monitor
ClarifyMonitoringExecution$new( sagemaker_session, job_name, inputs, output, output_kms_key = NULL )
sagemaker_session
(sagemaker.session.Session): Session object which manages interactions with Amazon SageMaker APIs and any other AWS services needed. If not specified, one is created using the default AWS configuration chain.
job_name
(str): The name of the monitoring execution job.
inputs
(list[:class:'~sagemaker.processing.ProcessingInput']): A list of :class:'~sagemaker.processing.ProcessingInput' objects.
output
(sagemaker.Processing.ProcessingOutput): The output associated with the monitoring execution.
output_kms_key
(str): The output kms key associated with the job. Defaults to None if not provided.
statistics()
Not implemented. The class doesn't support statistics.
ClarifyMonitoringExecution$statistics()
clone()
The objects of this class are cloneable with this method.
ClarifyMonitoringExecution$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.