Class: Aws::Neptunedata::Types::GetMLEndpointOutput

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

#endpointTypes::MlResourceDefinition

The endpoint definition.



1253
1254
1255
1256
1257
1258
1259
1260
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1253

class GetMLEndpointOutput < Struct.new(
  :status,
  :id,
  :endpoint,
  :endpoint_config)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_configTypes::MlConfigDefinition

The endpoint configuration



1253
1254
1255
1256
1257
1258
1259
1260
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1253

class GetMLEndpointOutput < Struct.new(
  :status,
  :id,
  :endpoint,
  :endpoint_config)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the inference endpoint.

Returns:

  • (String)


1253
1254
1255
1256
1257
1258
1259
1260
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1253

class GetMLEndpointOutput < Struct.new(
  :status,
  :id,
  :endpoint,
  :endpoint_config)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the inference endpoint.

Returns:

  • (String)


1253
1254
1255
1256
1257
1258
1259
1260
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1253

class GetMLEndpointOutput < Struct.new(
  :status,
  :id,
  :endpoint,
  :endpoint_config)
  SENSITIVE = []
  include Aws::Structure
end