Class: Aws::SageMaker::Types::MonitoringResources

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cluster_configTypes::MonitoringClusterConfig

The configuration for the cluster resources used to run the processing job.



32740
32741
32742
32743
32744
# File 'lib/aws-sdk-sagemaker/types.rb', line 32740

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