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

RecommenderUpdateSummary

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

Provides a summary of the properties of a recommender update. For a complete listing, call the "DescribeRecommender" API.

interface RecommenderUpdateSummary {
creationDateTime?: Date | number | null;
failureReason?: string | null;
lastUpdatedDateTime?: Date | number | null;
recommenderConfig?: RecommenderConfig | null;
status?: string | null;
}

§Properties

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

The date and time (in Unix format) that the recommender update was created.

§
failureReason?: string | null
[src]

If a recommender update fails, the reason behind the failure.

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

The date and time (in Unix time) that the recommender update was last updated.

§
recommenderConfig?: RecommenderConfig | null
[src]

The configuration details of the recommender update.

§
status?: string | null
[src]

The status of the recommender update.

A recommender can be in one of the following states:

  • CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
  • DELETE PENDING > DELETE IN_PROGRESS