Class CfnInferenceComponentMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnInferenceComponentMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnInferenceComponentMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInferenceComponentMixinProps
@Stability(Stable)
@Internal
public static final class CfnInferenceComponentMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInferenceComponentMixinProps
An implementation for
CfnInferenceComponentMixinProps-
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.CfnInferenceComponentMixinProps
CfnInferenceComponentMixinProps.Builder, CfnInferenceComponentMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnInferenceComponentMixinProps.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 ObjectThe deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.final StringThe Amazon Resource Name (ARN) of the endpoint that hosts the inference component.final StringThe name of the endpoint that hosts the inference component.final StringThe name of the inference component.final ObjectThe runtime config for the inference component.final ObjectThe specification for the inference component.getTags()An array of tags to apply to the resource.final StringThe name of the production variant that hosts the 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
Constructor that initializes the object based on literal property values passed by theCfnInferenceComponentMixinProps.Builder.
-
-
Method Details
-
getDeploymentConfig
Description copied from interface:CfnInferenceComponentMixinPropsThe deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.Returns union: either
IResolvableorCfnInferenceComponentPropsMixin.InferenceComponentDeploymentConfigProperty- Specified by:
getDeploymentConfigin interfaceCfnInferenceComponentMixinProps- See Also:
-
getEndpointArn
Description copied from interface:CfnInferenceComponentMixinPropsThe Amazon Resource Name (ARN) of the endpoint that hosts the inference component.- Specified by:
getEndpointArnin interfaceCfnInferenceComponentMixinProps- See Also:
-
getEndpointName
Description copied from interface:CfnInferenceComponentMixinPropsThe name of the endpoint that hosts the inference component.- Specified by:
getEndpointNamein interfaceCfnInferenceComponentMixinProps- See Also:
-
getInferenceComponentName
Description copied from interface:CfnInferenceComponentMixinPropsThe name of the inference component.- Specified by:
getInferenceComponentNamein interfaceCfnInferenceComponentMixinProps- See Also:
-
getRuntimeConfig
Description copied from interface:CfnInferenceComponentMixinPropsThe runtime config for the inference component.Returns union: either
IResolvableorCfnInferenceComponentPropsMixin.InferenceComponentRuntimeConfigProperty- Specified by:
getRuntimeConfigin interfaceCfnInferenceComponentMixinProps- See Also:
-
getSpecification
Description copied from interface:CfnInferenceComponentMixinPropsThe specification for the inference component.Returns union: either
IResolvableorCfnInferenceComponentPropsMixin.InferenceComponentSpecificationProperty- Specified by:
getSpecificationin interfaceCfnInferenceComponentMixinProps- See Also:
-
getTags
Description copied from interface:CfnInferenceComponentMixinPropsAn array of tags to apply to the resource.- Specified by:
getTagsin interfaceCfnInferenceComponentMixinProps- See Also:
-
getVariantName
Description copied from interface:CfnInferenceComponentMixinPropsThe name of the production variant that hosts the inference component.- Specified by:
getVariantNamein interfaceCfnInferenceComponentMixinProps- 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()
-