Class: Aws::Types::AutoMLProblemTypeConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: ImageClassificationJobConfig, TabularJobConfig, TextClassificationJobConfig, TextGenerationJobConfig, TimeSeriesForecastingJobConfig, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#image_classification_job_configTypes::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_configTypes::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_configTypes::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_configTypes::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_configTypes::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

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


713
714
715
# File 'sig/types.rbs', line 713

def unknown
  @unknown
end