comprehend_update_endpoint: Updates information about the specified endpoint

View source: R/comprehend_operations.R

comprehend_update_endpointR Documentation

Updates information about the specified endpoint

Description

Updates information about the specified endpoint. For information about endpoints, see Managing endpoints.

See https://www.paws-r-sdk.com/docs/comprehend_update_endpoint/ for full documentation.

Usage

comprehend_update_endpoint(
  EndpointArn,
  DesiredModelArn = NULL,
  DesiredInferenceUnits = NULL,
  DesiredDataAccessRoleArn = NULL,
  FlywheelArn = NULL
)

Arguments

EndpointArn

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

DesiredModelArn

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

DesiredInferenceUnits

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.

DesiredDataAccessRoleArn

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

FlywheelArn

The Amazon Resource Number (ARN) of the flywheel


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.