Class: Aws::SageMaker::Types::FlowDefinitionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::FlowDefinitionSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Contains summary information about the flow definition.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The timestamp when SageMaker created the flow definition.
-
#failure_reason ⇒ String
The reason why the flow definition creation failed.
-
#flow_definition_arn ⇒ String
The Amazon Resource Name (ARN) of the flow definition.
-
#flow_definition_name ⇒ String
The name of the flow definition.
-
#flow_definition_status ⇒ String
The status of the flow definition.
Instance Attribute Details
#creation_time ⇒ Time
The timestamp when SageMaker created the flow definition.
21032 21033 21034 21035 21036 21037 21038 21039 21040 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 21032 class FlowDefinitionSummary < Struct.new( :flow_definition_name, :flow_definition_arn, :flow_definition_status, :creation_time, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
The reason why the flow definition creation failed. A failure reason is returned only when the flow definition status is ‘Failed`.
21032 21033 21034 21035 21036 21037 21038 21039 21040 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 21032 class FlowDefinitionSummary < Struct.new( :flow_definition_name, :flow_definition_arn, :flow_definition_status, :creation_time, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#flow_definition_arn ⇒ String
The Amazon Resource Name (ARN) of the flow definition.
21032 21033 21034 21035 21036 21037 21038 21039 21040 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 21032 class FlowDefinitionSummary < Struct.new( :flow_definition_name, :flow_definition_arn, :flow_definition_status, :creation_time, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#flow_definition_name ⇒ String
The name of the flow definition.
21032 21033 21034 21035 21036 21037 21038 21039 21040 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 21032 class FlowDefinitionSummary < Struct.new( :flow_definition_name, :flow_definition_arn, :flow_definition_status, :creation_time, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#flow_definition_status ⇒ String
The status of the flow definition. Valid values:
21032 21033 21034 21035 21036 21037 21038 21039 21040 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 21032 class FlowDefinitionSummary < Struct.new( :flow_definition_name, :flow_definition_arn, :flow_definition_status, :creation_time, :failure_reason) SENSITIVE = [] include Aws::Structure end |