SparkJobInputs 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.
Mapping of input data bindings used in the job.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.SparkJobInputsTypeConverter))]
public class SparkJobInputs : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISparkJobInputs, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobInput>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.SparkJobInputsTypeConverter))>]
type SparkJobInputs = class
interface ISparkJobInputs
interface IJsonSerializable
interface IAssociativeArray<IJobInput>
Public Class SparkJobInputs
Implements IAssociativeArray(Of IJobInput), ISparkJobInputs
- Inheritance
-
SparkJobInputs
- Attributes
- Implements
Constructors
SparkJobInputs() |
Creates an new SparkJobInputs instance. |
Fields
__additionalProperties |
Properties
Item[String] |
Methods
Add(String, IJobInput) | |
Clear() | |
ContainsKey(String) | |
CopyFrom(IDictionary) | |
CopyFrom(PSObject) | |
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SparkJobInputs. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SparkJobInputs. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISparkJobInputs. |
FromJsonString(String) |
Creates a new instance of SparkJobInputs, deserializing the content from a json string. |
Remove(String) | |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SparkJobInputs into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
TryGetValue(String, IJobInput) |
Operators
Implicit(SparkJobInputs to Dictionary<String,IJobInput>) |
Explicit Interface Implementations
IAssociativeArray<IJobInput>.AdditionalProperties | |
IAssociativeArray<IJobInput>.Count | |
IAssociativeArray<IJobInput>.Keys | |
IAssociativeArray<IJobInput>.Values |