Class: Aws::SageMaker::Types::MonitoringOutputConfig

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

Overview

The output configuration for monitoring jobs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_idString

The Key Management Service (KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.

Returns:

  • (String)


32685
32686
32687
32688
32689
32690
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32685

class MonitoringOutputConfig < Struct.new(
  :monitoring_outputs,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#monitoring_outputsArray<Types::MonitoringOutput>

Monitoring outputs for monitoring jobs. This is where the output of the periodic monitoring jobs is uploaded.

Returns:



32685
32686
32687
32688
32689
32690
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32685

class MonitoringOutputConfig < Struct.new(
  :monitoring_outputs,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end