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

DescribeEdgePackagingJobResponse

import type { DescribeEdgePackagingJobResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface DescribeEdgePackagingJobResponse {
CompilationJobName?: string | null;
CreationTime?: Date | number | null;
EdgePackagingJobArn: string;
EdgePackagingJobName: string;
EdgePackagingJobStatus: EdgePackagingJobStatus;
EdgePackagingJobStatusMessage?: string | null;
LastModifiedTime?: Date | number | null;
ModelArtifact?: string | null;
ModelName?: string | null;
ModelSignature?: string | null;
ModelVersion?: string | null;
OutputConfig?: EdgeOutputConfig | null;
PresetDeploymentOutput?: EdgePresetDeploymentOutput | null;
ResourceKey?: string | null;
RoleArn?: string | null;
}

§Properties

§
CompilationJobName?: string | null
[src]
§
CreationTime?: Date | number | null
[src]
§
EdgePackagingJobArn: string
[src]
§
EdgePackagingJobName: string
[src]
§
EdgePackagingJobStatus: EdgePackagingJobStatus
[src]
§
EdgePackagingJobStatusMessage?: string | null
[src]
§
LastModifiedTime?: Date | number | null
[src]
§
ModelArtifact?: string | null
[src]
§
ModelName?: string | null
[src]
§
ModelSignature?: string | null
[src]
§
ModelVersion?: string | null
[src]
§
OutputConfig?: EdgeOutputConfig | null
[src]
§
PresetDeploymentOutput?: EdgePresetDeploymentOutput | null
[src]
§
ResourceKey?: string | null
[src]
§
RoleArn?: string | null
[src]