Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateFlowDefinitionRequest

import type { CreateFlowDefinitionRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface CreateFlowDefinitionRequest {
FlowDefinitionName: string;
HumanLoopActivationConfig?: HumanLoopActivationConfig | null;
HumanLoopConfig: HumanLoopConfig;
HumanLoopRequestSource?: HumanLoopRequestSource | null;
RoleArn: string;
Tags?: Tag[] | null;
}

§Properties

§
FlowDefinitionName: string
[src]

The name of your flow definition.

§
HumanLoopActivationConfig?: HumanLoopActivationConfig | null
[src]

An object containing information about the events that trigger a human workflow.

§
HumanLoopConfig: HumanLoopConfig
[src]

An object containing information about the tasks the human reviewers will perform.

§
HumanLoopRequestSource?: HumanLoopRequestSource | null
[src]

Container for configuring the source of human task requests. Use to specify if Amazon Rekognition or Amazon Textract is used as an integration source.

§

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

§
RoleArn: string
[src]

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.

§
Tags?: Tag[] | null
[src]

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.