Class: Aws::SageMaker::Types::MonitoringResources
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::MonitoringResources
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Identifies the resources to deploy for a monitoring job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_config ⇒ Types::MonitoringClusterConfig
The configuration for the cluster resources used to run the processing job.
Instance Attribute Details
#cluster_config ⇒ Types::MonitoringClusterConfig
The configuration for the cluster resources used to run the processing job.
34488 34489 34490 34491 34492 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34488 class MonitoringResources < Struct.new( :cluster_config) SENSITIVE = [] include Aws::Structure end |