CreateServiceRequestEnvironmentImageRequestArgs

data class CreateServiceRequestEnvironmentImageRequestArgs(val assets: Output<List<ImageAssetArgs>>? = null, val driverProgram: Output<String>? = null, val environment: Output<EnvironmentImageRequestEnvironmentArgs>? = null, val environmentReference: Output<EnvironmentImageRequestEnvironmentReferenceArgs>? = null, val modelIds: Output<List<String>>? = null, val models: Output<List<ModelArgs>>? = null) : ConvertibleToJava<CreateServiceRequestEnvironmentImageRequestArgs>

The Environment, models and assets needed for inferencing.

Constructors

constructor(assets: Output<List<ImageAssetArgs>>? = null, driverProgram: Output<String>? = null, environment: Output<EnvironmentImageRequestEnvironmentArgs>? = null, environmentReference: Output<EnvironmentImageRequestEnvironmentReferenceArgs>? = null, modelIds: Output<List<String>>? = null, models: Output<List<ModelArgs>>? = null)

Properties

Link copied to clipboard
val assets: Output<List<ImageAssetArgs>>? = null

The list of assets.

Link copied to clipboard
val driverProgram: Output<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: Output<List<String>>? = null

The list of model Ids.

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

The list of models.

Functions

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