Class: Aws::SageMaker::Types::MonitoringConstraintsResource

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

Overview

The constraints resource for a monitoring job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_uriString

The Amazon S3 URI for the constraints resource.

Returns:

  • (String)


32377
32378
32379
32380
32381
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32377

class MonitoringConstraintsResource < Struct.new(
  :s3_uri)
  SENSITIVE = []
  include Aws::Structure
end