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

CreateModelResponse

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

§Properties

§
ModelArn?: string | null
[src]

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

§
Status?: ModelStatus | null
[src]

Indicates the status of the CreateModel operation.