Delen via


IManagedOnlineDeployment Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ManagedOnlineDeploymentTypeConverter))]
public interface IManagedOnlineDeployment : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IOnlineDeploymentProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ManagedOnlineDeploymentTypeConverter))>]
type IManagedOnlineDeployment = interface
    interface IJsonSerializable
    interface IOnlineDeploymentProperties
    interface IEndpointDeploymentPropertiesBase
Public Interface IManagedOnlineDeployment
Implements IOnlineDeploymentProperties
Derived
Attributes
Implements

Properties

AppInsightsEnabled (Inherited from IOnlineDeploymentProperties)
CodeConfigurationCodeId (Inherited from IEndpointDeploymentPropertiesBase)
CodeConfigurationScoringScript (Inherited from IEndpointDeploymentPropertiesBase)
Description (Inherited from IEndpointDeploymentPropertiesBase)
EndpointComputeType (Inherited from IOnlineDeploymentProperties)
EnvironmentId (Inherited from IEndpointDeploymentPropertiesBase)
EnvironmentVariable (Inherited from IEndpointDeploymentPropertiesBase)
InstanceType (Inherited from IOnlineDeploymentProperties)
LivenessProbeFailureThreshold (Inherited from IOnlineDeploymentProperties)
LivenessProbeInitialDelay (Inherited from IOnlineDeploymentProperties)
LivenessProbePeriod (Inherited from IOnlineDeploymentProperties)
LivenessProbeSuccessThreshold (Inherited from IOnlineDeploymentProperties)
LivenessProbeTimeout (Inherited from IOnlineDeploymentProperties)
Model (Inherited from IOnlineDeploymentProperties)
ModelMountPath (Inherited from IOnlineDeploymentProperties)
Property (Inherited from IEndpointDeploymentPropertiesBase)
ProvisioningState (Inherited from IOnlineDeploymentProperties)
ReadinessProbeFailureThreshold (Inherited from IOnlineDeploymentProperties)
ReadinessProbeInitialDelay (Inherited from IOnlineDeploymentProperties)
ReadinessProbePeriod (Inherited from IOnlineDeploymentProperties)
ReadinessProbeSuccessThreshold (Inherited from IOnlineDeploymentProperties)
ReadinessProbeTimeout (Inherited from IOnlineDeploymentProperties)
RequestSettingMaxConcurrentRequestsPerInstance (Inherited from IOnlineDeploymentProperties)
RequestSettingMaxQueueWait (Inherited from IOnlineDeploymentProperties)
RequestSettingRequestTimeout (Inherited from IOnlineDeploymentProperties)
ScaleSettingScaleType (Inherited from IOnlineDeploymentProperties)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to