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.
21071 21072 21073 21074 21075 21076 21077 21078 21079 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 21071 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`.
21071 21072 21073 21074 21075 21076 21077 21078 21079 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 21071 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.
21071 21072 21073 21074 21075 21076 21077 21078 21079 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 21071 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.
21071 21072 21073 21074 21075 21076 21077 21078 21079 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 21071 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:
21071 21072 21073 21074 21075 21076 21077 21078 21079 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 21071 class FlowDefinitionSummary < Struct.new( :flow_definition_name, :flow_definition_arn, :flow_definition_status, :creation_time, :failure_reason) SENSITIVE = [] include Aws::Structure end |