Class: Aws::SageMaker::Types::EdgeModelStat
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::EdgeModelStat
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Status of edge devices with this model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#active_device_count ⇒ Integer
The number of devices that have this model version, a heart beat, and are currently running.
-
#connected_device_count ⇒ Integer
The number of devices that have this model version and have a heart beat.
-
#model_name ⇒ String
The name of the model.
-
#model_version ⇒ String
The model version.
-
#offline_device_count ⇒ Integer
The number of devices that have this model version and do not have a heart beat.
-
#sampling_device_count ⇒ Integer
The number of devices with this model version and are producing sample data.
Instance Attribute Details
#active_device_count ⇒ Integer
The number of devices that have this model version, a heart beat, and are currently running.
19376 19377 19378 19379 19380 19381 19382 19383 19384 19385 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19376 class EdgeModelStat < Struct.new( :model_name, :model_version, :offline_device_count, :connected_device_count, :active_device_count, :sampling_device_count) SENSITIVE = [] include Aws::Structure end |
#connected_device_count ⇒ Integer
The number of devices that have this model version and have a heart beat.
19376 19377 19378 19379 19380 19381 19382 19383 19384 19385 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19376 class EdgeModelStat < Struct.new( :model_name, :model_version, :offline_device_count, :connected_device_count, :active_device_count, :sampling_device_count) SENSITIVE = [] include Aws::Structure end |
#model_name ⇒ String
The name of the model.
19376 19377 19378 19379 19380 19381 19382 19383 19384 19385 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19376 class EdgeModelStat < Struct.new( :model_name, :model_version, :offline_device_count, :connected_device_count, :active_device_count, :sampling_device_count) SENSITIVE = [] include Aws::Structure end |
#model_version ⇒ String
The model version.
19376 19377 19378 19379 19380 19381 19382 19383 19384 19385 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19376 class EdgeModelStat < Struct.new( :model_name, :model_version, :offline_device_count, :connected_device_count, :active_device_count, :sampling_device_count) SENSITIVE = [] include Aws::Structure end |
#offline_device_count ⇒ Integer
The number of devices that have this model version and do not have a heart beat.
19376 19377 19378 19379 19380 19381 19382 19383 19384 19385 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19376 class EdgeModelStat < Struct.new( :model_name, :model_version, :offline_device_count, :connected_device_count, :active_device_count, :sampling_device_count) SENSITIVE = [] include Aws::Structure end |
#sampling_device_count ⇒ Integer
The number of devices with this model version and are producing sample data.
19376 19377 19378 19379 19380 19381 19382 19383 19384 19385 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19376 class EdgeModelStat < Struct.new( :model_name, :model_version, :offline_device_count, :connected_device_count, :active_device_count, :sampling_device_count) SENSITIVE = [] include Aws::Structure end |