Class: Aws::CloudWatchEvidently::Types::EvaluationResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb

Overview

This structure displays the results of one feature evaluation assignment to one user session.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detailsString

If this user was assigned to a launch or experiment, this field lists the launch or experiment name.

Returns:

  • (String)


784
785
786
787
788
789
790
791
792
793
794
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 784

class EvaluationResult < Struct.new(
  :details,
  :entity_id,
  :feature,
  :project,
  :reason,
  :value,
  :variation)
  SENSITIVE = []
  include Aws::Structure
end

#entity_idString

An internal ID that represents a unique user session of the application.

Returns:

  • (String)


784
785
786
787
788
789
790
791
792
793
794
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 784

class EvaluationResult < Struct.new(
  :details,
  :entity_id,
  :feature,
  :project,
  :reason,
  :value,
  :variation)
  SENSITIVE = []
  include Aws::Structure
end

#featureString

The name of the feature being evaluated.

Returns:

  • (String)


784
785
786
787
788
789
790
791
792
793
794
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 784

class EvaluationResult < Struct.new(
  :details,
  :entity_id,
  :feature,
  :project,
  :reason,
  :value,
  :variation)
  SENSITIVE = []
  include Aws::Structure
end

#projectString

The name or ARN of the project that contains the feature being evaluated.

Returns:

  • (String)


784
785
786
787
788
789
790
791
792
793
794
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 784

class EvaluationResult < Struct.new(
  :details,
  :entity_id,
  :feature,
  :project,
  :reason,
  :value,
  :variation)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

Specifies the reason that the user session was assigned this variation. Possible values include DEFAULT, meaning the user was served the default variation; LAUNCH_RULE_MATCH, if the user session was enrolled in a launch; or EXPERIMENT_RULE_MATCH, if the user session was enrolled in an experiment.

Returns:

  • (String)


784
785
786
787
788
789
790
791
792
793
794
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 784

class EvaluationResult < Struct.new(
  :details,
  :entity_id,
  :feature,
  :project,
  :reason,
  :value,
  :variation)
  SENSITIVE = []
  include Aws::Structure
end

#valueTypes::VariableValue

The value assigned to this variation to differentiate it from the other variations of this feature.



784
785
786
787
788
789
790
791
792
793
794
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 784

class EvaluationResult < Struct.new(
  :details,
  :entity_id,
  :feature,
  :project,
  :reason,
  :value,
  :variation)
  SENSITIVE = []
  include Aws::Structure
end

#variationString

The name of the variation that was served to the user session.

Returns:

  • (String)


784
785
786
787
788
789
790
791
792
793
794
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 784

class EvaluationResult < Struct.new(
  :details,
  :entity_id,
  :feature,
  :project,
  :reason,
  :value,
  :variation)
  SENSITIVE = []
  include Aws::Structure
end