Dela via


JobDetails Class

Definition

Job details.

public class JobDetails
type JobDetails = class
Public Class JobDetails
Inheritance
JobDetails

Constructors

JobDetails(String, String, String, String)

Initializes a new instance of JobDetails.

Properties

BeginExecutionTime

The time when the job began execution.

CancellationTime

The time when a job was successfully cancelled.

ContainerUri

The blob container SAS uri, the container is used to host job data.

CostEstimate

The job cost billed by the provider. The final cost on your bill might be slightly different due to added taxes and currency conversion rates.

CreationTime

The creation time of the job.

EndExecutionTime

The time when the job finished execution.

ErrorData

The error data for the job. This is expected only when Status 'Failed'.

Id

The job id.

InputDataFormat

The format of the input data.

InputDataUri

The input blob SAS uri, if specified, it will override the default input blob in the container.

InputParams

The input parameters for the job. JSON object used by the target solver. It is expected that the size of this object is small and only used to specify parameters for the execution target, not the input data.

Metadata

The job metadata. Metadata provides client the ability to store client-specific information.

Name

The job name. Is not required for the name to be unique and it's only used for display purposes.

OutputDataFormat

The format of the output data.

OutputDataUri

The output blob SAS uri. When a job finishes successfully, results will be uploaded to this blob.

ProviderId

The unique identifier for the provider.

Status

The job status.

Tags

List of user-supplied tags associated with the job.

Target

The target identifier to run the job.

Applies to