Class: Aws::SageMaker::Types::AIRecommendationPerformanceMetric
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AIRecommendationPerformanceMetric
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
An expected performance metric for a recommendation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric ⇒ String
The name of the performance metric.
-
#stat ⇒ String
The statistical measure for the metric.
-
#unit ⇒ String
The unit of the metric value.
-
#value ⇒ String
The value of the metric.
Instance Attribute Details
#metric ⇒ String
The name of the performance metric.
581 582 583 584 585 586 587 588 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 581 class AIRecommendationPerformanceMetric < Struct.new( :metric, :stat, :value, :unit) SENSITIVE = [] include Aws::Structure end |
#stat ⇒ String
The statistical measure for the metric.
581 582 583 584 585 586 587 588 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 581 class AIRecommendationPerformanceMetric < Struct.new( :metric, :stat, :value, :unit) SENSITIVE = [] include Aws::Structure end |
#unit ⇒ String
The unit of the metric value.
581 582 583 584 585 586 587 588 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 581 class AIRecommendationPerformanceMetric < Struct.new( :metric, :stat, :value, :unit) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the metric.
581 582 583 584 585 586 587 588 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 581 class AIRecommendationPerformanceMetric < Struct.new( :metric, :stat, :value, :unit) SENSITIVE = [] include Aws::Structure end |