A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/Comprehend/Types/CreateEndpointRequest.html below:

CreateEndpointRequest — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Comprehend::Types::CreateEndpointRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing CreateEndpointRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  endpoint_name: "ComprehendEndpointName",   model_arn: "ComprehendModelArn",   desired_inference_units: 1,   client_request_token: "ClientRequestTokenString",
  tags: [
    {
      key: "TagKey",       value: "TagValue",
    },
  ],
}
Instance Attribute Summary collapse Instance Attribute Details #client_request_token ⇒ String

An idempotency token provided by the customer. If this token matches a previous endpoint creation request, Amazon Comprehend will not return a ResourceInUseException.

#desired_inference_units ⇒ Integer

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.

#endpoint_name ⇒ String

This is the descriptive suffix that becomes part of the EndpointArn used for all subsequent requests to this resource.

#model_arn ⇒ String

The Amazon Resource Number (ARN) of the model to which the endpoint will be attached.

#tags ⇒ Array<Types::Tag>

Tags associated with the endpoint being created. A tag is a key-value pair that adds metadata to the endpoint. For example, a tag with \"Sales\" as the key might be added to an endpoint to indicate its use by the sales department.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4