@Stability(value=Stable) @Internal public static final class CfnModelBiasJobDefinition.StoppingConditionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnModelBiasJobDefinition.StoppingConditionProperty
CfnModelBiasJobDefinition.StoppingConditionPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnModelBiasJobDefinition.StoppingConditionProperty.Builder, CfnModelBiasJobDefinition.StoppingConditionProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnModelBiasJobDefinition.StoppingConditionProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnModelBiasJobDefinition.ClusterConfigProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getMaxRuntimeInSeconds()
The maximum length of time, in seconds, that a training or compilation job can run.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnModelBiasJobDefinition.StoppingConditionProperty.Builder builder)
CfnModelBiasJobDefinition.ClusterConfigProperty.Builder.public final Number getMaxRuntimeInSeconds()
CfnModelBiasJobDefinition.StoppingConditionProperty
For compilation jobs, if the job does not complete during this time, a TimeOut error is generated. We recommend starting with 900 seconds and increasing as necessary based on your model.
For all other jobs, if the job does not complete during this time, SageMaker ends the job. When RetryStrategy is specified in the job request, MaxRuntimeInSeconds specifies the maximum time for all of the attempts in total, not each individual attempt. The default value is 1 day. The maximum value is 28 days.
getMaxRuntimeInSeconds in interface CfnModelBiasJobDefinition.StoppingConditionProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.