SynapseSpark 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.
A SynapseSpark compute.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.SynapseSparkTypeConverter))]
public class SynapseSpark : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISynapseSpark, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.SynapseSparkTypeConverter))>]
type SynapseSpark = class
interface ISynapseSpark
interface IJsonSerializable
interface ICompute
interface IValidates
Public Class SynapseSpark
Implements ISynapseSpark, IValidates
- Inheritance
-
SynapseSpark
- Attributes
- Implements
Constructors
SynapseSpark() |
Creates an new SynapseSpark instance. |
Properties
AutoPausePropertyDelayInMinute | |
AutoPausePropertyEnabled | |
AutoScalePropertyEnabled | |
AutoScalePropertyMaxNodeCount | |
AutoScalePropertyMinNodeCount | |
CreatedOn |
The time at which the compute was created. |
Description |
The description of the Machine Learning compute. |
DisableLocalAuth |
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication. |
IsAttachedCompute |
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false. |
Location |
Location for the underlying compute |
ModifiedOn |
The time at which the compute was last modified. |
NodeCount |
The number of compute nodes currently assigned to the compute. |
NodeSize |
Node size. |
NodeSizeFamily |
Node size family. |
PoolName |
Pool name. |
ProvisioningError |
Errors during provisioning |
ProvisioningState |
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed. |
ResourceGroup |
Name of the resource group in which workspace is located. |
ResourceId |
ARM resource id of the underlying compute |
SparkVersion |
Spark version. |
SubscriptionId |
Azure subscription identifier. |
Type |
The type of compute |
WorkspaceName |
Name of Azure Machine Learning workspace. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SynapseSpark. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SynapseSpark. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISynapseSpark. |
FromJsonString(String) |
Creates a new instance of SynapseSpark, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SynapseSpark into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |