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

CallbackStepMetadata

import type { CallbackStepMetadata } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

Metadata about a callback step.

interface CallbackStepMetadata {
CallbackToken?: string | null;
OutputParameters?: OutputParameter[] | null;
SqsQueueUrl?: string | null;
}

§Properties

§
CallbackToken?: string | null
[src]

The pipeline generated token from the Amazon SQS queue.

§
OutputParameters?: OutputParameter[] | null
[src]

A list of the output parameters of the callback step.

§
SqsQueueUrl?: string | null
[src]

The URL of the Amazon Simple Queue Service (Amazon SQS) queue used by the callback step.