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

EdgeDeploymentConfig

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

Contains information about the configuration of a deployment.

interface EdgeDeploymentConfig {
FailureHandlingPolicy: FailureHandlingPolicy;
}

§Properties

§
FailureHandlingPolicy: FailureHandlingPolicy
[src]

Toggle that determines whether to rollback to previous configuration if the current deployment fails. By default this is turned on. You may turn this off if you want to investigate the errors yourself.