Class: Aws::LookoutforVision::Types::ModelMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::ModelMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutforvision/types.rb
Overview
Describes an Amazon Lookout for Vision model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_timestamp ⇒ Time
The unix timestamp for the date and time that the model was created.
-
#description ⇒ String
The description for the model.
-
#model_arn ⇒ String
The Amazon Resource Name (ARN) of the model.
-
#model_version ⇒ String
The version of the model.
-
#performance ⇒ Types::ModelPerformance
Performance metrics for the model.
-
#status ⇒ String
The status of the model.
-
#status_message ⇒ String
The status message for the model.
Instance Attribute Details
#creation_timestamp ⇒ Time
The unix timestamp for the date and time that the model was created.
1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 1285 class ModelMetadata < Struct.new( :creation_timestamp, :model_version, :model_arn, :description, :status, :status_message, :performance) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description for the model.
1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 1285 class ModelMetadata < Struct.new( :creation_timestamp, :model_version, :model_arn, :description, :status, :status_message, :performance) SENSITIVE = [] include Aws::Structure end |
#model_arn ⇒ String
The Amazon Resource Name (ARN) of the model.
1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 1285 class ModelMetadata < Struct.new( :creation_timestamp, :model_version, :model_arn, :description, :status, :status_message, :performance) SENSITIVE = [] include Aws::Structure end |
#model_version ⇒ String
The version of the model.
1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 1285 class ModelMetadata < Struct.new( :creation_timestamp, :model_version, :model_arn, :description, :status, :status_message, :performance) SENSITIVE = [] include Aws::Structure end |
#performance ⇒ Types::ModelPerformance
Performance metrics for the model. Not available until training has successfully completed.
1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 1285 class ModelMetadata < Struct.new( :creation_timestamp, :model_version, :model_arn, :description, :status, :status_message, :performance) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the model.
1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 1285 class ModelMetadata < Struct.new( :creation_timestamp, :model_version, :model_arn, :description, :status, :status_message, :performance) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The status message for the model.
1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 1285 class ModelMetadata < Struct.new( :creation_timestamp, :model_version, :model_arn, :description, :status, :status_message, :performance) SENSITIVE = [] include Aws::Structure end |