Class CfnInferenceExperiment.ModelInfrastructureConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnInferenceExperiment.ModelInfrastructureConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnInferenceExperiment.ModelInfrastructureConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInferenceExperiment.ModelInfrastructureConfigProperty
@Stability(Stable)
@Internal
public static final class CfnInferenceExperiment.ModelInfrastructureConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInferenceExperiment.ModelInfrastructureConfigProperty
An implementation for
CfnInferenceExperiment.ModelInfrastructureConfigProperty
-
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.CfnInferenceExperiment.ModelInfrastructureConfigProperty
CfnInferenceExperiment.ModelInfrastructureConfigProperty.Builder, CfnInferenceExperiment.ModelInfrastructureConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnInferenceExperiment.ModelInfrastructureConfigProperty.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 theCfnInferenceExperiment.ModelInfrastructureConfigProperty.Builder
.
-
-
Method Details
-
getInfrastructureType
Description copied from interface:CfnInferenceExperiment.ModelInfrastructureConfigProperty
The inference option to which to deploy your model. Possible values are the following:.RealTime
: Deploy to real-time inference.
- Specified by:
getInfrastructureType
in interfaceCfnInferenceExperiment.ModelInfrastructureConfigProperty
- See Also:
-
getRealTimeInferenceConfig
Description copied from interface:CfnInferenceExperiment.ModelInfrastructureConfigProperty
The infrastructure configuration for deploying the model to real-time inference.- Specified by:
getRealTimeInferenceConfig
in interfaceCfnInferenceExperiment.ModelInfrastructureConfigProperty
- 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()
-