Class: Aws::SagemakerEdgeManager::Types::Model
- Inherits:
-
Struct
- Object
- Struct
- Aws::SagemakerEdgeManager::Types::Model
- Defined in:
- gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/types.rb
Overview
Information about a model deployed on an edge device that is registered with SageMaker Edge Manager.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#latest_inference ⇒ Time
The timestamp of the last inference that was made.
-
#latest_sample_time ⇒ Time
The timestamp of the last data sample taken.
-
#model_metrics ⇒ Array<Types::EdgeMetric>
Information required for model metrics.
-
#model_name ⇒ String
The name of the model.
-
#model_version ⇒ String
The version of the model.
Instance Attribute Details
#latest_inference ⇒ Time
The timestamp of the last inference that was made.
314 315 316 317 318 319 320 321 322 |
# File 'gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/types.rb', line 314 class Model < Struct.new( :model_name, :model_version, :latest_sample_time, :latest_inference, :model_metrics) SENSITIVE = [] include Aws::Structure end |
#latest_sample_time ⇒ Time
The timestamp of the last data sample taken.
314 315 316 317 318 319 320 321 322 |
# File 'gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/types.rb', line 314 class Model < Struct.new( :model_name, :model_version, :latest_sample_time, :latest_inference, :model_metrics) SENSITIVE = [] include Aws::Structure end |
#model_metrics ⇒ Array<Types::EdgeMetric>
Information required for model metrics.
314 315 316 317 318 319 320 321 322 |
# File 'gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/types.rb', line 314 class Model < Struct.new( :model_name, :model_version, :latest_sample_time, :latest_inference, :model_metrics) SENSITIVE = [] include Aws::Structure end |
#model_name ⇒ String
The name of the model.
314 315 316 317 318 319 320 321 322 |
# File 'gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/types.rb', line 314 class Model < Struct.new( :model_name, :model_version, :latest_sample_time, :latest_inference, :model_metrics) SENSITIVE = [] include Aws::Structure end |
#model_version ⇒ String
The version of the model.
314 315 316 317 318 319 320 321 322 |
# File 'gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/types.rb', line 314 class Model < Struct.new( :model_name, :model_version, :latest_sample_time, :latest_inference, :model_metrics) SENSITIVE = [] include Aws::Structure end |