ModelMonitoringFile | R Documentation |
Represents a file with a body and an S3 uri.
new()
Initializes a file with a body and an S3 uri.
ModelMonitoringFile$new(body_dict, file_s3_uri, kms_key, sagemaker_session)
body_dict
(str): The body of the JSON file.
file_s3_uri
(str): The uri of the JSON file.
kms_key
(str): The kms key to be used to decrypt the file in S3.
sagemaker_session
(sagemaker.session.Session): A SageMaker Session object, used for SageMaker interactions (default: None). If not specified, one is created using the default AWS configuration chain.
save()
Save the current instance's body to s3 using the instance's s3 path. The S3 path can be overridden by providing one. This also overrides the default save location for this object.
ModelMonitoringFile$save(new_save_location_s3_uri = NULL)
new_save_location_s3_uri
(str): Optional. The S3 path to save the file to. If not provided, the file is saved in place in S3. If provided, the file's S3 path is permanently updated.
str: The s3 location to which the file was saved.
format()
format class
ModelMonitoringFile$format()
clone()
The objects of this class are cloneable with this method.
ModelMonitoringFile$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.