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

io.burkard.cdk.services.sagemaker.cfnModelBiasJobDefinition.MonitoringOutputProperty.scala Maven / Gradle / Ivy

The newest version!
package io.burkard.cdk.services.sagemaker.cfnModelBiasJobDefinition

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

  def apply(
    s3Output: software.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition.S3OutputProperty
  ): software.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition.MonitoringOutputProperty =
    (new software.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition.MonitoringOutputProperty.Builder)
      .s3Output(s3Output)
      .build()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy