Class: Aws::Types::TextGenerationJobConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#base_model_name::String

Returns the value of attribute base_model_name.

Returns:

  • (::String)


11301
11302
11303
# File 'sig/types.rbs', line 11301

def base_model_name
  @base_model_name
end

#completion_criteriaTypes::AutoMLJobCompletionCriteria

Returns the value of attribute completion_criteria.



11300
11301
11302
# File 'sig/types.rbs', line 11300

def completion_criteria
  @completion_criteria
end

#model_access_configTypes::ModelAccessConfig

Returns the value of attribute model_access_config.



11303
11304
11305
# File 'sig/types.rbs', line 11303

def model_access_config
  @model_access_config
end

#text_generation_hyper_parameters::Hash[::String, ::String]

Returns the value of attribute text_generation_hyper_parameters.

Returns:

  • (::Hash[::String, ::String])


11302
11303
11304
# File 'sig/types.rbs', line 11302

def text_generation_hyper_parameters
  @text_generation_hyper_parameters
end