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.3/services/sagemaker.ts?docs=full";

Inputs for the model bias job.

interface ModelBiasJobInput {
EndpointInput: EndpointInput;
GroundTruthS3Input: MonitoringGroundTruthS3Input;
}

§Properties

§
EndpointInput: EndpointInput
[src]
§

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