Class: Aws::Neptunedata::Types::GetMLEndpointOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::GetMLEndpointOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint ⇒ Types::MlResourceDefinition
The endpoint definition.
-
#endpoint_config ⇒ Types::MlConfigDefinition
The endpoint configuration.
-
#id ⇒ String
The unique identifier of the inference endpoint.
-
#status ⇒ String
The status of the inference endpoint.
Instance Attribute Details
#endpoint ⇒ Types::MlResourceDefinition
The endpoint definition.
1253 1254 1255 1256 1257 1258 1259 1260 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1253 class GetMLEndpointOutput < Struct.new( :status, :id, :endpoint, :endpoint_config) SENSITIVE = [] include Aws::Structure end |
#endpoint_config ⇒ Types::MlConfigDefinition
The endpoint configuration
1253 1254 1255 1256 1257 1258 1259 1260 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1253 class GetMLEndpointOutput < Struct.new( :status, :id, :endpoint, :endpoint_config) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the inference endpoint.
1253 1254 1255 1256 1257 1258 1259 1260 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1253 class GetMLEndpointOutput < Struct.new( :status, :id, :endpoint, :endpoint_config) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the inference endpoint.
1253 1254 1255 1256 1257 1258 1259 1260 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1253 class GetMLEndpointOutput < Struct.new( :status, :id, :endpoint, :endpoint_config) SENSITIVE = [] include Aws::Structure end |