Class: Aws::LookoutforVision::Types::ModelPackagingDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::ModelPackagingDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutforvision/types.rb
Overview
Information about a model packaging job. For more information, see DescribeModelPackagingJob.
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_configuration ⇒ Types::ModelPackagingConfiguration
The configuration information used in the model packaging job.
-
#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_packaging_output_details ⇒ Types::ModelPackagingOutputDetails
Information about the output of the model packaging job.
-
#model_version ⇒ String
The version of the model used in the model packaging job.
-
#project_name ⇒ String
The name of the project that’s associated with a model that’s 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.
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 1367 class ModelPackagingDescription < Struct.new( :job_name, :project_name, :model_version, :model_packaging_configuration, :model_packaging_job_description, :model_packaging_method, :model_packaging_output_details, :status, :status_message, :creation_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#job_name ⇒ String
The name of the model packaging job.
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 1367 class ModelPackagingDescription < Struct.new( :job_name, :project_name, :model_version, :model_packaging_configuration, :model_packaging_job_description, :model_packaging_method, :model_packaging_output_details, :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.
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 1367 class ModelPackagingDescription < Struct.new( :job_name, :project_name, :model_version, :model_packaging_configuration, :model_packaging_job_description, :model_packaging_method, :model_packaging_output_details, :status, :status_message, :creation_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#model_packaging_configuration ⇒ Types::ModelPackagingConfiguration
The configuration information used in the model packaging job.
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 1367 class ModelPackagingDescription < Struct.new( :job_name, :project_name, :model_version, :model_packaging_configuration, :model_packaging_job_description, :model_packaging_method, :model_packaging_output_details, :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.
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 1367 class ModelPackagingDescription < Struct.new( :job_name, :project_name, :model_version, :model_packaging_configuration, :model_packaging_job_description, :model_packaging_method, :model_packaging_output_details, :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.
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 1367 class ModelPackagingDescription < Struct.new( :job_name, :project_name, :model_version, :model_packaging_configuration, :model_packaging_job_description, :model_packaging_method, :model_packaging_output_details, :status, :status_message, :creation_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#model_packaging_output_details ⇒ Types::ModelPackagingOutputDetails
Information about the output of the model packaging job. For more information, see DescribeModelPackagingJob.
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 1367 class ModelPackagingDescription < Struct.new( :job_name, :project_name, :model_version, :model_packaging_configuration, :model_packaging_job_description, :model_packaging_method, :model_packaging_output_details, :status, :status_message, :creation_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#model_version ⇒ String
The version of the model used in the model packaging job.
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 1367 class ModelPackagingDescription < Struct.new( :job_name, :project_name, :model_version, :model_packaging_configuration, :model_packaging_job_description, :model_packaging_method, :model_packaging_output_details, :status, :status_message, :creation_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project that’s associated with a model that’s in the model package.
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 1367 class ModelPackagingDescription < Struct.new( :job_name, :project_name, :model_version, :model_packaging_configuration, :model_packaging_job_description, :model_packaging_method, :model_packaging_output_details, :status, :status_message, :creation_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the model packaging job.
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 1367 class ModelPackagingDescription < Struct.new( :job_name, :project_name, :model_version, :model_packaging_configuration, :model_packaging_job_description, :model_packaging_method, :model_packaging_output_details, :status, :status_message, :creation_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The status message for the model packaging job.
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 1367 class ModelPackagingDescription < Struct.new( :job_name, :project_name, :model_version, :model_packaging_configuration, :model_packaging_job_description, :model_packaging_method, :model_packaging_output_details, :status, :status_message, :creation_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |