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

ModelQualityJobInput

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

The input for the model quality monitoring job. Currently endponts are supported for input for model quality monitoring jobs.

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

§Properties

§
EndpointInput: EndpointInput
[src]
§

The ground truth label provided for the model.