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.deno.dev/v0.4/services/sagemaker.ts?docs=full";
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]

The name of the SageMaker Neo compilation job that is used to locate model artifacts that are being packaged.

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

The timestamp of when the packaging 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 current status of the packaging job.

§
EdgePackagingJobStatusMessage?: string | null
[src]

Returns a message describing the job status and error messages.

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

The timestamp of when the job was last updated.

§
ModelArtifact?: string | null
[src]

The Amazon Simple Storage (S3) URI where model artifacts ares stored.

§
ModelName?: string | null
[src]

The name of the model.

§
ModelSignature?: string | null
[src]

The signature document of files in the model artifact.

§
ModelVersion?: string | null
[src]

The version of the model.

§
OutputConfig?: EdgeOutputConfig | null
[src]

The output configuration for the edge packaging job.

§
PresetDeploymentOutput?: EdgePresetDeploymentOutput | null
[src]

The output of a SageMaker Edge Manager deployable resource.

§
ResourceKey?: string | null
[src]

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

§
RoleArn?: string | null
[src]

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