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

CompilationJobSummary

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

A summary of a model compilation job.

interface CompilationJobSummary {
CompilationEndTime?: Date | number | null;
CompilationJobArn: string;
CompilationJobName: string;
CompilationJobStatus: CompilationJobStatus;
CompilationStartTime?: Date | number | null;
CompilationTargetDevice?: TargetDevice | null;
CompilationTargetPlatformAccelerator?: TargetPlatformAccelerator | null;
CompilationTargetPlatformArch?: TargetPlatformArch | null;
CompilationTargetPlatformOs?: TargetPlatformOs | null;
CreationTime: Date | number;
LastModifiedTime?: Date | number | null;
}

§Properties

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

The time when the model compilation job completed.

§
CompilationJobArn: string
[src]

The Amazon Resource Name (ARN) of the model compilation job.

§
CompilationJobName: string
[src]

The name of the model compilation job that you want a summary for.

§
CompilationJobStatus: CompilationJobStatus
[src]

The status of the model compilation job.

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

The time when the model compilation job started.

§
CompilationTargetDevice?: TargetDevice | null
[src]

The type of device that the model will run on after the compilation job has completed.

§
CompilationTargetPlatformAccelerator?: TargetPlatformAccelerator | null
[src]

The type of accelerator that the model will run on after the compilation job has completed.

§
CompilationTargetPlatformArch?: TargetPlatformArch | null
[src]

The type of architecture that the model will run on after the compilation job has completed.

§
CompilationTargetPlatformOs?: TargetPlatformOs | null
[src]

The type of OS that the model will run on after the compilation job has completed.

§
CreationTime: Date | number
[src]

The time when the model compilation job was created.

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

The time when the model compilation job was last modified.