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

ModelDeployResult

import type { ModelDeployResult } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

Provides information about the endpoint of the model deployment.

interface ModelDeployResult {
EndpointName?: string | null;
}

§Properties

§
EndpointName?: string | null
[src]

The name of the endpoint to which the model has been deployed.

Note: If model deployment fails, this field is omitted from the response.