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

MonitoringBaselineConfig

import type { MonitoringBaselineConfig } 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 MonitoringBaselineConfig {
BaseliningJobName?: string | null;
ConstraintsResource?: MonitoringConstraintsResource | null;
StatisticsResource?: MonitoringStatisticsResource | null;
}

§Properties

§
BaseliningJobName?: string | null
[src]

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

§
ConstraintsResource?: MonitoringConstraintsResource | null
[src]

The baseline constraint file in Amazon S3 that the current monitoring job should validated against.

§
StatisticsResource?: MonitoringStatisticsResource | null
[src]

The baseline statistics file in Amazon S3 that the current monitoring job should be validated against.