Class: Aws::SageMaker::Types::FlowDefinitionSummary

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

Overview

Contains summary information about the flow definition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The timestamp when SageMaker created the flow definition.

Returns:

  • (Time)


19690
19691
19692
19693
19694
19695
19696
19697
19698
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19690

class FlowDefinitionSummary < Struct.new(
  :flow_definition_name,
  :flow_definition_arn,
  :flow_definition_status,
  :creation_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

The reason why the flow definition creation failed. A failure reason is returned only when the flow definition status is Failed.

Returns:

  • (String)


19690
19691
19692
19693
19694
19695
19696
19697
19698
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19690

class FlowDefinitionSummary < Struct.new(
  :flow_definition_name,
  :flow_definition_arn,
  :flow_definition_status,
  :creation_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#flow_definition_arnString

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

Returns:

  • (String)


19690
19691
19692
19693
19694
19695
19696
19697
19698
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19690

class FlowDefinitionSummary < Struct.new(
  :flow_definition_name,
  :flow_definition_arn,
  :flow_definition_status,
  :creation_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#flow_definition_nameString

The name of the flow definition.

Returns:

  • (String)


19690
19691
19692
19693
19694
19695
19696
19697
19698
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19690

class FlowDefinitionSummary < Struct.new(
  :flow_definition_name,
  :flow_definition_arn,
  :flow_definition_status,
  :creation_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#flow_definition_statusString

The status of the flow definition. Valid values:

Returns:

  • (String)


19690
19691
19692
19693
19694
19695
19696
19697
19698
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19690

class FlowDefinitionSummary < Struct.new(
  :flow_definition_name,
  :flow_definition_arn,
  :flow_definition_status,
  :creation_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end