Class CfnDataQualityJobDefinition.StoppingConditionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition.StoppingConditionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataQualityJobDefinition.StoppingConditionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataQualityJobDefinition.StoppingConditionProperty
@Stability(Stable)
@Internal
public static final class CfnDataQualityJobDefinition.StoppingConditionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataQualityJobDefinition.StoppingConditionProperty
An implementation for
CfnDataQualityJobDefinition.StoppingConditionProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition.StoppingConditionProperty
CfnDataQualityJobDefinition.StoppingConditionProperty.Builder, CfnDataQualityJobDefinition.StoppingConditionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataQualityJobDefinition.StoppingConditionProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDataQualityJobDefinition.StoppingConditionProperty.Builder.
-
-
Method Details
-
getMaxRuntimeInSeconds
Description copied from interface:CfnDataQualityJobDefinition.StoppingConditionPropertyThe maximum length of time, in seconds, that a training or compilation job can run before it is stopped.For compilation jobs, if the job does not complete during this time, a
TimeOuterror 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
RetryStrategyis specified in the job request,MaxRuntimeInSecondsspecifies 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.The maximum time that a
TrainingJobcan run in total, including any time spent publishing metrics or archiving and uploading models after it has been stopped, is 30 days.- Specified by:
getMaxRuntimeInSecondsin interfaceCfnDataQualityJobDefinition.StoppingConditionProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-