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

CreateEdgePackagingJobRequest

import type { CreateEdgePackagingJobRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface CreateEdgePackagingJobRequest {
CompilationJobName: string;
EdgePackagingJobName: string;
ModelName: string;
ModelVersion: string;
OutputConfig: EdgeOutputConfig;
ResourceKey?: string | null;
RoleArn: string;
Tags?: Tag[] | null;
}

§Properties

§
CompilationJobName: string
[src]

The name of the SageMaker Neo compilation job that will be used to locate model artifacts for packaging.

§
EdgePackagingJobName: string
[src]

The name of the edge packaging job.

§
ModelName: string
[src]

The name of the model.

§
ModelVersion: string
[src]

The version of the model.

§
OutputConfig: EdgeOutputConfig
[src]

Provides information about the output location for the packaged model.

§
ResourceKey?: string | null
[src]

The Amazon Web Services KMS key to use when encrypting the EBS volume the edge packaging job runs on.

§
RoleArn: string
[src]

The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to download and upload the model, and to contact SageMaker Neo.

§
Tags?: Tag[] | null
[src]

Creates tags for the packaging job.