JobOutputResponse

data class JobOutputResponse(val datastoreId: String, val path: String)

Job output definition container information on where to find job output/logs.

Constructors

Link copied to clipboard
constructor(datastoreId: String, path: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ARM ID of the datastore where the job logs and artifacts are stored, or null for the default container ("azureml") in the workspace's storage account.

Link copied to clipboard

Path within the datastore to the job logs and artifacts.