Kubernetes Online Deployment Args
data class KubernetesOnlineDeploymentArgs(val appInsightsEnabled: Output<Boolean>? = null, val codeConfiguration: Output<CodeConfigurationArgs>? = null, val containerResourceRequirements: Output<ContainerResourceRequirementsArgs>? = null, val description: Output<String>? = null, val egressPublicNetworkAccess: Output<Either<String, EgressPublicNetworkAccessType>>? = null, val endpointComputeType: Output<String>, val environmentId: Output<String>? = null, val environmentVariables: Output<Map<String, String>>? = null, val instanceType: Output<String>? = null, val livenessProbe: Output<ProbeSettingsArgs>? = null, val model: Output<String>? = null, val modelMountPath: Output<String>? = null, val properties: Output<Map<String, String>>? = null, val readinessProbe: Output<ProbeSettingsArgs>? = null, val requestSettings: Output<OnlineRequestSettingsArgs>? = null, val scaleSettings: Output<Either<DefaultScaleSettingsArgs, TargetUtilizationScaleSettingsArgs>>? = null) : ConvertibleToJava<KubernetesOnlineDeploymentArgs>
Properties specific to a KubernetesOnlineDeployment.
Constructors
Link copied to clipboard
fun KubernetesOnlineDeploymentArgs(appInsightsEnabled: Output<Boolean>? = null, codeConfiguration: Output<CodeConfigurationArgs>? = null, containerResourceRequirements: Output<ContainerResourceRequirementsArgs>? = null, description: Output<String>? = null, egressPublicNetworkAccess: Output<Either<String, EgressPublicNetworkAccessType>>? = null, endpointComputeType: Output<String>, environmentId: Output<String>? = null, environmentVariables: Output<Map<String, String>>? = null, instanceType: Output<String>? = null, livenessProbe: Output<ProbeSettingsArgs>? = null, model: Output<String>? = null, modelMountPath: Output<String>? = null, properties: Output<Map<String, String>>? = null, readinessProbe: Output<ProbeSettingsArgs>? = null, requestSettings: Output<OnlineRequestSettingsArgs>? = null, scaleSettings: Output<Either<DefaultScaleSettingsArgs, TargetUtilizationScaleSettingsArgs>>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val scaleSettings: Output<Either<DefaultScaleSettingsArgs, TargetUtilizationScaleSettingsArgs>>? = null