Class: Aws::Braket::Types::ProgramSetValidationFailure

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

Instance Attribute Details

#errorsArray<String>

A list of error messages describing the validation failures that occurred.

Returns:

  • (Array<String>)


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_indexInteger

The index of the input within the program set that failed validation.

Returns:

  • (Integer)


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_indexInteger

The index of the program within the program set that failed validation.

Returns:

  • (Integer)


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