Class: Aws::Neptunedata::Types::CreateMLEndpointOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN for the new inference endpoint.

Returns:

  • (String)


462
463
464
465
466
467
468
# File 'gems/aws-sdk-neptunedata/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_millisInteger

The endpoint creation time, in milliseconds.

Returns:

  • (Integer)


462
463
464
465
466
467
468
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 462

class CreateMLEndpointOutput < Struct.new(
  :id,
  :arn,
  :creation_time_in_millis)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique ID of the new inference endpoint.

Returns:

  • (String)


462
463
464
465
466
467
468
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 462

class CreateMLEndpointOutput < Struct.new(
  :id,
  :arn,
  :creation_time_in_millis)
  SENSITIVE = []
  include Aws::Structure
end