Class CfnInferenceComponent.DeployedImageProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnInferenceComponent.DeployedImageProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnInferenceComponent.DeployedImageProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInferenceComponent.DeployedImageProperty
@Stability(Stable)
@Internal
public static final class CfnInferenceComponent.DeployedImageProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInferenceComponent.DeployedImageProperty
An implementation for
CfnInferenceComponent.DeployedImageProperty-
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.DeployedImageProperty
CfnInferenceComponent.DeployedImageProperty.Builder, CfnInferenceComponent.DeployedImageProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnInferenceComponent.DeployedImageProperty.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 StringThe date and time when the image path for the model resolved to theResolvedImage.final StringThe specific digest path of the image hosted in thisProductionVariant.final StringThe image path you specified when you created the model.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
Constructor that initializes the object based on literal property values passed by theCfnInferenceComponent.DeployedImageProperty.Builder.
-
-
Method Details
-
getResolutionTime
Description copied from interface:CfnInferenceComponent.DeployedImagePropertyThe date and time when the image path for the model resolved to theResolvedImage.- Specified by:
getResolutionTimein interfaceCfnInferenceComponent.DeployedImageProperty- See Also:
-
getResolvedImage
Description copied from interface:CfnInferenceComponent.DeployedImagePropertyThe specific digest path of the image hosted in thisProductionVariant.- Specified by:
getResolvedImagein interfaceCfnInferenceComponent.DeployedImageProperty- See Also:
-
getSpecifiedImage
Description copied from interface:CfnInferenceComponent.DeployedImagePropertyThe image path you specified when you created the model.- Specified by:
getSpecifiedImagein interfaceCfnInferenceComponent.DeployedImageProperty- 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()
-