You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Comprehend::Types::CreateEndpointRequestWhen 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
An idempotency token provided by the customer.
The desired number of inference units to be used by the model using this endpoint.
This is the descriptive suffix that becomes part of the EndpointArn
used for all subsequent requests to this resource.
The Amazon Resource Number (ARN) of the model to which the endpoint will be attached.
Tags associated with the endpoint being created.
An idempotency token provided by the customer. If this token matches a previous endpoint creation request, Amazon Comprehend will not return a ResourceInUseException
.
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 ⇒ StringThis is the descriptive suffix that becomes part of the EndpointArn
used for all subsequent requests to this resource.
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