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

GetBatchPredictionOutput

import type { GetBatchPredictionOutput } from "https://aws-api-gyr5wj9zj0fg.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

§
BatchPredictionDataSourceId?: string | null
[src]
§
BatchPredictionId?: string | null
[src]
§
ComputeTime?: number | null
[src]
§
CreatedAt?: Date | number | null
[src]
§
CreatedByIamUser?: string | null
[src]
§
FinishedAt?: Date | number | null
[src]
§
InputDataLocationS3?: string | null
[src]
§
InvalidRecordCount?: number | null
[src]
§
LastUpdatedAt?: Date | number | null
[src]
§
LogUri?: string | null
[src]
§
Message?: string | null
[src]
§
MLModelId?: string | null
[src]
§
Name?: string | null
[src]
§
OutputUri?: string | null
[src]
§
StartedAt?: Date | number | null
[src]
§
Status?: EntityStatus | null
[src]
§
TotalRecordCount?: number | null
[src]