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.
11301 11302 11303 |
# File 'sig/types.rbs', line 11301 def base_model_name @base_model_name end |
#completion_criteria ⇒ Types::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_config ⇒ Types::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.
11302 11303 11304 |
# File 'sig/types.rbs', line 11302 def text_generation_hyper_parameters @text_generation_hyper_parameters end |