ExperimentExecutionDetails Class

Definition

Model that represents the execution details of a Experiment.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ExperimentExecutionDetails
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ExperimentExecutionDetails = class
Public Class ExperimentExecutionDetails
Inheritance
ExperimentExecutionDetails
Attributes

Constructors

ExperimentExecutionDetails()

Initializes a new instance of the ExperimentExecutionDetails class.

ExperimentExecutionDetails(String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, ExperimentExecutionDetailsPropertiesRunInformation)

Initializes a new instance of the ExperimentExecutionDetails class.

Properties

CreatedDateUtc

Gets string that represents the created date time.

ExperimentId

Gets the id of the experiment.

FailureReason

Gets the reason why the execution failed.

Id

Gets string of the fully qualified resource ID.

LastActionDateUtc

Gets string that represents the last action date time.

Name

Gets string of the resource name.

RunInformation

Gets the information of the experiment run.

StartDateUtc

Gets string that represents the start date time.

Status

Gets the value of the status of the experiment execution.

StopDateUtc

Gets string that represents the stop date time.

Type

Gets string of the resource type.

Applies to