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

BatchInferenceJobSummary

import type { BatchInferenceJobSummary } from "https://aws-api.deno.dev/v0.3/services/personalize.ts?docs=full";

A truncated version of the "BatchInferenceJob" datatype. The "ListBatchInferenceJobs" operation returns a list of batch inference job summaries.

interface BatchInferenceJobSummary {
batchInferenceJobArn?: string | null;
creationDateTime?: Date | number | null;
failureReason?: string | null;
jobName?: string | null;
lastUpdatedDateTime?: Date | number | null;
solutionVersionArn?: string | null;
status?: string | null;
}

§Properties

§
batchInferenceJobArn?: string | null
[src]

The Amazon Resource Name (ARN) of the batch inference job.

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

The time at which the batch inference job was created.

§
failureReason?: string | null
[src]

If the batch inference job failed, the reason for the failure.

§
jobName?: string | null
[src]

The name of the batch inference job.

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

The time at which the batch inference job was last updated.

§
solutionVersionArn?: string | null
[src]

The ARN of the solution version used by the batch inference job.

§
status?: string | null
[src]

The status of the batch inference job. The status is one of the following values:

  • PENDING
  • IN PROGRESS
  • ACTIVE
  • CREATE FAILED