@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutoMLJobCompletionCriteria extends Object implements Serializable, Cloneable, StructuredPojo
How long a job is allowed to run, or how many candidates a job is allowed to generate.
Constructor and Description |
---|
AutoMLJobCompletionCriteria() |
Modifier and Type | Method and Description |
---|---|
AutoMLJobCompletionCriteria |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxAutoMLJobRuntimeInSeconds()
The maximum runtime, in seconds, an AutoML job has to complete.
|
Integer |
getMaxCandidates()
The maximum number of times a training job is allowed to run.
|
Integer |
getMaxRuntimePerTrainingJobInSeconds()
The maximum time, in seconds, that each training job is allowed to run as part of a hyperparameter tuning job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMaxAutoMLJobRuntimeInSeconds(Integer maxAutoMLJobRuntimeInSeconds)
The maximum runtime, in seconds, an AutoML job has to complete.
|
void |
setMaxCandidates(Integer maxCandidates)
The maximum number of times a training job is allowed to run.
|
void |
setMaxRuntimePerTrainingJobInSeconds(Integer maxRuntimePerTrainingJobInSeconds)
The maximum time, in seconds, that each training job is allowed to run as part of a hyperparameter tuning job.
|
String |
toString()
Returns a string representation of this object.
|
AutoMLJobCompletionCriteria |
withMaxAutoMLJobRuntimeInSeconds(Integer maxAutoMLJobRuntimeInSeconds)
The maximum runtime, in seconds, an AutoML job has to complete.
|
AutoMLJobCompletionCriteria |
withMaxCandidates(Integer maxCandidates)
The maximum number of times a training job is allowed to run.
|
AutoMLJobCompletionCriteria |
withMaxRuntimePerTrainingJobInSeconds(Integer maxRuntimePerTrainingJobInSeconds)
The maximum time, in seconds, that each training job is allowed to run as part of a hyperparameter tuning job.
|
public void setMaxCandidates(Integer maxCandidates)
The maximum number of times a training job is allowed to run.
maxCandidates
- The maximum number of times a training job is allowed to run.public Integer getMaxCandidates()
The maximum number of times a training job is allowed to run.
public AutoMLJobCompletionCriteria withMaxCandidates(Integer maxCandidates)
The maximum number of times a training job is allowed to run.
maxCandidates
- The maximum number of times a training job is allowed to run.public void setMaxRuntimePerTrainingJobInSeconds(Integer maxRuntimePerTrainingJobInSeconds)
The maximum time, in seconds, that each training job is allowed to run as part of a hyperparameter tuning job. For more information, see the used by the action.
maxRuntimePerTrainingJobInSeconds
- The maximum time, in seconds, that each training job is allowed to run as part of a hyperparameter tuning
job. For more information, see the used by the action.public Integer getMaxRuntimePerTrainingJobInSeconds()
The maximum time, in seconds, that each training job is allowed to run as part of a hyperparameter tuning job. For more information, see the used by the action.
public AutoMLJobCompletionCriteria withMaxRuntimePerTrainingJobInSeconds(Integer maxRuntimePerTrainingJobInSeconds)
The maximum time, in seconds, that each training job is allowed to run as part of a hyperparameter tuning job. For more information, see the used by the action.
maxRuntimePerTrainingJobInSeconds
- The maximum time, in seconds, that each training job is allowed to run as part of a hyperparameter tuning
job. For more information, see the used by the action.public void setMaxAutoMLJobRuntimeInSeconds(Integer maxAutoMLJobRuntimeInSeconds)
The maximum runtime, in seconds, an AutoML job has to complete.
If an AutoML job exceeds the maximum runtime, the job is stopped automatically and its processing is ended gracefully. The AutoML job identifies the best model whose training was completed and marks it as the best-performing model. Any unfinished steps of the job, such as automatic one-click Autopilot model deployment, will not be completed.
maxAutoMLJobRuntimeInSeconds
- The maximum runtime, in seconds, an AutoML job has to complete.
If an AutoML job exceeds the maximum runtime, the job is stopped automatically and its processing is ended gracefully. The AutoML job identifies the best model whose training was completed and marks it as the best-performing model. Any unfinished steps of the job, such as automatic one-click Autopilot model deployment, will not be completed.
public Integer getMaxAutoMLJobRuntimeInSeconds()
The maximum runtime, in seconds, an AutoML job has to complete.
If an AutoML job exceeds the maximum runtime, the job is stopped automatically and its processing is ended gracefully. The AutoML job identifies the best model whose training was completed and marks it as the best-performing model. Any unfinished steps of the job, such as automatic one-click Autopilot model deployment, will not be completed.
If an AutoML job exceeds the maximum runtime, the job is stopped automatically and its processing is ended gracefully. The AutoML job identifies the best model whose training was completed and marks it as the best-performing model. Any unfinished steps of the job, such as automatic one-click Autopilot model deployment, will not be completed.
public AutoMLJobCompletionCriteria withMaxAutoMLJobRuntimeInSeconds(Integer maxAutoMLJobRuntimeInSeconds)
The maximum runtime, in seconds, an AutoML job has to complete.
If an AutoML job exceeds the maximum runtime, the job is stopped automatically and its processing is ended gracefully. The AutoML job identifies the best model whose training was completed and marks it as the best-performing model. Any unfinished steps of the job, such as automatic one-click Autopilot model deployment, will not be completed.
maxAutoMLJobRuntimeInSeconds
- The maximum runtime, in seconds, an AutoML job has to complete.
If an AutoML job exceeds the maximum runtime, the job is stopped automatically and its processing is ended gracefully. The AutoML job identifies the best model whose training was completed and marks it as the best-performing model. Any unfinished steps of the job, such as automatic one-click Autopilot model deployment, will not be completed.
public String toString()
toString
in class Object
Object.toString()
public AutoMLJobCompletionCriteria clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.