Class: Aws::AugmentedAIRuntime::Types::DescribeHumanLoopResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The creation time when Amazon Augmented AI created the human loop.

Returns:

  • (Time)


96
97
98
99
100
101
102
103
104
105
106
107
# File 'gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/types.rb', line 96

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

#failure_codeString

A failure code that identifies the type of failure.

Possible values: ValidationError, Expired, InternalError

Returns:

  • (String)


96
97
98
99
100
101
102
103
104
105
106
107
# File 'gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/types.rb', line 96

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

#failure_reasonString

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

Returns:

  • (String)


96
97
98
99
100
101
102
103
104
105
106
107
# File 'gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/types.rb', line 96

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

#flow_definition_arnString

The Amazon Resource Name (ARN) of the flow definition.

Returns:

  • (String)


96
97
98
99
100
101
102
103
104
105
106
107
# File 'gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/types.rb', line 96

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

#human_loop_arnString

The Amazon Resource Name (ARN) of the human loop.

Returns:

  • (String)


96
97
98
99
100
101
102
103
104
105
106
107
# File 'gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/types.rb', line 96

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

#human_loop_nameString

The name of the human loop. The name must be lowercase, unique within the Region in your account, and can have up to 63 characters. Valid characters: a-z, 0-9, and - (hyphen).

Returns:

  • (String)


96
97
98
99
100
101
102
103
104
105
106
107
# File 'gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/types.rb', line 96

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

#human_loop_outputTypes::HumanLoopOutput

An object that contains information about the output of the human loop.



96
97
98
99
100
101
102
103
104
105
106
107
# File 'gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/types.rb', line 96

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

#human_loop_statusString

The status of the human loop.

Returns:

  • (String)


96
97
98
99
100
101
102
103
104
105
106
107
# File 'gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/types.rb', line 96

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