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

DescribeBatchSegmentJobResponse

import type { DescribeBatchSegmentJobResponse } from "https://aws-api.deno.dev/v0.3/services/personalize.ts?docs=full";
interface DescribeBatchSegmentJobResponse {
batchSegmentJob?: BatchSegmentJob | null;
}

§Properties

§
batchSegmentJob?: BatchSegmentJob | null
[src]

Information on the specified batch segment job.