ModelExplainabilityJobDefinitionS3OutputArgs

data class ModelExplainabilityJobDefinitionS3OutputArgs(val localPath: Output<String>, val s3UploadMode: Output<ModelExplainabilityJobDefinitionS3OutputS3UploadMode>? = null, val s3Uri: Output<String>) : ConvertibleToJava<ModelExplainabilityJobDefinitionS3OutputArgs>

Information about where and how to store the results of a monitoring job.

Constructors

constructor(localPath: Output<String>, s3UploadMode: Output<ModelExplainabilityJobDefinitionS3OutputS3UploadMode>? = null, s3Uri: Output<String>)

Properties

Link copied to clipboard
val localPath: Output<String>

The local path to the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job. LocalPath is an absolute path for the output data.

Link copied to clipboard

Whether to upload the results of the monitoring job continuously or after the job completes.

Link copied to clipboard
val s3Uri: Output<String>

A URI that identifies the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job.

Functions

Link copied to clipboard
open override fun toJava(): ModelExplainabilityJobDefinitionS3OutputArgs