Class: Aws::SageMaker::Types::DescribeFlowDefinitionResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The timestamp when the flow definition was created.

Returns:

  • (Time)


6887
6888
6889
6890
6891
6892
6893
6894
6895
6896
6897
6898
# File 'lib/aws-sdk-sagemaker/types.rb', line 6887

class DescribeFlowDefinitionResponse < Struct.new(
  :flow_definition_arn,
  :flow_definition_name,
  :flow_definition_status,
  :creation_time,
  :human_loop_activation_config,
  :human_loop_config,
  :output_config,
  :role_arn,
  :failure_reason)
  include Aws::Structure
end

#failure_reasonString

Returns:

  • (String)


6887
6888
6889
6890
6891
6892
6893
6894
6895
6896
6897
6898
# File 'lib/aws-sdk-sagemaker/types.rb', line 6887

class DescribeFlowDefinitionResponse < Struct.new(
  :flow_definition_arn,
  :flow_definition_name,
  :flow_definition_status,
  :creation_time,
  :human_loop_activation_config,
  :human_loop_config,
  :output_config,
  :role_arn,
  :failure_reason)
  include Aws::Structure
end

#flow_definition_arnString

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

Returns:

  • (String)


6887
6888
6889
6890
6891
6892
6893
6894
6895
6896
6897
6898
# File 'lib/aws-sdk-sagemaker/types.rb', line 6887

class DescribeFlowDefinitionResponse < Struct.new(
  :flow_definition_arn,
  :flow_definition_name,
  :flow_definition_status,
  :creation_time,
  :human_loop_activation_config,
  :human_loop_config,
  :output_config,
  :role_arn,
  :failure_reason)
  include Aws::Structure
end

#flow_definition_nameString

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

Returns:

  • (String)


6887
6888
6889
6890
6891
6892
6893
6894
6895
6896
6897
6898
# File 'lib/aws-sdk-sagemaker/types.rb', line 6887

class DescribeFlowDefinitionResponse < Struct.new(
  :flow_definition_arn,
  :flow_definition_name,
  :flow_definition_status,
  :creation_time,
  :human_loop_activation_config,
  :human_loop_config,
  :output_config,
  :role_arn,
  :failure_reason)
  include Aws::Structure
end

#flow_definition_statusString

The status of the flow definition. Valid values are listed below.

Returns:

  • (String)


6887
6888
6889
6890
6891
6892
6893
6894
6895
6896
6897
6898
# File 'lib/aws-sdk-sagemaker/types.rb', line 6887

class DescribeFlowDefinitionResponse < Struct.new(
  :flow_definition_arn,
  :flow_definition_name,
  :flow_definition_status,
  :creation_time,
  :human_loop_activation_config,
  :human_loop_config,
  :output_config,
  :role_arn,
  :failure_reason)
  include Aws::Structure
end

#human_loop_activation_configTypes::HumanLoopActivationConfig

An object containing information about what triggers a human review workflow.



6887
6888
6889
6890
6891
6892
6893
6894
6895
6896
6897
6898
# File 'lib/aws-sdk-sagemaker/types.rb', line 6887

class DescribeFlowDefinitionResponse < Struct.new(
  :flow_definition_arn,
  :flow_definition_name,
  :flow_definition_status,
  :creation_time,
  :human_loop_activation_config,
  :human_loop_config,
  :output_config,
  :role_arn,
  :failure_reason)
  include Aws::Structure
end

#human_loop_configTypes::HumanLoopConfig

An object containing information about who works on the task, the workforce task price, and other task details.



6887
6888
6889
6890
6891
6892
6893
6894
6895
6896
6897
6898
# File 'lib/aws-sdk-sagemaker/types.rb', line 6887

class DescribeFlowDefinitionResponse < Struct.new(
  :flow_definition_arn,
  :flow_definition_name,
  :flow_definition_status,
  :creation_time,
  :human_loop_activation_config,
  :human_loop_config,
  :output_config,
  :role_arn,
  :failure_reason)
  include Aws::Structure
end

#output_configTypes::FlowDefinitionOutputConfig

An object containing information about the output file.



6887
6888
6889
6890
6891
6892
6893
6894
6895
6896
6897
6898
# File 'lib/aws-sdk-sagemaker/types.rb', line 6887

class DescribeFlowDefinitionResponse < Struct.new(
  :flow_definition_arn,
  :flow_definition_name,
  :flow_definition_status,
  :creation_time,
  :human_loop_activation_config,
  :human_loop_config,
  :output_config,
  :role_arn,
  :failure_reason)
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) execution role for the flow definition.

Returns:

  • (String)


6887
6888
6889
6890
6891
6892
6893
6894
6895
6896
6897
6898
# File 'lib/aws-sdk-sagemaker/types.rb', line 6887

class DescribeFlowDefinitionResponse < Struct.new(
  :flow_definition_arn,
  :flow_definition_name,
  :flow_definition_status,
  :creation_time,
  :human_loop_activation_config,
  :human_loop_config,
  :output_config,
  :role_arn,
  :failure_reason)
  include Aws::Structure
end