Class: Aws::SageMaker::Types::AICloudWatchLogs

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

Overview

CloudWatch log information for an AI benchmark or recommendation job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_group_arnString

The Amazon Resource Name (ARN) of the CloudWatch log group.

Returns:

  • (String)


207
208
209
210
211
212
# File 'lib/aws-sdk-sagemaker/types.rb', line 207

class AICloudWatchLogs < Struct.new(
  :log_group_arn,
  :log_stream_name)
  SENSITIVE = []
  include Aws::Structure
end

#log_stream_nameString

The name of the CloudWatch log stream.

Returns:

  • (String)


207
208
209
210
211
212
# File 'lib/aws-sdk-sagemaker/types.rb', line 207

class AICloudWatchLogs < Struct.new(
  :log_group_arn,
  :log_stream_name)
  SENSITIVE = []
  include Aws::Structure
end