@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CandidateGenerationConfig extends Object implements Serializable, Cloneable, StructuredPojo
Stores the configuration information for how model candidates are generated using an AutoML job V2.
Constructor and Description |
---|
CandidateGenerationConfig() |
Modifier and Type | Method and Description |
---|---|
CandidateGenerationConfig |
clone() |
boolean |
equals(Object obj) |
List<AutoMLAlgorithmConfig> |
getAlgorithmsConfig()
Your Autopilot job trains a default set of algorithms on your dataset.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAlgorithmsConfig(Collection<AutoMLAlgorithmConfig> algorithmsConfig)
Your Autopilot job trains a default set of algorithms on your dataset.
|
String |
toString()
Returns a string representation of this object.
|
CandidateGenerationConfig |
withAlgorithmsConfig(AutoMLAlgorithmConfig... algorithmsConfig)
Your Autopilot job trains a default set of algorithms on your dataset.
|
CandidateGenerationConfig |
withAlgorithmsConfig(Collection<AutoMLAlgorithmConfig> algorithmsConfig)
Your Autopilot job trains a default set of algorithms on your dataset.
|
public List<AutoMLAlgorithmConfig> getAlgorithmsConfig()
Your Autopilot job trains a default set of algorithms on your dataset. For tabular and time-series data, you can customize the algorithm list by selecting a subset of algorithms for your problem type.
AlgorithmsConfig
stores the customized selection of algorithms to train on your data.
For the tabular problem type TabularJobConfig
, the list of available algorithms to choose
from depends on the training mode set in
AutoMLJobConfig.Mode
.
AlgorithmsConfig
should not be set when the training mode AutoMLJobConfig.Mode
is set
to AUTO
.
When AlgorithmsConfig
is provided, one AutoMLAlgorithms
attribute must be set and one
only.
If the list of algorithms provided as values for AutoMLAlgorithms
is empty,
CandidateGenerationConfig
uses the full set of algorithms for the given training mode.
When AlgorithmsConfig
is not provided, CandidateGenerationConfig
uses the full set of
algorithms for the given training mode.
For the list of all algorithms per training mode, see AlgorithmConfig.
For more information on each algorithm, see the Algorithm support section in the Autopilot developer guide.
For the time-series forecasting problem type TimeSeriesForecastingJobConfig
, choose your
algorithms from the list provided in
AlgorithmConfig.
For more information on each algorithm, see the Algorithms support for time-series forecasting section in the Autopilot developer guide.
When AlgorithmsConfig
is provided, one AutoMLAlgorithms
attribute must be set and one
only.
If the list of algorithms provided as values for AutoMLAlgorithms
is empty,
CandidateGenerationConfig
uses the full set of algorithms for time-series forecasting.
When AlgorithmsConfig
is not provided, CandidateGenerationConfig
uses the full set of
algorithms for time-series forecasting.
AlgorithmsConfig
stores the customized selection of algorithms to train on your data.
For the tabular problem type TabularJobConfig
, the list of available algorithms to
choose from depends on the training mode set in
AutoMLJobConfig.Mode
.
AlgorithmsConfig
should not be set when the training mode AutoMLJobConfig.Mode
is set to AUTO
.
When AlgorithmsConfig
is provided, one AutoMLAlgorithms
attribute must be set
and one only.
If the list of algorithms provided as values for AutoMLAlgorithms
is empty,
CandidateGenerationConfig
uses the full set of algorithms for the given training mode.
When AlgorithmsConfig
is not provided, CandidateGenerationConfig
uses the full
set of algorithms for the given training mode.
For the list of all algorithms per training mode, see AlgorithmConfig.
For more information on each algorithm, see the Algorithm support section in the Autopilot developer guide.
For the time-series forecasting problem type TimeSeriesForecastingJobConfig
, choose
your algorithms from the list provided in
AlgorithmConfig.
For more information on each algorithm, see the Algorithms support for time-series forecasting section in the Autopilot developer guide.
When AlgorithmsConfig
is provided, one AutoMLAlgorithms
attribute must be set
and one only.
If the list of algorithms provided as values for AutoMLAlgorithms
is empty,
CandidateGenerationConfig
uses the full set of algorithms for time-series forecasting.
When AlgorithmsConfig
is not provided, CandidateGenerationConfig
uses the full
set of algorithms for time-series forecasting.
public void setAlgorithmsConfig(Collection<AutoMLAlgorithmConfig> algorithmsConfig)
Your Autopilot job trains a default set of algorithms on your dataset. For tabular and time-series data, you can customize the algorithm list by selecting a subset of algorithms for your problem type.
AlgorithmsConfig
stores the customized selection of algorithms to train on your data.
For the tabular problem type TabularJobConfig
, the list of available algorithms to choose
from depends on the training mode set in
AutoMLJobConfig.Mode
.
AlgorithmsConfig
should not be set when the training mode AutoMLJobConfig.Mode
is set
to AUTO
.
When AlgorithmsConfig
is provided, one AutoMLAlgorithms
attribute must be set and one
only.
If the list of algorithms provided as values for AutoMLAlgorithms
is empty,
CandidateGenerationConfig
uses the full set of algorithms for the given training mode.
When AlgorithmsConfig
is not provided, CandidateGenerationConfig
uses the full set of
algorithms for the given training mode.
For the list of all algorithms per training mode, see AlgorithmConfig.
For more information on each algorithm, see the Algorithm support section in the Autopilot developer guide.
For the time-series forecasting problem type TimeSeriesForecastingJobConfig
, choose your
algorithms from the list provided in
AlgorithmConfig.
For more information on each algorithm, see the Algorithms support for time-series forecasting section in the Autopilot developer guide.
When AlgorithmsConfig
is provided, one AutoMLAlgorithms
attribute must be set and one
only.
If the list of algorithms provided as values for AutoMLAlgorithms
is empty,
CandidateGenerationConfig
uses the full set of algorithms for time-series forecasting.
When AlgorithmsConfig
is not provided, CandidateGenerationConfig
uses the full set of
algorithms for time-series forecasting.
algorithmsConfig
- Your Autopilot job trains a default set of algorithms on your dataset. For tabular and time-series data,
you can customize the algorithm list by selecting a subset of algorithms for your problem type.
AlgorithmsConfig
stores the customized selection of algorithms to train on your data.
For the tabular problem type TabularJobConfig
, the list of available algorithms to
choose from depends on the training mode set in
AutoMLJobConfig.Mode
.
AlgorithmsConfig
should not be set when the training mode AutoMLJobConfig.Mode
is set to AUTO
.
When AlgorithmsConfig
is provided, one AutoMLAlgorithms
attribute must be set
and one only.
If the list of algorithms provided as values for AutoMLAlgorithms
is empty,
CandidateGenerationConfig
uses the full set of algorithms for the given training mode.
When AlgorithmsConfig
is not provided, CandidateGenerationConfig
uses the full
set of algorithms for the given training mode.
For the list of all algorithms per training mode, see AlgorithmConfig.
For more information on each algorithm, see the Algorithm support section in the Autopilot developer guide.
For the time-series forecasting problem type TimeSeriesForecastingJobConfig
, choose
your algorithms from the list provided in
AlgorithmConfig.
For more information on each algorithm, see the Algorithms support for time-series forecasting section in the Autopilot developer guide.
When AlgorithmsConfig
is provided, one AutoMLAlgorithms
attribute must be set
and one only.
If the list of algorithms provided as values for AutoMLAlgorithms
is empty,
CandidateGenerationConfig
uses the full set of algorithms for time-series forecasting.
When AlgorithmsConfig
is not provided, CandidateGenerationConfig
uses the full
set of algorithms for time-series forecasting.
public CandidateGenerationConfig withAlgorithmsConfig(AutoMLAlgorithmConfig... algorithmsConfig)
Your Autopilot job trains a default set of algorithms on your dataset. For tabular and time-series data, you can customize the algorithm list by selecting a subset of algorithms for your problem type.
AlgorithmsConfig
stores the customized selection of algorithms to train on your data.
For the tabular problem type TabularJobConfig
, the list of available algorithms to choose
from depends on the training mode set in
AutoMLJobConfig.Mode
.
AlgorithmsConfig
should not be set when the training mode AutoMLJobConfig.Mode
is set
to AUTO
.
When AlgorithmsConfig
is provided, one AutoMLAlgorithms
attribute must be set and one
only.
If the list of algorithms provided as values for AutoMLAlgorithms
is empty,
CandidateGenerationConfig
uses the full set of algorithms for the given training mode.
When AlgorithmsConfig
is not provided, CandidateGenerationConfig
uses the full set of
algorithms for the given training mode.
For the list of all algorithms per training mode, see AlgorithmConfig.
For more information on each algorithm, see the Algorithm support section in the Autopilot developer guide.
For the time-series forecasting problem type TimeSeriesForecastingJobConfig
, choose your
algorithms from the list provided in
AlgorithmConfig.
For more information on each algorithm, see the Algorithms support for time-series forecasting section in the Autopilot developer guide.
When AlgorithmsConfig
is provided, one AutoMLAlgorithms
attribute must be set and one
only.
If the list of algorithms provided as values for AutoMLAlgorithms
is empty,
CandidateGenerationConfig
uses the full set of algorithms for time-series forecasting.
When AlgorithmsConfig
is not provided, CandidateGenerationConfig
uses the full set of
algorithms for time-series forecasting.
NOTE: This method appends the values to the existing list (if any). Use
setAlgorithmsConfig(java.util.Collection)
or withAlgorithmsConfig(java.util.Collection)
if you
want to override the existing values.
algorithmsConfig
- Your Autopilot job trains a default set of algorithms on your dataset. For tabular and time-series data,
you can customize the algorithm list by selecting a subset of algorithms for your problem type.
AlgorithmsConfig
stores the customized selection of algorithms to train on your data.
For the tabular problem type TabularJobConfig
, the list of available algorithms to
choose from depends on the training mode set in
AutoMLJobConfig.Mode
.
AlgorithmsConfig
should not be set when the training mode AutoMLJobConfig.Mode
is set to AUTO
.
When AlgorithmsConfig
is provided, one AutoMLAlgorithms
attribute must be set
and one only.
If the list of algorithms provided as values for AutoMLAlgorithms
is empty,
CandidateGenerationConfig
uses the full set of algorithms for the given training mode.
When AlgorithmsConfig
is not provided, CandidateGenerationConfig
uses the full
set of algorithms for the given training mode.
For the list of all algorithms per training mode, see AlgorithmConfig.
For more information on each algorithm, see the Algorithm support section in the Autopilot developer guide.
For the time-series forecasting problem type TimeSeriesForecastingJobConfig
, choose
your algorithms from the list provided in
AlgorithmConfig.
For more information on each algorithm, see the Algorithms support for time-series forecasting section in the Autopilot developer guide.
When AlgorithmsConfig
is provided, one AutoMLAlgorithms
attribute must be set
and one only.
If the list of algorithms provided as values for AutoMLAlgorithms
is empty,
CandidateGenerationConfig
uses the full set of algorithms for time-series forecasting.
When AlgorithmsConfig
is not provided, CandidateGenerationConfig
uses the full
set of algorithms for time-series forecasting.
public CandidateGenerationConfig withAlgorithmsConfig(Collection<AutoMLAlgorithmConfig> algorithmsConfig)
Your Autopilot job trains a default set of algorithms on your dataset. For tabular and time-series data, you can customize the algorithm list by selecting a subset of algorithms for your problem type.
AlgorithmsConfig
stores the customized selection of algorithms to train on your data.
For the tabular problem type TabularJobConfig
, the list of available algorithms to choose
from depends on the training mode set in
AutoMLJobConfig.Mode
.
AlgorithmsConfig
should not be set when the training mode AutoMLJobConfig.Mode
is set
to AUTO
.
When AlgorithmsConfig
is provided, one AutoMLAlgorithms
attribute must be set and one
only.
If the list of algorithms provided as values for AutoMLAlgorithms
is empty,
CandidateGenerationConfig
uses the full set of algorithms for the given training mode.
When AlgorithmsConfig
is not provided, CandidateGenerationConfig
uses the full set of
algorithms for the given training mode.
For the list of all algorithms per training mode, see AlgorithmConfig.
For more information on each algorithm, see the Algorithm support section in the Autopilot developer guide.
For the time-series forecasting problem type TimeSeriesForecastingJobConfig
, choose your
algorithms from the list provided in
AlgorithmConfig.
For more information on each algorithm, see the Algorithms support for time-series forecasting section in the Autopilot developer guide.
When AlgorithmsConfig
is provided, one AutoMLAlgorithms
attribute must be set and one
only.
If the list of algorithms provided as values for AutoMLAlgorithms
is empty,
CandidateGenerationConfig
uses the full set of algorithms for time-series forecasting.
When AlgorithmsConfig
is not provided, CandidateGenerationConfig
uses the full set of
algorithms for time-series forecasting.
algorithmsConfig
- Your Autopilot job trains a default set of algorithms on your dataset. For tabular and time-series data,
you can customize the algorithm list by selecting a subset of algorithms for your problem type.
AlgorithmsConfig
stores the customized selection of algorithms to train on your data.
For the tabular problem type TabularJobConfig
, the list of available algorithms to
choose from depends on the training mode set in
AutoMLJobConfig.Mode
.
AlgorithmsConfig
should not be set when the training mode AutoMLJobConfig.Mode
is set to AUTO
.
When AlgorithmsConfig
is provided, one AutoMLAlgorithms
attribute must be set
and one only.
If the list of algorithms provided as values for AutoMLAlgorithms
is empty,
CandidateGenerationConfig
uses the full set of algorithms for the given training mode.
When AlgorithmsConfig
is not provided, CandidateGenerationConfig
uses the full
set of algorithms for the given training mode.
For the list of all algorithms per training mode, see AlgorithmConfig.
For more information on each algorithm, see the Algorithm support section in the Autopilot developer guide.
For the time-series forecasting problem type TimeSeriesForecastingJobConfig
, choose
your algorithms from the list provided in
AlgorithmConfig.
For more information on each algorithm, see the Algorithms support for time-series forecasting section in the Autopilot developer guide.
When AlgorithmsConfig
is provided, one AutoMLAlgorithms
attribute must be set
and one only.
If the list of algorithms provided as values for AutoMLAlgorithms
is empty,
CandidateGenerationConfig
uses the full set of algorithms for time-series forecasting.
When AlgorithmsConfig
is not provided, CandidateGenerationConfig
uses the full
set of algorithms for time-series forecasting.
public String toString()
toString
in class Object
Object.toString()
public CandidateGenerationConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.