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

EdgePackagingJobSummary

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

Summary of edge packaging job.

interface EdgePackagingJobSummary {
CompilationJobName?: string | null;
CreationTime?: Date | number | null;
EdgePackagingJobArn: string;
EdgePackagingJobName: string;
EdgePackagingJobStatus: EdgePackagingJobStatus;
LastModifiedTime?: Date | number | null;
ModelName?: string | null;
ModelVersion?: string | null;
}

§Properties

§
CompilationJobName?: string | null
[src]

The name of the SageMaker Neo compilation job.

§
CreationTime?: Date | number | null
[src]

The timestamp of when the job was created.

§
EdgePackagingJobArn: string
[src]

The Amazon Resource Name (ARN) of the edge packaging job.

§
EdgePackagingJobName: string
[src]

The name of the edge packaging job.

§
EdgePackagingJobStatus: EdgePackagingJobStatus
[src]

The status of the edge packaging job.

§
LastModifiedTime?: Date | number | null
[src]

The timestamp of when the edge packaging job was last updated.

§
ModelName?: string | null
[src]

The name of the model.

§
ModelVersion?: string | null
[src]

The version of the model.