Class: Aws::Types::OrchestrationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::OrchestrationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_model_request_fields ⇒ ::Hash[::String, untyped]
Returns the value of attribute additional_model_request_fields.
-
#inference_config ⇒ Types::InferenceConfig
Returns the value of attribute inference_config.
-
#performance_config ⇒ Types::PerformanceConfiguration
Returns the value of attribute performance_config.
-
#prompt_template ⇒ Types::PromptTemplate
Returns the value of attribute prompt_template.
-
#query_transformation_configuration ⇒ Types::QueryTransformationConfiguration
Returns the value of attribute query_transformation_configuration.
Instance Attribute Details
#additional_model_request_fields ⇒ ::Hash[::String, untyped]
Returns the value of attribute additional_model_request_fields.
1951 1952 1953 |
# File 'sig/types.rbs', line 1951 def additional_model_request_fields @additional_model_request_fields end |
#inference_config ⇒ Types::InferenceConfig
Returns the value of attribute inference_config.
1952 1953 1954 |
# File 'sig/types.rbs', line 1952 def inference_config @inference_config end |
#performance_config ⇒ Types::PerformanceConfiguration
Returns the value of attribute performance_config.
1953 1954 1955 |
# File 'sig/types.rbs', line 1953 def performance_config @performance_config end |
#prompt_template ⇒ Types::PromptTemplate
Returns the value of attribute prompt_template.
1954 1955 1956 |
# File 'sig/types.rbs', line 1954 def prompt_template @prompt_template end |
#query_transformation_configuration ⇒ Types::QueryTransformationConfiguration
Returns the value of attribute query_transformation_configuration.
1955 1956 1957 |
# File 'sig/types.rbs', line 1955 def query_transformation_configuration @query_transformation_configuration end |