Class CfnModelExplainabilityJobDefinition.StoppingConditionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnModelExplainabilityJobDefinition.StoppingConditionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnModelExplainabilityJobDefinition.StoppingConditionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnModelExplainabilityJobDefinition.StoppingConditionProperty
@Stability(Stable)
@Internal
public static final class CfnModelExplainabilityJobDefinition.StoppingConditionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModelExplainabilityJobDefinition.StoppingConditionProperty
An implementation for
CfnModelExplainabilityJobDefinition.StoppingConditionProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnModelExplainabilityJobDefinition.StoppingConditionProperty
CfnModelExplainabilityJobDefinition.StoppingConditionProperty.Builder, CfnModelExplainabilityJobDefinition.StoppingConditionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnModelExplainabilityJobDefinition.StoppingConditionProperty.Builder
.protected
Jsii$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 theCfnModelExplainabilityJobDefinition.StoppingConditionProperty.Builder
.
-
-
Method Details
-
getMaxRuntimeInSeconds
Description copied from interface:CfnModelExplainabilityJobDefinition.StoppingConditionProperty
The 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
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.The maximum time that a
TrainingJob
can run in total, including any time spent publishing metrics or archiving and uploading models after it has been stopped, is 30 days.- Specified by:
getMaxRuntimeInSeconds
in interfaceCfnModelExplainabilityJobDefinition.StoppingConditionProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-