Class: Aws::Comprehend::Types::EndpointProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::EndpointProperties
- Defined in:
- gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb
Overview
Specifies information about the specified endpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The creation date and time of the endpoint.
-
#current_inference_units ⇒ Integer
The number of inference units currently used by the model using this endpoint.
-
#desired_inference_units ⇒ Integer
The desired number of inference units to be used by the model using this endpoint.
-
#endpoint_arn ⇒ String
The Amazon Resource Number (ARN) of the endpoint.
-
#last_modified_time ⇒ Time
The date and time that the endpoint was last modified.
-
#message ⇒ String
Specifies a reason for failure in cases of
Failed
status. -
#model_arn ⇒ String
The Amazon Resource Number (ARN) of the model to which the endpoint is attached.
-
#status ⇒ String
Specifies the status of the endpoint.
Instance Attribute Details
#creation_time ⇒ Time
The creation date and time of the endpoint.
2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 2412 class EndpointProperties < Struct.new( :endpoint_arn, :status, :message, :model_arn, :desired_inference_units, :current_inference_units, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#current_inference_units ⇒ Integer
The number of inference units currently used by the model using this endpoint.
2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 2412 class EndpointProperties < Struct.new( :endpoint_arn, :status, :message, :model_arn, :desired_inference_units, :current_inference_units, :creation_time, :last_modified_time) 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.
2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 2412 class EndpointProperties < Struct.new( :endpoint_arn, :status, :message, :model_arn, :desired_inference_units, :current_inference_units, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#endpoint_arn ⇒ String
The Amazon Resource Number (ARN) of the endpoint.
2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 2412 class EndpointProperties < Struct.new( :endpoint_arn, :status, :message, :model_arn, :desired_inference_units, :current_inference_units, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The date and time that the endpoint was last modified.
2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 2412 class EndpointProperties < Struct.new( :endpoint_arn, :status, :message, :model_arn, :desired_inference_units, :current_inference_units, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Specifies a reason for failure in cases of Failed
status.
2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 2412 class EndpointProperties < Struct.new( :endpoint_arn, :status, :message, :model_arn, :desired_inference_units, :current_inference_units, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#model_arn ⇒ String
The Amazon Resource Number (ARN) of the model to which the endpoint is attached.
2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 2412 class EndpointProperties < Struct.new( :endpoint_arn, :status, :message, :model_arn, :desired_inference_units, :current_inference_units, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Specifies the status of the endpoint. Because the endpoint updates
and creation are asynchronous, so customers will need to wait for
the endpoint to be Ready
status before making inference requests.
2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 2412 class EndpointProperties < Struct.new( :endpoint_arn, :status, :message, :model_arn, :desired_inference_units, :current_inference_units, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |