Class: Aws::Types::ProjectVersionDescription
- Inherits:
-
Object
- Object
- Aws::Types::ProjectVersionDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#base_model_version ⇒ ::String
Returns the value of attribute base_model_version.
-
#billable_training_time_in_seconds ⇒ ::Integer
Returns the value of attribute billable_training_time_in_seconds.
-
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
-
#evaluation_result ⇒ Types::EvaluationResult
Returns the value of attribute evaluation_result.
-
#feature ⇒ "CONTENT_MODERATION", "CUSTOM_LABELS"
Returns the value of attribute feature.
-
#feature_config ⇒ Types::CustomizationFeatureConfig
Returns the value of attribute feature_config.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#manifest_summary ⇒ Types::GroundTruthManifest
Returns the value of attribute manifest_summary.
-
#max_inference_units ⇒ ::Integer
Returns the value of attribute max_inference_units.
-
#min_inference_units ⇒ ::Integer
Returns the value of attribute min_inference_units.
-
#output_config ⇒ Types::OutputConfig
Returns the value of attribute output_config.
-
#project_version_arn ⇒ ::String
Returns the value of attribute project_version_arn.
-
#source_project_version_arn ⇒ ::String
Returns the value of attribute source_project_version_arn.
-
#status ⇒ "TRAINING_IN_PROGRESS", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#testing_data_result ⇒ Types::TestingDataResult
Returns the value of attribute testing_data_result.
-
#training_data_result ⇒ Types::TrainingDataResult
Returns the value of attribute training_data_result.
-
#training_end_timestamp ⇒ ::Time
Returns the value of attribute training_end_timestamp.
-
#version_description ⇒ ::String
Returns the value of attribute version_description.
Instance Attribute Details
#base_model_version ⇒ ::String
Returns the value of attribute base_model_version.
1527 1528 1529 |
# File 'sig/types.rbs', line 1527 def base_model_version @base_model_version end |
#billable_training_time_in_seconds ⇒ ::Integer
Returns the value of attribute billable_training_time_in_seconds.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def billable_training_time_in_seconds @billable_training_time_in_seconds end |
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def end |
#evaluation_result ⇒ Types::EvaluationResult
Returns the value of attribute evaluation_result.
1520 1521 1522 |
# File 'sig/types.rbs', line 1520 def evaluation_result @evaluation_result end |
#feature ⇒ "CONTENT_MODERATION", "CUSTOM_LABELS"
Returns the value of attribute feature.
1526 1527 1528 |
# File 'sig/types.rbs', line 1526 def feature @feature end |
#feature_config ⇒ Types::CustomizationFeatureConfig
Returns the value of attribute feature_config.
1528 1529 1530 |
# File 'sig/types.rbs', line 1528 def feature_config @feature_config end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1522 1523 1524 |
# File 'sig/types.rbs', line 1522 def kms_key_id @kms_key_id end |
#manifest_summary ⇒ Types::GroundTruthManifest
Returns the value of attribute manifest_summary.
1521 1522 1523 |
# File 'sig/types.rbs', line 1521 def manifest_summary @manifest_summary end |
#max_inference_units ⇒ ::Integer
Returns the value of attribute max_inference_units.
1523 1524 1525 |
# File 'sig/types.rbs', line 1523 def max_inference_units @max_inference_units end |
#min_inference_units ⇒ ::Integer
Returns the value of attribute min_inference_units.
1512 1513 1514 |
# File 'sig/types.rbs', line 1512 def min_inference_units @min_inference_units end |
#output_config ⇒ Types::OutputConfig
Returns the value of attribute output_config.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def output_config @output_config end |
#project_version_arn ⇒ ::String
Returns the value of attribute project_version_arn.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def project_version_arn @project_version_arn end |
#source_project_version_arn ⇒ ::String
Returns the value of attribute source_project_version_arn.
1524 1525 1526 |
# File 'sig/types.rbs', line 1524 def source_project_version_arn @source_project_version_arn end |
#status ⇒ "TRAINING_IN_PROGRESS", ...
Returns the value of attribute status.
1513 1514 1515 |
# File 'sig/types.rbs', line 1513 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1514 1515 1516 |
# File 'sig/types.rbs', line 1514 def end |
#testing_data_result ⇒ Types::TestingDataResult
Returns the value of attribute testing_data_result.
1519 1520 1521 |
# File 'sig/types.rbs', line 1519 def testing_data_result @testing_data_result end |
#training_data_result ⇒ Types::TrainingDataResult
Returns the value of attribute training_data_result.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def training_data_result @training_data_result end |
#training_end_timestamp ⇒ ::Time
Returns the value of attribute training_end_timestamp.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def end |
#version_description ⇒ ::String
Returns the value of attribute version_description.
1525 1526 1527 |
# File 'sig/types.rbs', line 1525 def version_description @version_description end |