com.faendir.awscdkkt.generated.services.sagemaker.InferenceComponentComputeResourceRequirementsPropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.sagemaker
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.sagemaker.CfnInferenceComponent
@Generated
public fun buildInferenceComponentComputeResourceRequirementsProperty(initializer: @AwsCdkDsl
CfnInferenceComponent.InferenceComponentComputeResourceRequirementsProperty.Builder.() -> Unit =
{}): CfnInferenceComponent.InferenceComponentComputeResourceRequirementsProperty =
CfnInferenceComponent.InferenceComponentComputeResourceRequirementsProperty.Builder().apply(initializer).build()