GetBatchPredictionOutput
import type { GetBatchPredictionOutput } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/machinelearning.ts";interface GetBatchPredictionOutput {
BatchPredictionDataSourceId?: string | null;
BatchPredictionId?: string | null;
ComputeTime?: number | null;
CreatedAt?: Date | number | null;
CreatedByIamUser?: string | null;
FinishedAt?: Date | number | null;
InputDataLocationS3?: string | null;
InvalidRecordCount?: number | null;
LastUpdatedAt?: Date | number | null;
LogUri?: string | null;
Message?: string | null;
MLModelId?: string | null;
Name?: string | null;
OutputUri?: string | null;
StartedAt?: Date | number | null;
Status?: EntityStatus | null;
TotalRecordCount?: number | null;
}§Properties
§
Status?: EntityStatus | null
[src]