Class: Aws::SageMaker::Types::MonitoringConstraintsResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::MonitoringConstraintsResource
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Note:
When making an API call, you may pass MonitoringConstraintsResource data as a hash:
{
s3_uri: "S3Uri",
}
The constraints resource for a monitoring job.
Instance Attribute Summary collapse
-
#s3_uri ⇒ String
The Amazon S3 URI for the constraints resource.
Instance Attribute Details
#s3_uri ⇒ String
The Amazon S3 URI for the constraints resource.
14783 14784 14785 14786 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14783 class MonitoringConstraintsResource < Struct.new( :s3_uri) include Aws::Structure end |