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.4/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 {
BatchTransformInput?: BatchTransformInput | null;
EndpointInput?: EndpointInput | null;
GroundTruthS3Input: MonitoringGroundTruthS3Input;
}

§Properties

§
BatchTransformInput?: BatchTransformInput | null
[src]

Input object for the batch transform job.

§
EndpointInput?: EndpointInput | null
[src]
§

The ground truth label provided for the model.