Class CfnInferenceComponent.InferenceComponentStartupParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnInferenceComponent.InferenceComponentStartupParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnInferenceComponent.InferenceComponentStartupParametersProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInferenceComponent.InferenceComponentStartupParametersProperty
@Stability(Stable)
@Internal
public static final class CfnInferenceComponent.InferenceComponentStartupParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInferenceComponent.InferenceComponentStartupParametersProperty
An implementation for
CfnInferenceComponent.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.services.sagemaker.CfnInferenceComponent.InferenceComponentStartupParametersProperty
CfnInferenceComponent.InferenceComponentStartupParametersProperty.Builder, CfnInferenceComponent.InferenceComponentStartupParametersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnInferenceComponent.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(CfnInferenceComponent.InferenceComponentStartupParametersProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnInferenceComponent.InferenceComponentStartupParametersProperty.Builder.
-
-
Method Details
-
getContainerStartupHealthCheckTimeoutInSeconds
Description copied from interface:CfnInferenceComponent.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 interfaceCfnInferenceComponent.InferenceComponentStartupParametersProperty- See Also:
-
getModelDataDownloadTimeoutInSeconds
Description copied from interface:CfnInferenceComponent.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 interfaceCfnInferenceComponent.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()
-