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

EdgePresetDeploymentOutput

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

The output of a SageMaker Edge Manager deployable resource.

interface EdgePresetDeploymentOutput {
Artifact?: string | null;
StatusMessage?: string | null;
}

§Properties

§
Artifact?: string | null
[src]

The Amazon Resource Name (ARN) of the generated deployable resource.

§

The status of the deployable resource.

§
StatusMessage?: string | null
[src]

Returns a message describing the status of the deployed resource.

§

The deployment type created by SageMaker Edge Manager. Currently only supports Amazon Web Services IoT Greengrass Version 2 components.