Class: Aws::SageMaker::Types::EdgeModelSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::EdgeModelSummary
- 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
-
#model_name ⇒ String
The name of the model.
-
#model_version ⇒ String
The version model.
Instance Attribute Details
#model_name ⇒ String
The name of the model.
20546 20547 20548 20549 20550 20551 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20546 class EdgeModelSummary < Struct.new( :model_name, :model_version) SENSITIVE = [] include Aws::Structure end |
#model_version ⇒ String
The version model.
20546 20547 20548 20549 20550 20551 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20546 class EdgeModelSummary < Struct.new( :model_name, :model_version) SENSITIVE = [] include Aws::Structure end |