interface UpdateEndpointRequest {
    DesiredDataAccessRoleArn?: string;
    DesiredInferenceUnits?: number;
    DesiredModelArn?: string;
    EndpointArn: undefined | string;
    FlywheelArn?: string;
}

Hierarchy (view full)

Properties

DesiredDataAccessRoleArn?: string

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

DesiredInferenceUnits?: number

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.</p>
DesiredModelArn?: string

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

EndpointArn: undefined | string

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

FlywheelArn?: string

The Amazon Resource Number (ARN) of the flywheel