Class: Aws::Comprehend::Types::CreateEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::CreateEndpointRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
An idempotency token provided by the customer.
-
#data_access_role_arn ⇒ String
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend read access to trained custom models encrypted with a customer managed key (ModelKmsKeyId).
-
#desired_inference_units ⇒ Integer
The desired number of inference units to be used by the model using this endpoint.
-
#endpoint_name ⇒ String
This is the descriptive suffix that becomes part of the `EndpointArn` used for all subsequent requests to this resource.
-
#flywheel_arn ⇒ String
The Amazon Resource Number (ARN) of the flywheel to which the endpoint will be attached.
-
#model_arn ⇒ String
The Amazon Resource Number (ARN) of the model to which the endpoint will be attached.
-
#tags ⇒ Array<Types::Tag>
Tags to associate with the endpoint.
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`.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 |
# File 'lib/aws-sdk-comprehend/types.rb', line 1172 class CreateEndpointRequest < Struct.new( :endpoint_name, :model_arn, :desired_inference_units, :client_request_token, :tags, :data_access_role_arn, :flywheel_arn) SENSITIVE = [] include Aws::Structure end |
#data_access_role_arn ⇒ String
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend read access to trained custom models encrypted with a customer managed key (ModelKmsKeyId).
1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 |
# File 'lib/aws-sdk-comprehend/types.rb', line 1172 class CreateEndpointRequest < Struct.new( :endpoint_name, :model_arn, :desired_inference_units, :client_request_token, :tags, :data_access_role_arn, :flywheel_arn) SENSITIVE = [] include Aws::Structure end |
#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.
1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 |
# File 'lib/aws-sdk-comprehend/types.rb', line 1172 class CreateEndpointRequest < Struct.new( :endpoint_name, :model_arn, :desired_inference_units, :client_request_token, :tags, :data_access_role_arn, :flywheel_arn) SENSITIVE = [] include Aws::Structure end |
#endpoint_name ⇒ String
This is the descriptive suffix that becomes part of the `EndpointArn` used for all subsequent requests to this resource.
1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 |
# File 'lib/aws-sdk-comprehend/types.rb', line 1172 class CreateEndpointRequest < Struct.new( :endpoint_name, :model_arn, :desired_inference_units, :client_request_token, :tags, :data_access_role_arn, :flywheel_arn) SENSITIVE = [] include Aws::Structure end |
#flywheel_arn ⇒ String
The Amazon Resource Number (ARN) of the flywheel to which the endpoint will be attached.
1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 |
# File 'lib/aws-sdk-comprehend/types.rb', line 1172 class CreateEndpointRequest < Struct.new( :endpoint_name, :model_arn, :desired_inference_units, :client_request_token, :tags, :data_access_role_arn, :flywheel_arn) SENSITIVE = [] include Aws::Structure end |
#model_arn ⇒ String
The Amazon Resource Number (ARN) of the model to which the endpoint will be attached.
1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 |
# File 'lib/aws-sdk-comprehend/types.rb', line 1172 class CreateEndpointRequest < Struct.new( :endpoint_name, :model_arn, :desired_inference_units, :client_request_token, :tags, :data_access_role_arn, :flywheel_arn) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Tags to associate with the endpoint. 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.
1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 |
# File 'lib/aws-sdk-comprehend/types.rb', line 1172 class CreateEndpointRequest < Struct.new( :endpoint_name, :model_arn, :desired_inference_units, :client_request_token, :tags, :data_access_role_arn, :flywheel_arn) SENSITIVE = [] include Aws::Structure end |