Class: Aws::SageMaker::Types::ModelMetadataSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ModelMetadataSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
A summary of the model metadata.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain ⇒ String
The machine learning domain of the model.
-
#framework ⇒ String
The machine learning framework of the model.
-
#framework_version ⇒ String
The framework version of the model.
-
#model ⇒ String
The name of the model.
-
#task ⇒ String
The machine learning task of the model.
Instance Attribute Details
#domain ⇒ String
The machine learning domain of the model.
33018 33019 33020 33021 33022 33023 33024 33025 33026 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33018 class ModelMetadataSummary < Struct.new( :domain, :framework, :task, :model, :framework_version) SENSITIVE = [] include Aws::Structure end |
#framework ⇒ String
The machine learning framework of the model.
33018 33019 33020 33021 33022 33023 33024 33025 33026 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33018 class ModelMetadataSummary < Struct.new( :domain, :framework, :task, :model, :framework_version) SENSITIVE = [] include Aws::Structure end |
#framework_version ⇒ String
The framework version of the model.
33018 33019 33020 33021 33022 33023 33024 33025 33026 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33018 class ModelMetadataSummary < Struct.new( :domain, :framework, :task, :model, :framework_version) SENSITIVE = [] include Aws::Structure end |
#model ⇒ String
The name of the model.
33018 33019 33020 33021 33022 33023 33024 33025 33026 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33018 class ModelMetadataSummary < Struct.new( :domain, :framework, :task, :model, :framework_version) SENSITIVE = [] include Aws::Structure end |
#task ⇒ String
The machine learning task of the model.
33018 33019 33020 33021 33022 33023 33024 33025 33026 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33018 class ModelMetadataSummary < Struct.new( :domain, :framework, :task, :model, :framework_version) SENSITIVE = [] include Aws::Structure end |