Class: Aws::Braket::Types::ProgramSetValidationFailure
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::ProgramSetValidationFailure
- Defined in:
- gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb
Overview
Contains information about validation failures that occurred during the processing of a program set in a quantum task.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<String>
A list of error messages describing the validation failures that occurred.
-
#inputs_index ⇒ Integer
The index of the input within the program set that failed validation.
-
#program_index ⇒ Integer
The index of the program within the program set that failed validation.
Instance Attribute Details
#errors ⇒ Array<String>
A list of error messages describing the validation failures that occurred.
1077 1078 1079 1080 1081 1082 1083 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1077 class ProgramSetValidationFailure < Struct.new( :program_index, :inputs_index, :errors) SENSITIVE = [] include Aws::Structure end |
#inputs_index ⇒ Integer
The index of the input within the program set that failed validation.
1077 1078 1079 1080 1081 1082 1083 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1077 class ProgramSetValidationFailure < Struct.new( :program_index, :inputs_index, :errors) SENSITIVE = [] include Aws::Structure end |
#program_index ⇒ Integer
The index of the program within the program set that failed validation.
1077 1078 1079 1080 1081 1082 1083 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1077 class ProgramSetValidationFailure < Struct.new( :program_index, :inputs_index, :errors) SENSITIVE = [] include Aws::Structure end |