Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

comprehend_update_endpoint

Updates information about the specified endpoint


Description

Updates information about the specified endpoint.

Usage

comprehend_update_endpoint(EndpointArn, DesiredInferenceUnits)

Arguments

EndpointArn

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

DesiredInferenceUnits

[required] 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.

Value

An empty list.

Request syntax

svc$update_endpoint(
  EndpointArn = "string",
  DesiredInferenceUnits = 123
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.