ManagedOnlineEndpointDeploymentResourcePropertiesArgs

data class ManagedOnlineEndpointDeploymentResourcePropertiesArgs(val endpointComputeType: Output<Either<String, EndpointComputeType>>? = null, val failureReason: Output<String>? = null, val model: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<ManagedOnlineEndpointDeploymentResourcePropertiesArgs>

Constructors

constructor(endpointComputeType: Output<Either<String, EndpointComputeType>>? = null, failureReason: Output<String>? = null, model: Output<String>? = null, type: Output<String>)

Properties

Link copied to clipboard
val endpointComputeType: Output<Either<String, EndpointComputeType>>? = null
Link copied to clipboard
val failureReason: Output<String>? = null

The failure reason if the creation failed.

Link copied to clipboard
val model: Output<String>? = null
Link copied to clipboard
val type: Output<String>

Kind of the deployment. Expected value is 'managedOnlineEndpoint'.

Functions

Link copied to clipboard
open override fun toJava(): ManagedOnlineEndpointDeploymentResourcePropertiesArgs