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

SendPipelineExecutionStepSuccessRequest

import type { SendPipelineExecutionStepSuccessRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface SendPipelineExecutionStepSuccessRequest {
CallbackToken: string;
ClientRequestToken?: string | null;
OutputParameters?: OutputParameter[] | null;
}

§Properties

§
CallbackToken: string
[src]

The pipeline generated token from the Amazon SQS queue.

§
ClientRequestToken?: string | null
[src]

A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.

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

A list of the output parameters of the callback step.