Class: Aws::Types::OrchestrationConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_model_request_fields::Hash[::String, untyped]

Returns the value of attribute additional_model_request_fields.

Returns:

  • (::Hash[::String, untyped])


2033
2034
2035
# File 'sig/types.rbs', line 2033

def additional_model_request_fields
  @additional_model_request_fields
end

#inference_configTypes::InferenceConfig

Returns the value of attribute inference_config.



2034
2035
2036
# File 'sig/types.rbs', line 2034

def inference_config
  @inference_config
end

#performance_configTypes::PerformanceConfiguration

Returns the value of attribute performance_config.



2035
2036
2037
# File 'sig/types.rbs', line 2035

def performance_config
  @performance_config
end

#prompt_templateTypes::PromptTemplate

Returns the value of attribute prompt_template.



2036
2037
2038
# File 'sig/types.rbs', line 2036

def prompt_template
  @prompt_template
end

#query_transformation_configurationTypes::QueryTransformationConfiguration

Returns the value of attribute query_transformation_configuration.



2037
2038
2039
# File 'sig/types.rbs', line 2037

def query_transformation_configuration
  @query_transformation_configuration
end