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

TransformJobDefinition

import type { TransformJobDefinition } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface TransformJobDefinition {
BatchStrategy?: BatchStrategy | null;
Environment?: {
[key: string]: string | null | undefined;
}
| null;
MaxConcurrentTransforms?: number | null;
MaxPayloadInMB?: number | null;
TransformInput: TransformInput;
TransformOutput: TransformOutput;
TransformResources: TransformResources;
}

§Properties

§
BatchStrategy?: BatchStrategy | null
[src]
§
Environment?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
MaxConcurrentTransforms?: number | null
[src]
§
MaxPayloadInMB?: number | null
[src]
§
TransformInput: TransformInput
[src]
§
TransformOutput: TransformOutput
[src]
§
TransformResources: TransformResources
[src]