Endpoint Configuration Async Inference Config Output Config Notification Config Args
data class EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfigArgs(val errorTopic: Output<String>? = null, val includeInferenceResponseIns: Output<List<String>>? = null, val successTopic: Output<String>? = null) : ConvertibleToJava<EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfigArgs>
Constructors
Link copied to clipboard
fun EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfigArgs(errorTopic: Output<String>? = null, includeInferenceResponseIns: Output<List<String>>? = null, successTopic: Output<String>? = null)