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