Class: Aws::SageMaker::Types::EdgeModelStat

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Status of edge devices with this model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#active_device_countInteger

The number of devices that have this model version, a heart beat, and are currently running.

Returns:

  • (Integer)


18203
18204
18205
18206
18207
18208
18209
18210
18211
18212
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18203

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_countInteger

The number of devices that have this model version and have a heart beat.

Returns:

  • (Integer)


18203
18204
18205
18206
18207
18208
18209
18210
18211
18212
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18203

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_nameString

The name of the model.

Returns:

  • (String)


18203
18204
18205
18206
18207
18208
18209
18210
18211
18212
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18203

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_versionString

The model version.

Returns:

  • (String)


18203
18204
18205
18206
18207
18208
18209
18210
18211
18212
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18203

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_countInteger

The number of devices that have this model version and do not have a heart beat.

Returns:

  • (Integer)


18203
18204
18205
18206
18207
18208
18209
18210
18211
18212
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18203

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_countInteger

The number of devices with this model version and are producing sample data.

Returns:

  • (Integer)


18203
18204
18205
18206
18207
18208
18209
18210
18211
18212
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18203

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