Class: Aws::Types::AutoMLProblemTypeConfig
- Inherits:
-
Object
- Object
- Aws::Types::AutoMLProblemTypeConfig
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ImageClassificationJobConfig, TabularJobConfig, TextClassificationJobConfig, TextGenerationJobConfig, TimeSeriesForecastingJobConfig, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_classification_job_config ⇒ Types::ImageClassificationJobConfig
Returns the value of attribute image_classification_job_config.
-
#tabular_job_config ⇒ Types::TabularJobConfig
Returns the value of attribute tabular_job_config.
-
#text_classification_job_config ⇒ Types::TextClassificationJobConfig
Returns the value of attribute text_classification_job_config.
-
#text_generation_job_config ⇒ Types::TextGenerationJobConfig
Returns the value of attribute text_generation_job_config.
-
#time_series_forecasting_job_config ⇒ Types::TimeSeriesForecastingJobConfig
Returns the value of attribute time_series_forecasting_job_config.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#image_classification_job_config ⇒ Types::ImageClassificationJobConfig
Returns the value of attribute image_classification_job_config.
708 709 710 |
# File 'sig/types.rbs', line 708 def image_classification_job_config @image_classification_job_config end |
#tabular_job_config ⇒ Types::TabularJobConfig
Returns the value of attribute tabular_job_config.
711 712 713 |
# File 'sig/types.rbs', line 711 def tabular_job_config @tabular_job_config end |
#text_classification_job_config ⇒ Types::TextClassificationJobConfig
Returns the value of attribute text_classification_job_config.
709 710 711 |
# File 'sig/types.rbs', line 709 def text_classification_job_config @text_classification_job_config end |
#text_generation_job_config ⇒ Types::TextGenerationJobConfig
Returns the value of attribute text_generation_job_config.
712 713 714 |
# File 'sig/types.rbs', line 712 def text_generation_job_config @text_generation_job_config end |
#time_series_forecasting_job_config ⇒ Types::TimeSeriesForecastingJobConfig
Returns the value of attribute time_series_forecasting_job_config.
710 711 712 |
# File 'sig/types.rbs', line 710 def time_series_forecasting_job_config @time_series_forecasting_job_config end |
#unknown ⇒ Object
Returns the value of attribute unknown.
713 714 715 |
# File 'sig/types.rbs', line 713 def unknown @unknown end |