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

DescribeFlowDefinitionResponse

import type { DescribeFlowDefinitionResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DescribeFlowDefinitionResponse {
CreationTime: Date | number;
FailureReason?: string | null;
FlowDefinitionArn: string;
FlowDefinitionName: string;
FlowDefinitionStatus: FlowDefinitionStatus;
HumanLoopActivationConfig?: HumanLoopActivationConfig | null;
HumanLoopConfig: HumanLoopConfig;
HumanLoopRequestSource?: HumanLoopRequestSource | null;
RoleArn: string;
}

§Properties

§
CreationTime: Date | number
[src]

The timestamp when the flow definition was created.

§
FailureReason?: string | null
[src]

The reason your flow definition failed.

§
FlowDefinitionArn: string
[src]

The Amazon Resource Name (ARN) of the flow defintion.

§
FlowDefinitionName: string
[src]

The Amazon Resource Name (ARN) of the flow definition.

§
FlowDefinitionStatus: FlowDefinitionStatus
[src]

The status of the flow definition. Valid values are listed below.

§
HumanLoopActivationConfig?: HumanLoopActivationConfig | null
[src]

An object containing information about what triggers a human review workflow.

§
HumanLoopConfig: HumanLoopConfig
[src]

An object containing information about who works on the task, the workforce task price, and other task details.

§
HumanLoopRequestSource?: HumanLoopRequestSource | null
[src]

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

§

An object containing information about the output file.

§
RoleArn: string
[src]

The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) execution role for the flow definition.