Class: Aws::LookoutforVision::Types::ModelPackagingJobMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::ModelPackagingJobMetadata
- Defined in:
- gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb
Overview
Metadata for a model packaging job. For more information, see ListModelPackagingJobs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_timestamp ⇒ Time
The Unix timestamp for the time and date that the model packaging job was created.
-
#job_name ⇒ String
The name of the model packaging job.
-
#last_updated_timestamp ⇒ Time
The Unix timestamp for the time and date that the model packaging job was last updated.
-
#model_packaging_job_description ⇒ String
The description for the model packaging job.
-
#model_packaging_method ⇒ String
The AWS service used to package the job.
-
#model_version ⇒ String
The version of the model that is in the model package.
-
#project_name ⇒ String
The project that contains the model that is in the model package.
-
#status ⇒ String
The status of the model packaging job.
-
#status_message ⇒ String
The status message for the model packaging job.
Instance Attribute Details
#creation_timestamp ⇒ Time
The Unix timestamp for the time and date that the model packaging job was created.
1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1427 class ModelPackagingJobMetadata < Struct.new( :job_name, :project_name, :model_version, :model_packaging_job_description, :model_packaging_method, :status, :status_message, :creation_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#job_name ⇒ String
The name of the model packaging job.
1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1427 class ModelPackagingJobMetadata < Struct.new( :job_name, :project_name, :model_version, :model_packaging_job_description, :model_packaging_method, :status, :status_message, :creation_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#last_updated_timestamp ⇒ Time
The Unix timestamp for the time and date that the model packaging job was last updated.
1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1427 class ModelPackagingJobMetadata < Struct.new( :job_name, :project_name, :model_version, :model_packaging_job_description, :model_packaging_method, :status, :status_message, :creation_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#model_packaging_job_description ⇒ String
The description for the model packaging job.
1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1427 class ModelPackagingJobMetadata < Struct.new( :job_name, :project_name, :model_version, :model_packaging_job_description, :model_packaging_method, :status, :status_message, :creation_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#model_packaging_method ⇒ String
The AWS service used to package the job. Currently Lookout for Vision can package jobs with AWS IoT Greengrass.
1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1427 class ModelPackagingJobMetadata < Struct.new( :job_name, :project_name, :model_version, :model_packaging_job_description, :model_packaging_method, :status, :status_message, :creation_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#model_version ⇒ String
The version of the model that is in the model package.
1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1427 class ModelPackagingJobMetadata < Struct.new( :job_name, :project_name, :model_version, :model_packaging_job_description, :model_packaging_method, :status, :status_message, :creation_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The project that contains the model that is in the model package.
1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1427 class ModelPackagingJobMetadata < Struct.new( :job_name, :project_name, :model_version, :model_packaging_job_description, :model_packaging_method, :status, :status_message, :creation_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the model packaging job.
1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1427 class ModelPackagingJobMetadata < Struct.new( :job_name, :project_name, :model_version, :model_packaging_job_description, :model_packaging_method, :status, :status_message, :creation_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The status message for the model packaging job.
1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1427 class ModelPackagingJobMetadata < Struct.new( :job_name, :project_name, :model_version, :model_packaging_job_description, :model_packaging_method, :status, :status_message, :creation_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |