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

AutoRollbackConfig

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

Automatic rollback configuration for handling endpoint deployment failures and recovery.

interface AutoRollbackConfig {
Alarms?: Alarm[] | null;
}

§Properties

§
Alarms?: Alarm[] | null
[src]

List of CloudWatch alarms in your account that are configured to monitor metrics on an endpoint. If any alarms are tripped during a deployment, SageMaker rolls back the deployment.