Class: Aws::Types::ModelInvocationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:text])

Instance Attribute Summary collapse

Instance Attribute Details

#foundation_model::String

Returns the value of attribute foundation_model.

Returns:

  • (::String)


1788
1789
1790
# File 'sig/types.rbs', line 1788

def foundation_model
  @foundation_model
end

#inference_configurationTypes::InferenceConfiguration

Returns the value of attribute inference_configuration.



1789
1790
1791
# File 'sig/types.rbs', line 1789

def inference_configuration
  @inference_configuration
end

#override_lambda::String

Returns the value of attribute override_lambda.

Returns:

  • (::String)


1790
1791
1792
# File 'sig/types.rbs', line 1790

def override_lambda
  @override_lambda
end

#parser_mode"DEFAULT", "OVERRIDDEN"

Returns the value of attribute parser_mode.

Returns:

  • ("DEFAULT", "OVERRIDDEN")


1791
1792
1793
# File 'sig/types.rbs', line 1791

def parser_mode
  @parser_mode
end

#prompt_creation_mode"DEFAULT", "OVERRIDDEN"

Returns the value of attribute prompt_creation_mode.

Returns:

  • ("DEFAULT", "OVERRIDDEN")


1792
1793
1794
# File 'sig/types.rbs', line 1792

def prompt_creation_mode
  @prompt_creation_mode
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


1793
1794
1795
# File 'sig/types.rbs', line 1793

def text
  @text
end

#trace_id::String

Returns the value of attribute trace_id.

Returns:

  • (::String)


1794
1795
1796
# File 'sig/types.rbs', line 1794

def trace_id
  @trace_id
end

#type"PRE_PROCESSING", ...

Returns the value of attribute type.

Returns:

  • ("PRE_PROCESSING", "ORCHESTRATION", "KNOWLEDGE_BASE_RESPONSE_GENERATION", "POST_PROCESSING", "ROUTING_CLASSIFIER")


1795
1796
1797
# File 'sig/types.rbs', line 1795

def type
  @type
end