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
MonitorServerlessSparkCompute(MonitorComputeIdentityBase, String, String) |
Initializes a new instance of MonitorServerlessSparkCompute. |
Properties
ComputeIdentity |
[Required] The identity scheme leveraged to by the spark jobs running on serverless Spark. Please note MonitorComputeIdentityBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AmlTokenComputeIdentity and ManagedComputeIdentity. |
InstanceType |
[Required] The instance type running the Spark job. |
RuntimeVersion |
[Required] The Spark runtime version. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET