Class: Aws::SageMaker::Types::EdgeModel

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

Overview

The model on the edge device.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#latest_inferenceTime

The timestamp of the last inference that was made.

Returns:

  • (Time)


18196
18197
18198
18199
18200
18201
18202
18203
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18196

class EdgeModel < Struct.new(
  :model_name,
  :model_version,
  :latest_sample_time,
  :latest_inference)
  SENSITIVE = []
  include Aws::Structure
end

#latest_sample_timeTime

The timestamp of the last data sample taken.

Returns:

  • (Time)


18196
18197
18198
18199
18200
18201
18202
18203
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18196

class EdgeModel < Struct.new(
  :model_name,
  :model_version,
  :latest_sample_time,
  :latest_inference)
  SENSITIVE = []
  include Aws::Structure
end

#model_nameString

The name of the model.

Returns:

  • (String)


18196
18197
18198
18199
18200
18201
18202
18203
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18196

class EdgeModel < Struct.new(
  :model_name,
  :model_version,
  :latest_sample_time,
  :latest_inference)
  SENSITIVE = []
  include Aws::Structure
end

#model_versionString

The model version.

Returns:

  • (String)


18196
18197
18198
18199
18200
18201
18202
18203
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18196

class EdgeModel < Struct.new(
  :model_name,
  :model_version,
  :latest_sample_time,
  :latest_inference)
  SENSITIVE = []
  include Aws::Structure
end