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
§
EdgePackagingJobStatus: EdgePackagingJobStatus
[src]§
OutputConfig?: EdgeOutputConfig | null
[src]§
PresetDeploymentOutput?: EdgePresetDeploymentOutput | null
[src]