Class: Aws::SageMaker::Types::DescribeFlowDefinitionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DescribeFlowDefinitionResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp when the flow definition was created.
 - 
  
    
      #failure_reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The reason your flow definition failed.
 - 
  
    
      #flow_definition_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the flow defintion.
 - 
  
    
      #flow_definition_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the flow definition.
 - 
  
    
      #flow_definition_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the flow definition.
 - 
  
    
      #human_loop_activation_config  ⇒ Types::HumanLoopActivationConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object containing information about what triggers a human review workflow.
 - 
  
    
      #human_loop_config  ⇒ Types::HumanLoopConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object containing information about who works on the task, the workforce task price, and other task details.
 - 
  
    
      #human_loop_request_source  ⇒ Types::HumanLoopRequestSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Container for configuring the source of human task requests.
 - 
  
    
      #output_config  ⇒ Types::FlowDefinitionOutputConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object containing information about the output file.
 - 
  
    
      #role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) execution role for the flow definition.
 
Instance Attribute Details
#creation_time ⇒ Time
The timestamp when the flow definition was created.
      15356 15357 15358 15359 15360 15361 15362 15363 15364 15365 15366 15367 15368 15369  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 15356 class DescribeFlowDefinitionResponse < Struct.new( :flow_definition_arn, :flow_definition_name, :flow_definition_status, :creation_time, :human_loop_request_source, :human_loop_activation_config, :human_loop_config, :output_config, :role_arn, :failure_reason) SENSITIVE = [] include Aws::Structure end  | 
  
#failure_reason ⇒ String
The reason your flow definition failed.
      15356 15357 15358 15359 15360 15361 15362 15363 15364 15365 15366 15367 15368 15369  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 15356 class DescribeFlowDefinitionResponse < Struct.new( :flow_definition_arn, :flow_definition_name, :flow_definition_status, :creation_time, :human_loop_request_source, :human_loop_activation_config, :human_loop_config, :output_config, :role_arn, :failure_reason) SENSITIVE = [] include Aws::Structure end  | 
  
#flow_definition_arn ⇒ String
The Amazon Resource Name (ARN) of the flow defintion.
      15356 15357 15358 15359 15360 15361 15362 15363 15364 15365 15366 15367 15368 15369  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 15356 class DescribeFlowDefinitionResponse < Struct.new( :flow_definition_arn, :flow_definition_name, :flow_definition_status, :creation_time, :human_loop_request_source, :human_loop_activation_config, :human_loop_config, :output_config, :role_arn, :failure_reason) SENSITIVE = [] include Aws::Structure end  | 
  
#flow_definition_name ⇒ String
The Amazon Resource Name (ARN) of the flow definition.
      15356 15357 15358 15359 15360 15361 15362 15363 15364 15365 15366 15367 15368 15369  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 15356 class DescribeFlowDefinitionResponse < Struct.new( :flow_definition_arn, :flow_definition_name, :flow_definition_status, :creation_time, :human_loop_request_source, :human_loop_activation_config, :human_loop_config, :output_config, :role_arn, :failure_reason) SENSITIVE = [] include Aws::Structure end  | 
  
#flow_definition_status ⇒ String
The status of the flow definition. Valid values are listed below.
      15356 15357 15358 15359 15360 15361 15362 15363 15364 15365 15366 15367 15368 15369  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 15356 class DescribeFlowDefinitionResponse < Struct.new( :flow_definition_arn, :flow_definition_name, :flow_definition_status, :creation_time, :human_loop_request_source, :human_loop_activation_config, :human_loop_config, :output_config, :role_arn, :failure_reason) SENSITIVE = [] include Aws::Structure end  | 
  
#human_loop_activation_config ⇒ Types::HumanLoopActivationConfig
An object containing information about what triggers a human review workflow.
      15356 15357 15358 15359 15360 15361 15362 15363 15364 15365 15366 15367 15368 15369  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 15356 class DescribeFlowDefinitionResponse < Struct.new( :flow_definition_arn, :flow_definition_name, :flow_definition_status, :creation_time, :human_loop_request_source, :human_loop_activation_config, :human_loop_config, :output_config, :role_arn, :failure_reason) SENSITIVE = [] include Aws::Structure end  | 
  
#human_loop_config ⇒ Types::HumanLoopConfig
An object containing information about who works on the task, the workforce task price, and other task details.
      15356 15357 15358 15359 15360 15361 15362 15363 15364 15365 15366 15367 15368 15369  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 15356 class DescribeFlowDefinitionResponse < Struct.new( :flow_definition_arn, :flow_definition_name, :flow_definition_status, :creation_time, :human_loop_request_source, :human_loop_activation_config, :human_loop_config, :output_config, :role_arn, :failure_reason) SENSITIVE = [] include Aws::Structure end  | 
  
#human_loop_request_source ⇒ Types::HumanLoopRequestSource
Container for configuring the source of human task requests. Used to specify if Amazon Rekognition or Amazon Textract is used as an integration source.
      15356 15357 15358 15359 15360 15361 15362 15363 15364 15365 15366 15367 15368 15369  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 15356 class DescribeFlowDefinitionResponse < Struct.new( :flow_definition_arn, :flow_definition_name, :flow_definition_status, :creation_time, :human_loop_request_source, :human_loop_activation_config, :human_loop_config, :output_config, :role_arn, :failure_reason) SENSITIVE = [] include Aws::Structure end  | 
  
#output_config ⇒ Types::FlowDefinitionOutputConfig
An object containing information about the output file.
      15356 15357 15358 15359 15360 15361 15362 15363 15364 15365 15366 15367 15368 15369  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 15356 class DescribeFlowDefinitionResponse < Struct.new( :flow_definition_arn, :flow_definition_name, :flow_definition_status, :creation_time, :human_loop_request_source, :human_loop_activation_config, :human_loop_config, :output_config, :role_arn, :failure_reason) SENSITIVE = [] include Aws::Structure end  | 
  
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) execution role for the flow definition.
      15356 15357 15358 15359 15360 15361 15362 15363 15364 15365 15366 15367 15368 15369  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 15356 class DescribeFlowDefinitionResponse < Struct.new( :flow_definition_arn, :flow_definition_name, :flow_definition_status, :creation_time, :human_loop_request_source, :human_loop_activation_config, :human_loop_config, :output_config, :role_arn, :failure_reason) SENSITIVE = [] include Aws::Structure end  |