Class: Aws::SageMaker::Types::EdgeModelSummary

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

Overview

Summary of model on edge device.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#model_nameString

The name of the model.

Returns:

  • (String)


18260
18261
18262
18263
18264
18265
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18260

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

#model_versionString

The version model.

Returns:

  • (String)


18260
18261
18262
18263
18264
18265
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18260

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