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-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
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]
§
CreationTime?: Date | number | null
[src]
§
EdgePackagingJobArn: string
[src]
§
EdgePackagingJobName: string
[src]
§
EdgePackagingJobStatus: EdgePackagingJobStatus
[src]
§
LastModifiedTime?: Date | number | null
[src]
§
ModelName?: string | null
[src]
§
ModelVersion?: string | null
[src]