FlowDefinitionSummary - Amazon SageMaker
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

FlowDefinitionSummary

Contains summary information about the flow definition.

Contents

CreationTime

The timestamp when SageMaker created the flow definition.

Type: Timestamp

Required: Yes

FlowDefinitionArn

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

Type: String

Length Constraints: Maximum length of 1024.

Pattern: arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]+:[0-9]{12}:flow-definition/.*

Required: Yes

FlowDefinitionName

The name of the flow definition.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 63.

Pattern: ^[a-z0-9](-*[a-z0-9]){0,62}

Required: Yes

FlowDefinitionStatus

The status of the flow definition. Valid values:

Type: String

Valid Values: Initializing | Active | Failed | Deleting

Required: Yes

FailureReason

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

Type: String

Length Constraints: Maximum length of 1024.

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: