Class: Aws::AugmentedAIRuntime::Types::HumanLoopSummary

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

Overview

Summary information about the human loop.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

When Amazon Augmented AI created the human loop.

Returns:

  • (Time)


184
185
186
187
188
189
190
191
192
# File 'gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/types.rb', line 184

class HumanLoopSummary < Struct.new(
  :human_loop_name,
  :human_loop_status,
  :creation_time,
  :failure_reason,
  :flow_definition_arn)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

The reason why the human loop failed. A failure reason is returned when the status of the human loop is Failed.

Returns:

  • (String)


184
185
186
187
188
189
190
191
192
# File 'gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/types.rb', line 184

class HumanLoopSummary < Struct.new(
  :human_loop_name,
  :human_loop_status,
  :creation_time,
  :failure_reason,
  :flow_definition_arn)
  SENSITIVE = []
  include Aws::Structure
end

#flow_definition_arnString

The Amazon Resource Name (ARN) of the flow definition used to configure the human loop.

Returns:

  • (String)


184
185
186
187
188
189
190
191
192
# File 'gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/types.rb', line 184

class HumanLoopSummary < Struct.new(
  :human_loop_name,
  :human_loop_status,
  :creation_time,
  :failure_reason,
  :flow_definition_arn)
  SENSITIVE = []
  include Aws::Structure
end

#human_loop_nameString

The name of the human loop.

Returns:

  • (String)


184
185
186
187
188
189
190
191
192
# File 'gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/types.rb', line 184

class HumanLoopSummary < Struct.new(
  :human_loop_name,
  :human_loop_status,
  :creation_time,
  :failure_reason,
  :flow_definition_arn)
  SENSITIVE = []
  include Aws::Structure
end

#human_loop_statusString

The status of the human loop.

Returns:

  • (String)


184
185
186
187
188
189
190
191
192
# File 'gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/types.rb', line 184

class HumanLoopSummary < Struct.new(
  :human_loop_name,
  :human_loop_status,
  :creation_time,
  :failure_reason,
  :flow_definition_arn)
  SENSITIVE = []
  include Aws::Structure
end