Returns information about the flow definitions in your account
Returns information about the flow definitions in your account.
sagemaker_list_flow_definitions(CreationTimeAfter, CreationTimeBefore, SortOrder, NextToken, MaxResults)
CreationTimeAfter |
A filter that returns only flow definitions with a creation time greater than or equal to the specified timestamp. |
CreationTimeBefore |
A filter that returns only flow definitions that were created before the specified timestamp. |
SortOrder |
An optional value that specifies whether you want the results sorted in
|
NextToken |
A token to resume pagination. |
MaxResults |
The total number of items to return. If the total number of available
items is more than the value specified in |
A list with the following syntax:
list( FlowDefinitionSummaries = list( list( FlowDefinitionName = "string", FlowDefinitionArn = "string", FlowDefinitionStatus = "Initializing"|"Active"|"Failed"|"Deleting", CreationTime = as.POSIXct( "2015-01-01" ), FailureReason = "string" ) ), NextToken = "string" )
svc$list_flow_definitions( CreationTimeAfter = as.POSIXct( "2015-01-01" ), CreationTimeBefore = as.POSIXct( "2015-01-01" ), SortOrder = "Ascending"|"Descending", NextToken = "string", MaxResults = 123 )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.