Class CfnEndpointConfig.AsyncInferenceNotificationConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnEndpointConfig.AsyncInferenceNotificationConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEndpointConfig.AsyncInferenceNotificationConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEndpointConfig.AsyncInferenceNotificationConfigProperty
@Stability(Stable)
@Internal
public static final class CfnEndpointConfig.AsyncInferenceNotificationConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEndpointConfig.AsyncInferenceNotificationConfigProperty
An implementation for
CfnEndpointConfig.AsyncInferenceNotificationConfigProperty
-
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.CfnEndpointConfig.AsyncInferenceNotificationConfigProperty
CfnEndpointConfig.AsyncInferenceNotificationConfigProperty.Builder, CfnEndpointConfig.AsyncInferenceNotificationConfigProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnEndpointConfig.AsyncInferenceNotificationConfigProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
Amazon SNS topic to post a notification to when an inference fails.The Amazon SNS topics where you want the inference response to be included.final String
Amazon SNS topic to post a notification to when an inference completes successfully.final int
hashCode()
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 theCfnEndpointConfig.AsyncInferenceNotificationConfigProperty.Builder
.
-
-
Method Details
-
getErrorTopic
Description copied from interface:CfnEndpointConfig.AsyncInferenceNotificationConfigProperty
Amazon SNS topic to post a notification to when an inference fails.If no topic is provided, no notification is sent on failure.
- Specified by:
getErrorTopic
in interfaceCfnEndpointConfig.AsyncInferenceNotificationConfigProperty
- See Also:
-
getIncludeInferenceResponseIn
Description copied from interface:CfnEndpointConfig.AsyncInferenceNotificationConfigProperty
The Amazon SNS topics where you want the inference response to be included.The inference response is included only if the response size is less than or equal to 128 KB.
- Specified by:
getIncludeInferenceResponseIn
in interfaceCfnEndpointConfig.AsyncInferenceNotificationConfigProperty
- See Also:
-
getSuccessTopic
Description copied from interface:CfnEndpointConfig.AsyncInferenceNotificationConfigProperty
Amazon SNS topic to post a notification to when an inference completes successfully.If no topic is provided, no notification is sent on success.
- Specified by:
getSuccessTopic
in interfaceCfnEndpointConfig.AsyncInferenceNotificationConfigProperty
- 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()
-