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.
20427 20428 20429 20430 20431 20432 20433 20434 20435 20436 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20427 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.
20427 20428 20429 20430 20431 20432 20433 20434 20435 20436 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20427 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.
20427 20428 20429 20430 20431 20432 20433 20434 20435 20436 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20427 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.
20427 20428 20429 20430 20431 20432 20433 20434 20435 20436 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20427 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.
20427 20428 20429 20430 20431 20432 20433 20434 20435 20436 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20427 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.
20427 20428 20429 20430 20431 20432 20433 20434 20435 20436 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20427 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 |