Class CfnInferenceComponentPropsMixin.InferenceComponentStartupParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnInferenceComponentPropsMixin.InferenceComponentStartupParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnInferenceComponentPropsMixin.InferenceComponentStartupParametersProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInferenceComponentPropsMixin.InferenceComponentStartupParametersProperty
@Stability(Stable)
@Internal
public static final class CfnInferenceComponentPropsMixin.InferenceComponentStartupParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInferenceComponentPropsMixin.InferenceComponentStartupParametersProperty
An implementation for
CfnInferenceComponentPropsMixin.InferenceComponentStartupParametersProperty-
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.cfnpropertymixins.services.sagemaker.CfnInferenceComponentPropsMixin.InferenceComponentStartupParametersProperty
CfnInferenceComponentPropsMixin.InferenceComponentStartupParametersProperty.Builder, CfnInferenceComponentPropsMixin.InferenceComponentStartupParametersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnInferenceComponentPropsMixin.InferenceComponentStartupParametersProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnInferenceComponentPropsMixin.InferenceComponentStartupParametersProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumberThe timeout value, in seconds, for your inference container to pass health check by Amazon S3 Hosting.final NumberThe timeout value, in seconds, to download and extract the model that you want to host from Amazon S3 to the individual inference instance associated with this inference component.final inthashCode()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
protected Jsii$Proxy(CfnInferenceComponentPropsMixin.InferenceComponentStartupParametersProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnInferenceComponentPropsMixin.InferenceComponentStartupParametersProperty.Builder.
-
-
Method Details
-
getContainerStartupHealthCheckTimeoutInSeconds
Description copied from interface:CfnInferenceComponentPropsMixin.InferenceComponentStartupParametersPropertyThe timeout value, in seconds, for your inference container to pass health check by Amazon S3 Hosting.For more information about health check, see How Your Container Should Respond to Health Check (Ping) Requests .
- Specified by:
getContainerStartupHealthCheckTimeoutInSecondsin interfaceCfnInferenceComponentPropsMixin.InferenceComponentStartupParametersProperty- See Also:
-
getModelDataDownloadTimeoutInSeconds
Description copied from interface:CfnInferenceComponentPropsMixin.InferenceComponentStartupParametersPropertyThe timeout value, in seconds, to download and extract the model that you want to host from Amazon S3 to the individual inference instance associated with this inference component.- Specified by:
getModelDataDownloadTimeoutInSecondsin interfaceCfnInferenceComponentPropsMixin.InferenceComponentStartupParametersProperty- 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()
-