MonitorServerlessSparkCompute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Monitor serverless spark compute definition.
public class MonitorServerlessSparkCompute : Azure.ResourceManager.MachineLearning.Models.MonitorComputeConfigurationBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MonitorServerlessSparkCompute>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MonitorServerlessSparkCompute>
public class MonitorServerlessSparkCompute : Azure.ResourceManager.MachineLearning.Models.MonitorComputeConfigurationBase
type MonitorServerlessSparkCompute = class
inherit MonitorComputeConfigurationBase
interface IJsonModel<MonitorServerlessSparkCompute>
interface IPersistableModel<MonitorServerlessSparkCompute>
type MonitorServerlessSparkCompute = class
inherit MonitorComputeConfigurationBase
Public Class MonitorServerlessSparkCompute
Inherits MonitorComputeConfigurationBase
Implements IJsonModel(Of MonitorServerlessSparkCompute), IPersistableModel(Of MonitorServerlessSparkCompute)
Public Class MonitorServerlessSparkCompute
Inherits MonitorComputeConfigurationBase
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| MonitorServerlessSparkCompute(MonitorComputeIdentityBase, String, String) |
Initializes a new instance of MonitorServerlessSparkCompute. |
Properties
| Name | Description |
|---|---|
| ComputeIdentity |
[Required] The identity scheme leveraged to by the spark jobs running on serverless Spark. |
| InstanceType |
[Required] The instance type running the Spark job. |
| RuntimeVersion |
[Required] The Spark runtime version. |