@Stability(value=Stable) @Internal public static final class CfnMonitoringSchedule.StoppingConditionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnMonitoringSchedule.StoppingConditionProperty
CfnMonitoringSchedule.StoppingConditionPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnMonitoringSchedule.StoppingConditionProperty.Builder, CfnMonitoringSchedule.StoppingConditionProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnMonitoringSchedule.StoppingConditionProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnMonitoringSchedule.BaselineConfigProperty.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(CfnMonitoringSchedule.StoppingConditionProperty.Builder builder)
CfnMonitoringSchedule.BaselineConfigProperty.Builder.public final Number getMaxRuntimeInSeconds()
CfnMonitoringSchedule.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 CfnMonitoringSchedule.StoppingConditionProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.