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)


20546
20547
20548
20549
20550
20551
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20546

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

#model_versionString

The version model.

Returns:

  • (String)


20546
20547
20548
20549
20550
20551
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20546

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