Returns information about the specified flow definition
Returns information about the specified flow definition.
sagemaker_describe_flow_definition(FlowDefinitionName)
FlowDefinitionName |
[required] The name of the flow definition. |
A list with the following syntax:
list( FlowDefinitionArn = "string", FlowDefinitionName = "string", FlowDefinitionStatus = "Initializing"|"Active"|"Failed"|"Deleting", CreationTime = as.POSIXct( "2015-01-01" ), HumanLoopRequestSource = list( AwsManagedHumanLoopRequestSource = "AWS/Rekognition/DetectModerationLabels/Image/V3"|"AWS/Textract/AnalyzeDocument/Forms/V1" ), HumanLoopActivationConfig = list( HumanLoopActivationConditionsConfig = list( HumanLoopActivationConditions = "string" ) ), HumanLoopConfig = list( WorkteamArn = "string", HumanTaskUiArn = "string", TaskTitle = "string", TaskDescription = "string", TaskCount = 123, TaskAvailabilityLifetimeInSeconds = 123, TaskTimeLimitInSeconds = 123, TaskKeywords = list( "string" ), PublicWorkforceTaskPrice = list( AmountInUsd = list( Dollars = 123, Cents = 123, TenthFractionsOfACent = 123 ) ) ), OutputConfig = list( S3OutputPath = "string", KmsKeyId = "string" ), RoleArn = "string", FailureReason = "string" )
svc$describe_flow_definition( FlowDefinitionName = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.