Kubernetes Response
data class KubernetesResponse(val computeLocation: String? = null, val computeType: String, val createdOn: String, val description: String? = null, val disableLocalAuth: Boolean? = null, val isAttachedCompute: Boolean, val modifiedOn: String, val properties: KubernetesPropertiesResponse? = null, val provisioningErrors: List<ErrorResponseResponse>, val provisioningState: String, val resourceId: String? = null)
A Machine Learning compute based on Kubernetes Compute.
Constructors
Link copied to clipboard
fun KubernetesResponse(computeLocation: String? = null, computeType: String, createdOn: String, description: String? = null, disableLocalAuth: Boolean? = null, isAttachedCompute: Boolean, modifiedOn: String, properties: KubernetesPropertiesResponse? = null, provisioningErrors: List<ErrorResponseResponse>, provisioningState: String, resourceId: String? = null)