public static final class CfnEndpointProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEndpointProps
CfnEndpointProps
CfnEndpointProps.Builder, CfnEndpointProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getDeploymentConfig()
The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.
|
java.lang.String |
getEndpointConfigName()
The name of the [AWS::SageMaker::EndpointConfig](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html) resource that specifies the configuration for the endpoint.
|
java.lang.String |
getEndpointName()
The name of the endpoint.The name must be unique within an AWS Region in your AWS account.
|
java.lang.Object |
getExcludeRetainedVariantProperties()
When you are updating endpoint resources with [RetainAllVariantProperties](https://docs.aws.amazon.com/sagemaker/latest/dg/API_UpdateEndpoint.html#SageMaker-UpdateEndpoint-request-RetainAllVariantProperties) whose value is set to `true` , `ExcludeRetainedVariantProperties` specifies the list of type [VariantProperty](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpoint-variantproperty.html) to override with the values provided by `EndpointConfig` .
|
java.lang.Object |
getRetainAllVariantProperties()
When updating endpoint resources, enables or disables the retention of variant properties, such as the instance count or the variant weight.
|
java.lang.Object |
getRetainDeploymentConfig()
Specifies whether to reuse the last deployment configuration.
|
java.util.List<CfnTag> |
getTags()
A list of key-value pairs to apply to this resource.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getEndpointConfigName()
CfnEndpointProps
getEndpointConfigName
in interface CfnEndpointProps
public final java.lang.Object getDeploymentConfig()
CfnEndpointProps
getDeploymentConfig
in interface CfnEndpointProps
public final java.lang.String getEndpointName()
CfnEndpointProps
getEndpointName
in interface CfnEndpointProps
public final java.lang.Object getExcludeRetainedVariantProperties()
CfnEndpointProps
getExcludeRetainedVariantProperties
in interface CfnEndpointProps
public final java.lang.Object getRetainAllVariantProperties()
CfnEndpointProps
To retain the variant properties of an endpoint when updating it, set RetainAllVariantProperties
to true
. To use the variant properties specified in a new EndpointConfig
call when updating an endpoint, set RetainAllVariantProperties
to false
. Use this property only when updating endpoint resources, not when creating new endpoint resources.
getRetainAllVariantProperties
in interface CfnEndpointProps
public final java.lang.Object getRetainDeploymentConfig()
CfnEndpointProps
The default value is false (the configuration is not reused).
getRetainDeploymentConfig
in interface CfnEndpointProps
public final java.util.List<CfnTag> getTags()
CfnEndpointProps
For more information, see Resource Tag and Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide .
getTags
in interface CfnEndpointProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()