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)


18236
18237
18238
18239
18240
18241
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18236

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

#model_versionString

The version model.

Returns:

  • (String)


18236
18237
18238
18239
18240
18241
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18236

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