- Navigation Guide
@aws-sdk/client-sagemaker
CreateFlowDefinitionCommandInput Interface
Members
Name | Type | Details |
---|---|---|
FlowDefinitionName Required | string | undefined | The name of your flow definition. |
OutputConfig Required | FlowDefinitionOutputConfig | undefined | An object containing information about where the human review results will be uploaded. |
RoleArn Required | string | undefined | The Amazon Resource Name (ARN) of the role needed to call other services on your behalf. For example, |
HumanLoopActivationConfig | HumanLoopActivationConfig | undefined | An object containing information about the events that trigger a human workflow. |
HumanLoopConfig | HumanLoopConfig | undefined | An object containing information about the tasks the human reviewers will perform. |
HumanLoopRequestSource | HumanLoopRequestSource | undefined | Container for configuring the source of human task requests. Use to specify if Amazon Rekognition or Amazon Textract is used as an integration source. |
Tags | Tag[] | undefined | An array of key-value pairs that contain metadata to help you categorize and organize a flow definition. Each tag consists of a key and a value, both of which you define. |
Full Signature
export interface CreateFlowDefinitionCommandInput extends CreateFlowDefinitionRequest