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

CreateInferenceSchedulerResponse

import type { CreateInferenceSchedulerResponse } from "https://aws-api.deno.dev/v0.4/services/lookoutequipment.ts?docs=full";
interface CreateInferenceSchedulerResponse {
InferenceSchedulerArn?: string | null;
InferenceSchedulerName?: string | null;
Status?: InferenceSchedulerStatus | null;
}

§Properties

§
InferenceSchedulerArn?: string | null
[src]

The Amazon Resource Name (ARN) of the inference scheduler being created.

§
InferenceSchedulerName?: string | null
[src]

The name of inference scheduler being created.

§

Indicates the status of the CreateInferenceScheduler operation.