Class: Aws::SageMaker::Types::EdgeModelSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::EdgeModelSummary
- 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
-
#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.
20491 20492 20493 20494 20495 20496 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20491 class EdgeModelSummary < Struct.new( :model_name, :model_version) SENSITIVE = [] include Aws::Structure end |
#model_version ⇒ String
The version model.
20491 20492 20493 20494 20495 20496 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20491 class EdgeModelSummary < Struct.new( :model_name, :model_version) SENSITIVE = [] include Aws::Structure end |