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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


18266
18267
18268
18269
18270
18271
# File 'lib/aws-sdk-sagemaker/types.rb', line 18266

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

#model_versionString

The version model.

Returns:

  • (String)


18266
18267
18268
18269
18270
18271
# File 'lib/aws-sdk-sagemaker/types.rb', line 18266

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