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

CreateEndpointInput

import type { CreateEndpointInput } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface CreateEndpointInput {
DeploymentConfig?: DeploymentConfig | null;
EndpointConfigName: string;
EndpointName: string;
Tags?: Tag[] | null;
}

§Properties

§
DeploymentConfig?: DeploymentConfig | null
[src]
§
EndpointConfigName: string
[src]

The name of an endpoint configuration. For more information, see "CreateEndpointConfig".

§
EndpointName: string
[src]

The name of the endpoint.The name must be unique within an Amazon Web Services Region in your Amazon Web Services account. The name is case-insensitive in CreateEndpoint, but the case is preserved and must be matched in .

§
Tags?: Tag[] | null
[src]

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.