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)


18172
18173
18174
18175
18176
18177
18178
18179
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18172

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)


18172
18173
18174
18175
18176
18177
18178
18179
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18172

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)


18172
18173
18174
18175
18176
18177
18178
18179
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18172

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)


18172
18173
18174
18175
18176
18177
18178
18179
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18172

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