Class: Aws::MTurk::Types::ReviewResultDetail

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

Overview

This data structure is returned multiple times for each result specified in the Review Policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_idString

A unique identifier of the Review action result.

Returns:

  • (String)


2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 2401

class ReviewResultDetail < Struct.new(
  :action_id,
  :subject_id,
  :subject_type,
  :question_id,
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#keyString

Key identifies the particular piece of reviewed information.

Returns:

  • (String)


2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 2401

class ReviewResultDetail < Struct.new(
  :action_id,
  :subject_id,
  :subject_type,
  :question_id,
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#question_idString

Specifies the QuestionId the result is describing. Depending on whether the TargetType is a HIT or Assignment this results could specify multiple values. If TargetType is HIT and QuestionId is absent, then the result describes results of the HIT, including the HIT agreement score. If ObjectType is Assignment and QuestionId is absent, then the result describes the Worker's performance on the HIT.

Returns:

  • (String)


2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 2401

class ReviewResultDetail < Struct.new(
  :action_id,
  :subject_id,
  :subject_type,
  :question_id,
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#subject_idString

The HITID or AssignmentId about which this result was taken. Note that HIT-level Review Policies will often emit results about both the HIT itself and its Assignments, while Assignment-level review policies generally only emit results about the Assignment itself.

Returns:

  • (String)


2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 2401

class ReviewResultDetail < Struct.new(
  :action_id,
  :subject_id,
  :subject_type,
  :question_id,
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#subject_typeString

The type of the object from the SubjectId field.

Returns:

  • (String)


2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 2401

class ReviewResultDetail < Struct.new(
  :action_id,
  :subject_id,
  :subject_type,
  :question_id,
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The values of Key provided by the review policies you have selected.

Returns:

  • (String)


2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 2401

class ReviewResultDetail < Struct.new(
  :action_id,
  :subject_id,
  :subject_type,
  :question_id,
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end