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)


196
197
198
199
200
201
# File 'lib/aws-sdk-sagemaker/types.rb', line 196

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)


196
197
198
199
200
201
# File 'lib/aws-sdk-sagemaker/types.rb', line 196

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