ClarifyBaseliningJob: ClarifyBaseliningJob class

ClarifyBaseliningJobR Documentation

ClarifyBaseliningJob class

Description

Provides functionality to retrieve baseline-specific output from Clarify baselining job.

Super classes

sagemaker.common::.Job -> sagemaker.common::ProcessingJob -> sagemaker.mlcore::BaseliningJob -> ClarifyBaseliningJob

Methods

Public methods

Inherited methods

Method new()

Initializes a ClarifyBaseliningJob that tracks a baselining job by suggest_baseline()

Usage
ClarifyBaseliningJob$new(processing_job)
Arguments
processing_job

(sagemaker.processing.ProcessingJob): The ProcessingJob used for baselining instance.


Method baseline_statistics()

Not implemented. The class doesn't support statistics.

Usage
ClarifyBaseliningJob$baseline_statistics()

Method suggested_constraints()

Returns a sagemaker.model_monitor. Constraints object representing the constraints JSON file generated by this baselining job.

Usage
ClarifyBaseliningJob$suggested_constraints(file_name = NULL, kms_key = NULL)
Arguments
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.

Returns

sagemaker.model_monitor.Constraints: The Constraints object representing the file that was generated by the job.


Method clone()

The objects of this class are cloneable with this method.

Usage
ClarifyBaseliningJob$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


DyfanJones/sagemaker-r-mlcore documentation built on May 3, 2022, 10:08 a.m.