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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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.



32653
32654
32655
32656
32657
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32653

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