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.
723 724 725 |
# File 'sig/types.rbs', line 723 def image_classification_job_config @image_classification_job_config end |
#tabular_job_config ⇒ Types::TabularJobConfig
Returns the value of attribute tabular_job_config.
726 727 728 |
# File 'sig/types.rbs', line 726 def tabular_job_config @tabular_job_config end |
#text_classification_job_config ⇒ Types::TextClassificationJobConfig
Returns the value of attribute text_classification_job_config.
724 725 726 |
# File 'sig/types.rbs', line 724 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.
727 728 729 |
# File 'sig/types.rbs', line 727 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.
725 726 727 |
# File 'sig/types.rbs', line 725 def time_series_forecasting_job_config @time_series_forecasting_job_config end |
#unknown ⇒ Object
Returns the value of attribute unknown.
728 729 730 |
# File 'sig/types.rbs', line 728 def unknown @unknown end |