Share via


KubernetesOnlineDeployment Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.KubernetesOnlineDeploymentTypeConverter))]
public class KubernetesOnlineDeployment : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IKubernetesOnlineDeployment, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.KubernetesOnlineDeploymentTypeConverter))>]
type KubernetesOnlineDeployment = class
    interface IKubernetesOnlineDeployment
    interface IJsonSerializable
    interface IOnlineDeploymentProperties
    interface IEndpointDeploymentPropertiesBase
    interface IValidates
Public Class KubernetesOnlineDeployment
Implements IKubernetesOnlineDeployment, IValidates
Inheritance
KubernetesOnlineDeployment
Attributes
Implements

Constructors

KubernetesOnlineDeployment()

Properties

AppInsightsEnabled
CodeConfiguration
CodeConfigurationCodeId
CodeConfigurationScoringScript
ContainerResourceLimitCpu
ContainerResourceLimitGpu
ContainerResourceLimitMemory
ContainerResourceRequestCpu
ContainerResourceRequestGpu
ContainerResourceRequestMemory
Description
EndpointComputeType
EnvironmentId
EnvironmentVariable
InstanceType
LivenessProbe
LivenessProbeFailureThreshold
LivenessProbeInitialDelay
LivenessProbePeriod
LivenessProbeSuccessThreshold
LivenessProbeTimeout
Model
ModelMountPath
Property
ProvisioningState
ReadinessProbe
ReadinessProbeFailureThreshold
ReadinessProbeInitialDelay
ReadinessProbePeriod
ReadinessProbeSuccessThreshold
ReadinessProbeTimeout
RequestSetting
RequestSettingMaxConcurrentRequestsPerInstance
RequestSettingMaxQueueWait
RequestSettingRequestTimeout
ScaleSetting
ScaleSettingScaleType

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
ToString()
Validate(IEventListener)

Applies to