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.
11324 11325 11326 |
# File 'sig/types.rbs', line 11324 def base_model_name @base_model_name end |
#completion_criteria ⇒ Types::AutoMLJobCompletionCriteria
Returns the value of attribute completion_criteria.
11323 11324 11325 |
# File 'sig/types.rbs', line 11323 def completion_criteria @completion_criteria end |
#model_access_config ⇒ Types::ModelAccessConfig
Returns the value of attribute model_access_config.
11326 11327 11328 |
# File 'sig/types.rbs', line 11326 def model_access_config @model_access_config end |
#text_generation_hyper_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute text_generation_hyper_parameters.
11325 11326 11327 |
# File 'sig/types.rbs', line 11325 def text_generation_hyper_parameters @text_generation_hyper_parameters end |