Class: Aws::CloudWatchEvidently::Types::ExperimentResultsData
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::ExperimentResultsData
- Defined in:
- gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb
Overview
A structure that contains experiment results for one metric that is monitored in the experiment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_name ⇒ String
The name of the metric.
-
#result_stat ⇒ String
The experiment statistic that these results pertain to.
-
#treatment_name ⇒ String
The treatment, or variation, that returned the
values
in this structure. -
#values ⇒ Array<Float>
The values for the
metricName
that were recorded in the experiment.
Instance Attribute Details
#metric_name ⇒ String
The name of the metric.
1040 1041 1042 1043 1044 1045 1046 1047 |
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1040 class ExperimentResultsData < Struct.new( :metric_name, :result_stat, :treatment_name, :values) SENSITIVE = [] include Aws::Structure end |
#result_stat ⇒ String
The experiment statistic that these results pertain to.
1040 1041 1042 1043 1044 1045 1046 1047 |
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1040 class ExperimentResultsData < Struct.new( :metric_name, :result_stat, :treatment_name, :values) SENSITIVE = [] include Aws::Structure end |
#treatment_name ⇒ String
The treatment, or variation, that returned the values
in this
structure.
1040 1041 1042 1043 1044 1045 1046 1047 |
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1040 class ExperimentResultsData < Struct.new( :metric_name, :result_stat, :treatment_name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<Float>
The values for the metricName
that were recorded in the
experiment.
1040 1041 1042 1043 1044 1045 1046 1047 |
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1040 class ExperimentResultsData < Struct.new( :metric_name, :result_stat, :treatment_name, :values) SENSITIVE = [] include Aws::Structure end |