Class AutoMLProblemTypeConfig

    • Method Detail

      • imageClassificationJobConfig

        public final ImageClassificationJobConfig imageClassificationJobConfig()

        Settings used to configure an AutoML job V2 for the image classification problem type.

        Returns:
        Settings used to configure an AutoML job V2 for the image classification problem type.
      • textClassificationJobConfig

        public final TextClassificationJobConfig textClassificationJobConfig()

        Settings used to configure an AutoML job V2 for the text classification problem type.

        Returns:
        Settings used to configure an AutoML job V2 for the text classification problem type.
      • timeSeriesForecastingJobConfig

        public final TimeSeriesForecastingJobConfig timeSeriesForecastingJobConfig()

        Settings used to configure an AutoML job V2 for the time-series forecasting problem type.

        Returns:
        Settings used to configure an AutoML job V2 for the time-series forecasting problem type.
      • tabularJobConfig

        public final TabularJobConfig tabularJobConfig()

        Settings used to configure an AutoML job V2 for the tabular problem type (regression, classification).

        Returns:
        Settings used to configure an AutoML job V2 for the tabular problem type (regression, classification).
      • textGenerationJobConfig

        public final TextGenerationJobConfig textGenerationJobConfig()

        Settings used to configure an AutoML job V2 for the text generation (LLMs fine-tuning) problem type.

        The text generation models that support fine-tuning in Autopilot are currently accessible exclusively in regions supported by Canvas. Refer to the documentation of Canvas for the full list of its supported Regions.

        Returns:
        Settings used to configure an AutoML job V2 for the text generation (LLMs fine-tuning) problem type.

        The text generation models that support fine-tuning in Autopilot are currently accessible exclusively in regions supported by Canvas. Refer to the documentation of Canvas for the full list of its supported Regions.

      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)
      • fromImageClassificationJobConfig

        public static AutoMLProblemTypeConfig fromImageClassificationJobConfig​(ImageClassificationJobConfig imageClassificationJobConfig)
        Create an instance of this class with imageClassificationJobConfig() initialized to the given value.

        Settings used to configure an AutoML job V2 for the image classification problem type.

        Parameters:
        imageClassificationJobConfig - Settings used to configure an AutoML job V2 for the image classification problem type.
      • fromImageClassificationJobConfig

        public static AutoMLProblemTypeConfig fromImageClassificationJobConfig​(Consumer<ImageClassificationJobConfig.Builder> imageClassificationJobConfig)
        Create an instance of this class with imageClassificationJobConfig() initialized to the given value.

        Settings used to configure an AutoML job V2 for the image classification problem type.

        Parameters:
        imageClassificationJobConfig - Settings used to configure an AutoML job V2 for the image classification problem type.
      • fromTextClassificationJobConfig

        public static AutoMLProblemTypeConfig fromTextClassificationJobConfig​(TextClassificationJobConfig textClassificationJobConfig)
        Create an instance of this class with textClassificationJobConfig() initialized to the given value.

        Settings used to configure an AutoML job V2 for the text classification problem type.

        Parameters:
        textClassificationJobConfig - Settings used to configure an AutoML job V2 for the text classification problem type.
      • fromTextClassificationJobConfig

        public static AutoMLProblemTypeConfig fromTextClassificationJobConfig​(Consumer<TextClassificationJobConfig.Builder> textClassificationJobConfig)
        Create an instance of this class with textClassificationJobConfig() initialized to the given value.

        Settings used to configure an AutoML job V2 for the text classification problem type.

        Parameters:
        textClassificationJobConfig - Settings used to configure an AutoML job V2 for the text classification problem type.
      • fromTimeSeriesForecastingJobConfig

        public static AutoMLProblemTypeConfig fromTimeSeriesForecastingJobConfig​(TimeSeriesForecastingJobConfig timeSeriesForecastingJobConfig)
        Create an instance of this class with timeSeriesForecastingJobConfig() initialized to the given value.

        Settings used to configure an AutoML job V2 for the time-series forecasting problem type.

        Parameters:
        timeSeriesForecastingJobConfig - Settings used to configure an AutoML job V2 for the time-series forecasting problem type.
      • fromTimeSeriesForecastingJobConfig

        public static AutoMLProblemTypeConfig fromTimeSeriesForecastingJobConfig​(Consumer<TimeSeriesForecastingJobConfig.Builder> timeSeriesForecastingJobConfig)
        Create an instance of this class with timeSeriesForecastingJobConfig() initialized to the given value.

        Settings used to configure an AutoML job V2 for the time-series forecasting problem type.

        Parameters:
        timeSeriesForecastingJobConfig - Settings used to configure an AutoML job V2 for the time-series forecasting problem type.
      • fromTabularJobConfig

        public static AutoMLProblemTypeConfig fromTabularJobConfig​(TabularJobConfig tabularJobConfig)
        Create an instance of this class with tabularJobConfig() initialized to the given value.

        Settings used to configure an AutoML job V2 for the tabular problem type (regression, classification).

        Parameters:
        tabularJobConfig - Settings used to configure an AutoML job V2 for the tabular problem type (regression, classification).
      • fromTabularJobConfig

        public static AutoMLProblemTypeConfig fromTabularJobConfig​(Consumer<TabularJobConfig.Builder> tabularJobConfig)
        Create an instance of this class with tabularJobConfig() initialized to the given value.

        Settings used to configure an AutoML job V2 for the tabular problem type (regression, classification).

        Parameters:
        tabularJobConfig - Settings used to configure an AutoML job V2 for the tabular problem type (regression, classification).
      • fromTextGenerationJobConfig

        public static AutoMLProblemTypeConfig fromTextGenerationJobConfig​(TextGenerationJobConfig textGenerationJobConfig)
        Create an instance of this class with textGenerationJobConfig() initialized to the given value.

        Settings used to configure an AutoML job V2 for the text generation (LLMs fine-tuning) problem type.

        The text generation models that support fine-tuning in Autopilot are currently accessible exclusively in regions supported by Canvas. Refer to the documentation of Canvas for the full list of its supported Regions.

        Parameters:
        textGenerationJobConfig - Settings used to configure an AutoML job V2 for the text generation (LLMs fine-tuning) problem type.

        The text generation models that support fine-tuning in Autopilot are currently accessible exclusively in regions supported by Canvas. Refer to the documentation of Canvas for the full list of its supported Regions.

      • fromTextGenerationJobConfig

        public static AutoMLProblemTypeConfig fromTextGenerationJobConfig​(Consumer<TextGenerationJobConfig.Builder> textGenerationJobConfig)
        Create an instance of this class with textGenerationJobConfig() initialized to the given value.

        Settings used to configure an AutoML job V2 for the text generation (LLMs fine-tuning) problem type.

        The text generation models that support fine-tuning in Autopilot are currently accessible exclusively in regions supported by Canvas. Refer to the documentation of Canvas for the full list of its supported Regions.

        Parameters:
        textGenerationJobConfig - Settings used to configure an AutoML job V2 for the text generation (LLMs fine-tuning) problem type.

        The text generation models that support fine-tuning in Autopilot are currently accessible exclusively in regions supported by Canvas. Refer to the documentation of Canvas for the full list of its supported Regions.