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.
19407 19408 19409 19410 19411 19412 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19407 class EdgeModelSummary < Struct.new( :model_name, :model_version) SENSITIVE = [] include Aws::Structure end |
#model_version ⇒ String
The version model.
19407 19408 19409 19410 19411 19412 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19407 class EdgeModelSummary < Struct.new( :model_name, :model_version) SENSITIVE = [] include Aws::Structure end |