Class: Aws::CloudWatchEvidently::Types::ExperimentResultsData

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#metric_nameString

The name of the metric.

Returns:

  • (String)


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_statString

The experiment statistic that these results pertain to.

Returns:

  • (String)


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_nameString

The treatment, or variation, that returned the values in this structure.

Returns:

  • (String)


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

#valuesArray<Float>

The values for the metricName that were recorded in the experiment.

Returns:

  • (Array<Float>)


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