@Stability(value=Stable)
public static interface CfnEndpointConfig.AsyncInferenceNotificationConfigProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sagemaker.*;
AsyncInferenceNotificationConfigProperty asyncInferenceNotificationConfigProperty = AsyncInferenceNotificationConfigProperty.builder()
.errorTopic("errorTopic")
.successTopic("successTopic")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEndpointConfig.AsyncInferenceNotificationConfigProperty.Builder
|
static class |
CfnEndpointConfig.AsyncInferenceNotificationConfigProperty.Jsii$Proxy
An implementation for
CfnEndpointConfig.AsyncInferenceNotificationConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEndpointConfig.AsyncInferenceNotificationConfigProperty.Builder |
builder() |
default String |
getErrorTopic()
`CfnEndpointConfig.AsyncInferenceNotificationConfigProperty.ErrorTopic`.
|
default String |
getSuccessTopic()
`CfnEndpointConfig.AsyncInferenceNotificationConfigProperty.SuccessTopic`.
|
@Stability(value=Stable) @Nullable default String getErrorTopic()
@Stability(value=Stable) @Nullable default String getSuccessTopic()
@Stability(value=Stable) static CfnEndpointConfig.AsyncInferenceNotificationConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.