ACIServiceResponseResponseEnvironmentImageRequest

data class ACIServiceResponseResponseEnvironmentImageRequest(val assets: List<ImageAssetResponse>? = null, val driverProgram: String? = null, val environment: EnvironmentImageResponseResponseEnvironment? = null, val environmentReference: EnvironmentImageResponseResponseEnvironmentReference? = null, val modelIds: List<String>? = null, val models: List<ModelResponse>? = null)

The Environment, models and assets used for inferencing.

Constructors

constructor(assets: List<ImageAssetResponse>? = null, driverProgram: String? = null, environment: EnvironmentImageResponseResponseEnvironment? = null, environmentReference: EnvironmentImageResponseResponseEnvironmentReference? = null, modelIds: List<String>? = null, models: List<ModelResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of assets.

Link copied to clipboard
val driverProgram: String? = null

The name of the driver file.

Link copied to clipboard

The details of the AZURE ML environment.

Link copied to clipboard

The unique identifying details of the AZURE ML environment.

Link copied to clipboard
val modelIds: List<String>? = null

The list of model Ids.

Link copied to clipboard
val models: List<ModelResponse>? = null

The list of models.