Class: Aws::Types::CreateAdvancedPromptOptimizationJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


899
900
901
# File 'sig/types.rbs', line 899

def client_token
  @client_token
end

#encryption_key_arn::String

Returns the value of attribute encryption_key_arn.

Returns:

  • (::String)


902
903
904
# File 'sig/types.rbs', line 902

def encryption_key_arn
  @encryption_key_arn
end

#input_configTypes::AdvancedPromptOptimizationInputConfig

Returns the value of attribute input_config.



900
901
902
# File 'sig/types.rbs', line 900

def input_config
  @input_config
end

#job_description::String

Returns the value of attribute job_description.

Returns:

  • (::String)


898
899
900
# File 'sig/types.rbs', line 898

def job_description
  @job_description
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


897
898
899
# File 'sig/types.rbs', line 897

def job_name
  @job_name
end

#model_configurations::Array[Types::ModelConfiguration]

Returns the value of attribute model_configurations.

Returns:



904
905
906
# File 'sig/types.rbs', line 904

def model_configurations
  @model_configurations
end

#output_configTypes::AdvancedPromptOptimizationOutputConfig

Returns the value of attribute output_config.



901
902
903
# File 'sig/types.rbs', line 901

def output_config
  @output_config
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



903
904
905
# File 'sig/types.rbs', line 903

def tags
  @tags
end