Class CfnEndpointProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnEndpointProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEndpointProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnEndpointProps
@Stability(Stable)
@Internal
public static final class CfnEndpointProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEndpointProps
An implementation for
CfnEndpointProps-
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.CfnEndpointProps
CfnEndpointProps.Builder, CfnEndpointProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnEndpointProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEndpointProps.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 name of the AWS::SageMaker::EndpointConfig resource that specifies the configuration for the endpoint.final StringThe name of the endpoint.The name must be unique within an AWS Region in your AWS account.final ObjectWhen you are updating endpoint resources with RetainAllVariantProperties whose value is set totrue,ExcludeRetainedVariantPropertiesspecifies the list of type VariantProperty to override with the values provided byEndpointConfig.final ObjectWhen updating endpoint resources, enables or disables the retention of variant properties, such as the instance count or the variant weight.final ObjectSpecifies whether to reuse the last deployment configuration.getTags()A list of key-value pairs to apply to this resource.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 theCfnEndpointProps.Builder.
-
-
Method Details
-
getEndpointConfigName
Description copied from interface:CfnEndpointPropsThe name of the AWS::SageMaker::EndpointConfig resource that specifies the configuration for the endpoint. For more information, see CreateEndpointConfig .- Specified by:
getEndpointConfigNamein interfaceCfnEndpointProps
-
getDeploymentConfig
Description copied from interface:CfnEndpointPropsThe deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.- Specified by:
getDeploymentConfigin interfaceCfnEndpointProps
-
getEndpointName
Description copied from interface:CfnEndpointPropsThe name of the endpoint.The name must be unique within an AWS Region in your AWS account. The name is case-insensitive inCreateEndpoint, but the case is preserved and must be matched in .- Specified by:
getEndpointNamein interfaceCfnEndpointProps
-
getExcludeRetainedVariantProperties
Description copied from interface:CfnEndpointPropsWhen you are updating endpoint resources with RetainAllVariantProperties whose value is set totrue,ExcludeRetainedVariantPropertiesspecifies the list of type VariantProperty to override with the values provided byEndpointConfig. If you don't specify a value forExcludeAllVariantProperties, no variant properties are overridden. Don't use this property when creating new endpoint resources or whenRetainAllVariantPropertiesis set tofalse.- Specified by:
getExcludeRetainedVariantPropertiesin interfaceCfnEndpointProps
-
getRetainAllVariantProperties
Description copied from interface:CfnEndpointPropsWhen updating endpoint resources, enables or disables the retention of variant properties, such as the instance count or the variant weight.To retain the variant properties of an endpoint when updating it, set
RetainAllVariantPropertiestotrue. To use the variant properties specified in a newEndpointConfigcall when updating an endpoint, setRetainAllVariantPropertiestofalse. Use this property only when updating endpoint resources, not when creating new endpoint resources.- Specified by:
getRetainAllVariantPropertiesin interfaceCfnEndpointProps
-
getRetainDeploymentConfig
Description copied from interface:CfnEndpointPropsSpecifies whether to reuse the last deployment configuration.The default value is false (the configuration is not reused).
- Specified by:
getRetainDeploymentConfigin interfaceCfnEndpointProps
-
getTags
Description copied from interface:CfnEndpointPropsA list of key-value pairs to apply to this resource.For more information, see Resource Tag and Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide .
- Specified by:
getTagsin interfaceCfnEndpointProps
-
$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()
-