Class: Aws::Types::GetAdvancedPromptOptimizationJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAdvancedPromptOptimizationJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
-
#input_config ⇒ Types::AdvancedPromptOptimizationInputConfig
Returns the value of attribute input_config.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_description ⇒ ::String
Returns the value of attribute job_description.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_status ⇒ "InProgress", ...
Returns the value of attribute job_status.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#model_configurations ⇒ ::Array[Types::ModelConfiguration]
Returns the value of attribute model_configurations.
-
#output_config ⇒ Types::AdvancedPromptOptimizationOutputConfig
Returns the value of attribute output_config.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1705 1706 1707 |
# File 'sig/types.rbs', line 1705 def creation_time @creation_time end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
1704 1705 1706 |
# File 'sig/types.rbs', line 1704 def encryption_key_arn @encryption_key_arn end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
1707 1708 1709 |
# File 'sig/types.rbs', line 1707 def @failure_message end |
#input_config ⇒ Types::AdvancedPromptOptimizationInputConfig
Returns the value of attribute input_config.
1702 1703 1704 |
# File 'sig/types.rbs', line 1702 def input_config @input_config end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
1698 1699 1700 |
# File 'sig/types.rbs', line 1698 def job_arn @job_arn end |
#job_description ⇒ ::String
Returns the value of attribute job_description.
1700 1701 1702 |
# File 'sig/types.rbs', line 1700 def job_description @job_description end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
1699 1700 1701 |
# File 'sig/types.rbs', line 1699 def job_name @job_name end |
#job_status ⇒ "InProgress", ...
Returns the value of attribute job_status.
1701 1702 1703 |
# File 'sig/types.rbs', line 1701 def job_status @job_status end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1706 1707 1708 |
# File 'sig/types.rbs', line 1706 def last_modified_time @last_modified_time end |
#model_configurations ⇒ ::Array[Types::ModelConfiguration]
Returns the value of attribute model_configurations.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def model_configurations @model_configurations end |
#output_config ⇒ Types::AdvancedPromptOptimizationOutputConfig
Returns the value of attribute output_config.
1703 1704 1705 |
# File 'sig/types.rbs', line 1703 def output_config @output_config end |