Class: Aws::SageMaker::Types::AICloudWatchLogs
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AICloudWatchLogs
- 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
-
#log_group_arn ⇒ String
The Amazon Resource Name (ARN) of the CloudWatch log group.
-
#log_stream_name ⇒ String
The name of the CloudWatch log stream.
Instance Attribute Details
#log_group_arn ⇒ String
The Amazon Resource Name (ARN) of the CloudWatch log group.
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_name ⇒ String
The name of the CloudWatch log stream.
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 |