Class: Aws::Types::CreateAdvancedPromptOptimizationJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAdvancedPromptOptimizationJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
-
#input_config ⇒ Types::AdvancedPromptOptimizationInputConfig
Returns the value of attribute input_config.
-
#job_description ⇒ ::String
Returns the value of attribute job_description.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#model_configurations ⇒ ::Array[Types::ModelConfiguration]
Returns the value of attribute model_configurations.
-
#output_config ⇒ Types::AdvancedPromptOptimizationOutputConfig
Returns the value of attribute output_config.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
899 900 901 |
# File 'sig/types.rbs', line 899 def client_token @client_token end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
902 903 904 |
# File 'sig/types.rbs', line 902 def encryption_key_arn @encryption_key_arn end |
#input_config ⇒ Types::AdvancedPromptOptimizationInputConfig
Returns the value of attribute input_config.
900 901 902 |
# File 'sig/types.rbs', line 900 def input_config @input_config end |
#job_description ⇒ ::String
Returns the value of attribute job_description.
898 899 900 |
# File 'sig/types.rbs', line 898 def job_description @job_description end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
897 898 899 |
# File 'sig/types.rbs', line 897 def job_name @job_name end |
#model_configurations ⇒ ::Array[Types::ModelConfiguration]
Returns the value of attribute model_configurations.
904 905 906 |
# File 'sig/types.rbs', line 904 def model_configurations @model_configurations end |
#output_config ⇒ Types::AdvancedPromptOptimizationOutputConfig
Returns the value of attribute output_config.
901 902 903 |
# File 'sig/types.rbs', line 901 def output_config @output_config end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
903 904 905 |
# File 'sig/types.rbs', line 903 def @tags end |