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

AutoMLPartialFailureReason

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

The reason for a partial failure of an AutoML job.

interface AutoMLPartialFailureReason {
PartialFailureMessage?: string | null;
}

§Properties

§
PartialFailureMessage?: string | null
[src]

The message containing the reason for a partial failure of an AutoML job.