Class: Aws::MTurk::Types::ReviewResultDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::ReviewResultDetail
- Includes:
- Structure
- Defined in:
- 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
-
#action_id ⇒ String
A unique identifier of the Review action result.
-
#key ⇒ String
Key identifies the particular piece of reviewed information.
-
#question_id ⇒ String
Specifies the QuestionId the result is describing.
-
#subject_id ⇒ String
The HITID or AssignmentId about which this result was taken.
-
#subject_type ⇒ String
The type of the object from the SubjectId field.
-
#value ⇒ String
The values of Key provided by the review policies you have selected.
Instance Attribute Details
#action_id ⇒ String
A unique identifier of the Review action result.
2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 |
# File '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 |
#key ⇒ String
Key identifies the particular piece of reviewed information.
2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 |
# File '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_id ⇒ String
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.
2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 |
# File '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_id ⇒ String
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.
2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 |
# File '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_type ⇒ String
The type of the object from the SubjectId field.
2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 |
# File '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 |
#value ⇒ String
The values of Key provided by the review policies you have selected.
2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 |
# File '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 |