Delen via


ISparkJob Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.SparkJobTypeConverter))]
public interface ISparkJob : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobBaseProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.SparkJobTypeConverter))>]
type ISparkJob = interface
    interface IJsonSerializable
    interface IJobBaseProperties
    interface IResourceBase
Public Interface ISparkJob
Implements IJobBaseProperties
Derived
Attributes
Implements

Properties

Archive

Archive files used in the job.

Arg

Arguments for the job.

CodeId

[Required] arm-id of the code asset.

ComponentId

ARM resource ID of the component resource.

(Inherited from IJobBaseProperties)
ComputeId

ARM resource ID of the compute resource.

(Inherited from IJobBaseProperties)
Conf

Spark configured properties.

Description

The asset description text.

(Inherited from IResourceBase)
DisplayName

Display name of job.

(Inherited from IJobBaseProperties)
EntrySparkJobEntryType

[Required] Type of the job's entry point.

EnvironmentId

The ARM resource ID of the Environment specification for the job.

EnvironmentVariable

Environment variables included in the job.

ExperimentName

The name of the experiment the job belongs to. If not set, the job is placed in the "Default" experiment.

(Inherited from IJobBaseProperties)
File

Files used in the job.

IdentityType

[Required] Specifies the type of identity framework.

(Inherited from IJobBaseProperties)
Input

Mapping of input data bindings used in the job.

IsArchived

Is the asset archived?

(Inherited from IJobBaseProperties)
Jar

Jar files used in the job.

JobType

[Required] Specifies the type of job.

(Inherited from IJobBaseProperties)
NotificationSettingEmail

This is the email recipient list which has a limitation of 499 characters in total concat with comma separator

(Inherited from IJobBaseProperties)
NotificationSettingEmailOn

Send email notification to user on specified notification type

(Inherited from IJobBaseProperties)
NotificationSettingWebhook

Send webhook callback to a service. Key is a user-provided name for the webhook.

(Inherited from IJobBaseProperties)
Output

Mapping of output data bindings used in the job.

Property

The asset property dictionary.

(Inherited from IResourceBase)
PyFile

Python files used in the job.

QueueSettingJobTier

Controls the compute job tier

ResourceInstanceType

Optional type of VM used as supported by the compute target.

ResourceRuntimeVersion

Version of spark runtime used for the job.

Service

List of JobEndpoints. For local jobs, a job endpoint will have an endpoint value of FileStreamObject.

(Inherited from IJobBaseProperties)
Status

Status of the job.

(Inherited from IJobBaseProperties)
Tag

Tag dictionary. Tags can be added, removed, and updated.

(Inherited from IResourceBase)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to