Class: Aws::LookoutEquipment::Types::ModelSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::ModelSummary
- Defined in:
- gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb
Overview
Provides information about the specified ML model, including dataset and model names and ARNs, as well as status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The time at which the specific model was created.
-
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset used to create the model.
-
#dataset_name ⇒ String
The name of the dataset being used for the ML model.
-
#model_arn ⇒ String
The Amazon Resource Name (ARN) of the ML model.
-
#model_name ⇒ String
The name of the ML model.
-
#status ⇒ String
Indicates the status of the ML model.
Instance Attribute Details
#created_at ⇒ Time
The time at which the specific model was created.
2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2481 class ModelSummary < Struct.new( :model_name, :model_arn, :dataset_name, :dataset_arn, :status, :created_at) SENSITIVE = [] include Aws::Structure end |
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset used to create the model.
2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2481 class ModelSummary < Struct.new( :model_name, :model_arn, :dataset_name, :dataset_arn, :status, :created_at) SENSITIVE = [] include Aws::Structure end |
#dataset_name ⇒ String
The name of the dataset being used for the ML model.
2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2481 class ModelSummary < Struct.new( :model_name, :model_arn, :dataset_name, :dataset_arn, :status, :created_at) SENSITIVE = [] include Aws::Structure end |
#model_arn ⇒ String
The Amazon Resource Name (ARN) of the ML model.
2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2481 class ModelSummary < Struct.new( :model_name, :model_arn, :dataset_name, :dataset_arn, :status, :created_at) SENSITIVE = [] include Aws::Structure end |
#model_name ⇒ String
The name of the ML model.
2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2481 class ModelSummary < Struct.new( :model_name, :model_arn, :dataset_name, :dataset_arn, :status, :created_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Indicates the status of the ML model.
2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2481 class ModelSummary < Struct.new( :model_name, :model_arn, :dataset_name, :dataset_arn, :status, :created_at) SENSITIVE = [] include Aws::Structure end |