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

ParallelismConfiguration

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

Configuration that controls the parallelism of the pipeline. By default, the parallelism configuration specified applies to all executions of the pipeline unless overridden.

interface ParallelismConfiguration {
MaxParallelExecutionSteps: number;
}

§Properties

§
MaxParallelExecutionSteps: number
[src]

The max number of steps that can be executed in parallel.