BatchInferenceJob
import type { BatchInferenceJob } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/personalize.ts";interface BatchInferenceJob {
batchInferenceJobArn?: string | null;
batchInferenceJobConfig?: BatchInferenceJobConfig | null;
creationDateTime?: Date | number | null;
failureReason?: string | null;
filterArn?: string | null;
jobInput?: BatchInferenceJobInput | null;
jobName?: string | null;
jobOutput?: BatchInferenceJobOutput | null;
lastUpdatedDateTime?: Date | number | null;
numResults?: number | null;
roleArn?: string | null;
solutionVersionArn?: string | null;
status?: string | null;
}§Properties
§
batchInferenceJobConfig?: BatchInferenceJobConfig | null
[src]§
jobInput?: BatchInferenceJobInput | null
[src]§
jobOutput?: BatchInferenceJobOutput | null
[src]