ComputeInstanceContainerResponse

data class ComputeInstanceContainerResponse(val autosave: String? = null, val environment: ComputeInstanceEnvironmentInfoResponse? = null, val gpu: String? = null, val name: String? = null, val network: String? = null, val services: List<Any>)

Defines an Aml Instance container.

Constructors

Link copied to clipboard
constructor(autosave: String? = null, environment: ComputeInstanceEnvironmentInfoResponse? = null, gpu: String? = null, name: String? = null, network: String? = null, services: List<Any>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val autosave: String? = null

Auto save settings.

Link copied to clipboard

Environment information of this container.

Link copied to clipboard
val gpu: String? = null

Information of GPU.

Link copied to clipboard
val name: String? = null

Name of the ComputeInstance container.

Link copied to clipboard
val network: String? = null

network of this container.

Link copied to clipboard

services of this containers.