K8sOnlineDeploymentResponse

data class K8sOnlineDeploymentResponse(val appInsightsEnabled: Boolean? = null, val codeConfiguration: CodeConfigurationResponse? = null, val containerResourceRequirements: ContainerResourceRequirementsResponse? = null, val description: String? = null, val endpointComputeType: String, val environmentId: String? = null, val environmentVariables: Map<String, String>? = null, val livenessProbe: ProbeSettingsResponse? = null, val model: Any? = null, val properties: Map<String, String>? = null, val provisioningState: String, val requestSettings: OnlineRequestSettingsResponse? = null, val scaleSettings: Either<AutoScaleSettingsResponse, ManualScaleSettingsResponse>? = null)

Constructors

Link copied to clipboard
constructor(appInsightsEnabled: Boolean? = null, codeConfiguration: CodeConfigurationResponse? = null, containerResourceRequirements: ContainerResourceRequirementsResponse? = null, description: String? = null, endpointComputeType: String, environmentId: String? = null, environmentVariables: Map<String, String>? = null, livenessProbe: ProbeSettingsResponse? = null, model: Any? = null, properties: Map<String, String>? = null, provisioningState: String, requestSettings: OnlineRequestSettingsResponse? = null, scaleSettings: Either<AutoScaleSettingsResponse, ManualScaleSettingsResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If true, enables Application Insights logging.

Link copied to clipboard

Code configuration for the endpoint deployment.

Link copied to clipboard

Resource requirements for each container instance within an online deployment.

Link copied to clipboard
val description: String? = null

Description of the endpoint deployment.

Link copied to clipboard

Enum to determine endpoint compute type. Expected value is 'K8S'.

Link copied to clipboard
val environmentId: String? = null

ARM resource ID of the environment specification for the endpoint deployment.

Link copied to clipboard

Environment variables configuration for the deployment.

Link copied to clipboard

Deployment container liveness/readiness probe configuration.

Link copied to clipboard
val model: Any? = null

Reference to the model asset for the endpoint deployment.

Link copied to clipboard
val properties: Map<String, String>? = null

Property dictionary. Properties can be added, but not removed or altered.

Link copied to clipboard

Provisioning state for the endpoint deployment.

Link copied to clipboard

Online deployment scoring requests configuration.

Link copied to clipboard

Online deployment scaling configuration.