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)


1870
1871
1872
# File 'sig/types.rbs', line 1870

def foundation_model
  @foundation_model
end

#inference_configurationTypes::InferenceConfiguration

Returns the value of attribute inference_configuration.



1871
1872
1873
# File 'sig/types.rbs', line 1871

def inference_configuration
  @inference_configuration
end

#override_lambda::String

Returns the value of attribute override_lambda.

Returns:

  • (::String)


1872
1873
1874
# File 'sig/types.rbs', line 1872

def override_lambda
  @override_lambda
end

#parser_mode"DEFAULT", "OVERRIDDEN"

Returns the value of attribute parser_mode.

Returns:

  • ("DEFAULT", "OVERRIDDEN")


1873
1874
1875
# File 'sig/types.rbs', line 1873

def parser_mode
  @parser_mode
end

#prompt_creation_mode"DEFAULT", "OVERRIDDEN"

Returns the value of attribute prompt_creation_mode.

Returns:

  • ("DEFAULT", "OVERRIDDEN")


1874
1875
1876
# File 'sig/types.rbs', line 1874

def prompt_creation_mode
  @prompt_creation_mode
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


1875
1876
1877
# File 'sig/types.rbs', line 1875

def text
  @text
end

#trace_id::String

Returns the value of attribute trace_id.

Returns:

  • (::String)


1876
1877
1878
# File 'sig/types.rbs', line 1876

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")


1877
1878
1879
# File 'sig/types.rbs', line 1877

def type
  @type
end