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