MonitoringS3Output - Amazon SageMaker
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

MonitoringS3Output

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

Contents

LocalPath

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.

Type: String

Length Constraints: Maximum length of 256.

Pattern: .*

Required: Yes

S3Uri

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

Type: String

Length Constraints: Maximum length of 512.

Pattern: ^(https|s3)://([^/]+)/?(.*)$

Required: Yes

S3UploadMode

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

Type: String

Valid Values: Continuous | EndOfJob

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: