@aws-sdk/client-sagemaker

CreateFlowDefinitionCommandInput Interface

Members

Name
Type
Details
FlowDefinitionName Requiredstring | undefined

The name of your flow definition.

OutputConfig RequiredFlowDefinitionOutputConfig | undefined

An object containing information about where the human review results will be uploaded.

RoleArn Requiredstring | undefined

The Amazon Resource Name (ARN) of the role needed to call other services on your behalf. For example, arn:aws:iam::1234567890:role/service-role/AmazonSageMaker-ExecutionRole-20180111T151298.

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