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

ModelBiasJobInput

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

Inputs for the model bias job.

interface ModelBiasJobInput {
BatchTransformInput?: BatchTransformInput | null;
EndpointInput?: EndpointInput | null;
GroundTruthS3Input: MonitoringGroundTruthS3Input;
}

§Properties

§
BatchTransformInput?: BatchTransformInput | null
[src]

Input object for the batch transform job.

§
EndpointInput?: EndpointInput | null
[src]
§

Location of ground truth labels to use in model bias job.