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

ModelBiasAppSpecification

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

Docker container image configuration object for the model bias job.

interface ModelBiasAppSpecification {
ConfigUri: string;
Environment?: {
[key: string]: string | null | undefined;
}
| null;
ImageUri: string;
}

§Properties

§
ConfigUri: string
[src]

JSON formatted S3 file that defines bias parameters. For more information on this JSON configuration file, see Configure bias parameters.

§
Environment?: {
[key: string]: string | null | undefined;
}
| null
[src]

Sets the environment variables in the Docker container.

§
ImageUri: string
[src]

The container image to be run by the model bias job.