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

UpdatePipelineExecutionRequest

import type { UpdatePipelineExecutionRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface UpdatePipelineExecutionRequest {
ParallelismConfiguration?: ParallelismConfiguration | null;
PipelineExecutionArn: string;
PipelineExecutionDescription?: string | null;
PipelineExecutionDisplayName?: string | null;
}

§Properties

§
ParallelismConfiguration?: ParallelismConfiguration | null
[src]

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

§
PipelineExecutionArn: string
[src]

The Amazon Resource Name (ARN) of the pipeline execution.

§
PipelineExecutionDescription?: string | null
[src]

The description of the pipeline execution.

§
PipelineExecutionDisplayName?: string | null
[src]

The display name of the pipeline execution.