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

UpdateEndpointRequest

import type { UpdateEndpointRequest } from "https://aws-api.deno.dev/v0.3/services/comprehend.ts?docs=full";
interface UpdateEndpointRequest {
DesiredDataAccessRoleArn?: string | null;
DesiredInferenceUnits?: number | null;
DesiredModelArn?: string | null;
EndpointArn: string;
}

§Properties

§
DesiredDataAccessRoleArn?: string | null
[src]

Data access role ARN to use in case the new model is encrypted with a customer CMK.

§
DesiredInferenceUnits?: number | null
[src]

The desired number of inference units to be used by the model using this endpoint. Each inference unit represents of a throughput of 100 characters per second.

§
DesiredModelArn?: string | null
[src]

The ARN of the new model to use when updating an existing endpoint.

§
EndpointArn: string
[src]

The Amazon Resource Number (ARN) of the endpoint being updated.