Data Lake Analytics Args
data class DataLakeAnalyticsArgs(val computeLocation: Output<String>? = null, val computeType: Output<String>, val description: Output<String>? = null, val properties: Output<DataLakeAnalyticsPropertiesArgs>? = null, val resourceId: Output<String>? = null) : ConvertibleToJava<DataLakeAnalyticsArgs>
A DataLakeAnalytics compute.
Constructors
Link copied to clipboard
constructor(computeLocation: Output<String>? = null, computeType: Output<String>, description: Output<String>? = null, properties: Output<DataLakeAnalyticsPropertiesArgs>? = null, resourceId: Output<String>? = null)
Properties
Link copied to clipboard
Location for the underlying compute
Link copied to clipboard
The type of compute Expected value is 'DataLakeAnalytics'.
Link copied to clipboard
The description of the Machine Learning compute.
Link copied to clipboard
Link copied to clipboard
ARM resource id of the underlying compute