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 AWS SDKs, see the following: