Class: Aws::Types::OptimizePromptRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#inputTypes::InputPrompt

Returns the value of attribute input.

Returns:



1923
1924
1925
# File 'sig/types.rbs', line 1923

def input
  @input
end

#target_model_id::String

Returns the value of attribute target_model_id.

Returns:

  • (::String)


1924
1925
1926
# File 'sig/types.rbs', line 1924

def target_model_id
  @target_model_id
end