All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.burkard.cdk.services.sagemaker.cfnEndpointConfig.AsyncInferenceNotificationConfigProperty.scala Maven / Gradle / Ivy

package io.burkard.cdk.services.sagemaker.cfnEndpointConfig

@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object AsyncInferenceNotificationConfigProperty {

  def apply(
    errorTopic: Option[String] = None,
    successTopic: Option[String] = None
  ): software.amazon.awscdk.services.sagemaker.CfnEndpointConfig.AsyncInferenceNotificationConfigProperty =
    (new software.amazon.awscdk.services.sagemaker.CfnEndpointConfig.AsyncInferenceNotificationConfigProperty.Builder)
      .errorTopic(errorTopic.orNull)
      .successTopic(successTopic.orNull)
      .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy