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

BatchSegmentJobSummary

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

A truncated version of the "BatchSegmentJob" datatype. The "ListBatchSegmentJobs" operation returns a list of batch segment job summaries.

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

§Properties

§
batchSegmentJobArn?: string | null
[src]

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

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

The time at which the batch segment job was created.

§
failureReason?: string | null
[src]

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

§
jobName?: string | null
[src]

The name of the batch segment job.

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

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

§
solutionVersionArn?: string | null
[src]

The Amazon Resource Name (ARN) of the solution version used by the batch segment job to generate batch segments.

§
status?: string | null
[src]

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

  • PENDING
  • IN PROGRESS
  • ACTIVE
  • CREATE FAILED