Class: Aws::Neptunedata::Types::CreateMLEndpointOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::CreateMLEndpointOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN for the new inference endpoint.
-
#creation_time_in_millis ⇒ Integer
The endpoint creation time, in milliseconds.
-
#id ⇒ String
The unique ID of the new inference endpoint.
Instance Attribute Details
#arn ⇒ String
The ARN for the new inference endpoint.
462 463 464 465 466 467 468 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 462 class CreateMLEndpointOutput < Struct.new( :id, :arn, :creation_time_in_millis) SENSITIVE = [] include Aws::Structure end |
#creation_time_in_millis ⇒ Integer
The endpoint creation time, in milliseconds.
462 463 464 465 466 467 468 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 462 class CreateMLEndpointOutput < Struct.new( :id, :arn, :creation_time_in_millis) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID of the new inference endpoint.
462 463 464 465 466 467 468 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 462 class CreateMLEndpointOutput < Struct.new( :id, :arn, :creation_time_in_millis) SENSITIVE = [] include Aws::Structure end |