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.
32996 32997 32998 32999 33000 33001 33002 33003 33004 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32996 class ModelMetadataSummary < Struct.new( :domain, :framework, :task, :model, :framework_version) SENSITIVE = [] include Aws::Structure end |
#framework ⇒ String
The machine learning framework of the model.
32996 32997 32998 32999 33000 33001 33002 33003 33004 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32996 class ModelMetadataSummary < Struct.new( :domain, :framework, :task, :model, :framework_version) SENSITIVE = [] include Aws::Structure end |
#framework_version ⇒ String
The framework version of the model.
32996 32997 32998 32999 33000 33001 33002 33003 33004 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32996 class ModelMetadataSummary < Struct.new( :domain, :framework, :task, :model, :framework_version) SENSITIVE = [] include Aws::Structure end |
#model ⇒ String
The name of the model.
32996 32997 32998 32999 33000 33001 33002 33003 33004 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32996 class ModelMetadataSummary < Struct.new( :domain, :framework, :task, :model, :framework_version) SENSITIVE = [] include Aws::Structure end |
#task ⇒ String
The machine learning task of the model.
32996 32997 32998 32999 33000 33001 33002 33003 33004 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32996 class ModelMetadataSummary < Struct.new( :domain, :framework, :task, :model, :framework_version) SENSITIVE = [] include Aws::Structure end |