Method: Aws::SageMaker::Types::MonitoringS3Output#s3_uri

Defined in:
lib/aws-sdk-sagemaker/types.rb

#s3_uriString

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

Returns:

  • (String)


40353
40354
40355
40356
40357
40358
40359
# File 'lib/aws-sdk-sagemaker/types.rb', line 40353

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