Class: Aws::Types::PromptFlowNodeInlineConfiguration

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_fieldsObject

Returns the value of attribute additional_model_request_fields.

Returns:

  • (Object)


2227
2228
2229
# File 'sig/types.rbs', line 2227

def additional_model_request_fields
  @additional_model_request_fields
end

#inference_configurationTypes::PromptInferenceConfiguration

Returns the value of attribute inference_configuration.



2226
2227
2228
# File 'sig/types.rbs', line 2226

def inference_configuration
  @inference_configuration
end

#model_id::String

Returns the value of attribute model_id.

Returns:

  • (::String)


2225
2226
2227
# File 'sig/types.rbs', line 2225

def model_id
  @model_id
end

#template_configurationTypes::PromptTemplateConfiguration

Returns the value of attribute template_configuration.



2224
2225
2226
# File 'sig/types.rbs', line 2224

def template_configuration
  @template_configuration
end

#template_type"TEXT", "CHAT"

Returns the value of attribute template_type.

Returns:

  • ("TEXT", "CHAT")


2223
2224
2225
# File 'sig/types.rbs', line 2223

def template_type
  @template_type
end