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

io.burkard.cdk.services.sagemaker.cfnMonitoringSchedule.BaselineConfigProperty.scala Maven / Gradle / Ivy

package io.burkard.cdk.services.sagemaker.cfnMonitoringSchedule

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

  def apply(
    constraintsResource: Option[software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule.ConstraintsResourceProperty] = None,
    statisticsResource: Option[software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule.StatisticsResourceProperty] = None
  ): software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule.BaselineConfigProperty =
    (new software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule.BaselineConfigProperty.Builder)
      .constraintsResource(constraintsResource.orNull)
      .statisticsResource(statisticsResource.orNull)
      .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy