Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::SageMaker::Types::MonitoringS3Output

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#local_pathString

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

Returns:

  • (String)

36673
36674
36675
36676
36677
36678
36679
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36673

class MonitoringS3Output < Struct.new(
  :s3_uri,
  :local_path,
  :s3_upload_mode)
  SENSITIVE = []
  include Aws::Structure
end

#s3_upload_modeString

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

Returns:

  • (String)

36673
36674
36675
36676
36677
36678
36679
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36673

class MonitoringS3Output < Struct.new(
  :s3_uri,
  :local_path,
  :s3_upload_mode)
  SENSITIVE = []
  include Aws::Structure
end

#s3_uriString

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

Returns:

  • (String)

36673
36674
36675
36676
36677
36678
36679
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36673

class MonitoringS3Output < Struct.new(
  :s3_uri,
  :local_path,
  :s3_upload_mode)
  SENSITIVE = []
  include Aws::Structure
end