Class: Aws::Types::TextGenerationJobConfig
- Inherits:
-
Object
- Object
- Aws::Types::TextGenerationJobConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#base_model_name ⇒ ::String
Returns the value of attribute base_model_name.
-
#completion_criteria ⇒ Types::AutoMLJobCompletionCriteria
Returns the value of attribute completion_criteria.
-
#model_access_config ⇒ Types::ModelAccessConfig
Returns the value of attribute model_access_config.
-
#text_generation_hyper_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute text_generation_hyper_parameters.
Instance Attribute Details
#base_model_name ⇒ ::String
Returns the value of attribute base_model_name.
11309 11310 11311 |
# File 'sig/types.rbs', line 11309 def base_model_name @base_model_name end |
#completion_criteria ⇒ Types::AutoMLJobCompletionCriteria
Returns the value of attribute completion_criteria.
11308 11309 11310 |
# File 'sig/types.rbs', line 11308 def completion_criteria @completion_criteria end |
#model_access_config ⇒ Types::ModelAccessConfig
Returns the value of attribute model_access_config.
11311 11312 11313 |
# File 'sig/types.rbs', line 11311 def model_access_config @model_access_config end |
#text_generation_hyper_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute text_generation_hyper_parameters.
11310 11311 11312 |
# File 'sig/types.rbs', line 11310 def text_generation_hyper_parameters @text_generation_hyper_parameters end |