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

StartPipelineExecutionRequest

import type { StartPipelineExecutionRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface StartPipelineExecutionRequest {
ClientRequestToken: string;
ParallelismConfiguration?: ParallelismConfiguration | null;
PipelineExecutionDescription?: string | null;
PipelineExecutionDisplayName?: string | null;
PipelineName: string;
PipelineParameters?: Parameter[] | null;
}

§Properties

§
ClientRequestToken: string
[src]

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

§
ParallelismConfiguration?: ParallelismConfiguration | null
[src]

This configuration, if specified, overrides the parallelism configuration of the parent pipeline for this specific run.

§
PipelineExecutionDescription?: string | null
[src]

The description of the pipeline execution.

§
PipelineExecutionDisplayName?: string | null
[src]

The display name of the pipeline execution.

§
PipelineName: string
[src]

The name of the pipeline.

§
PipelineParameters?: Parameter[] | null
[src]

Contains a list of pipeline parameters. This list can be empty.