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

ModelQualityBaselineConfig

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

Configuration for monitoring constraints and monitoring statistics. These baseline resources are compared against the results of the current job from the series of jobs scheduled to collect data periodically.

interface ModelQualityBaselineConfig {
BaseliningJobName?: string | null;
ConstraintsResource?: MonitoringConstraintsResource | null;
}

§Properties

§
BaseliningJobName?: string | null
[src]

The name of the job that performs baselining for the monitoring job.

§
ConstraintsResource?: MonitoringConstraintsResource | null
[src]