
com.pulumi.azurenative.machinelearningservices.kotlin.inputs.CustomServiceArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.machinelearningservices.kotlin.inputs
import com.pulumi.azurenative.machinelearningservices.inputs.CustomServiceArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.List
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Specifies the custom service configuration
* @property docker Describes the docker settings for the image
* @property endpoints Configuring the endpoints for the container
* @property environmentVariables Environment Variable for the container
* @property image Describes the Image Specifications
* @property name Name of the Custom Service
* @property volumes Configuring the volumes for the container
*/
public data class CustomServiceArgs(
public val docker: Output? = null,
public val endpoints: Output>? = null,
public val environmentVariables: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy