Share via


Experiment Class

Definition

Experiment information.

[Microsoft.Rest.Serialization.JsonTransformation]
public class Experiment : Microsoft.Azure.Management.BatchAI.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Experiment = class
    inherit ProxyResource
Public Class Experiment
Inherits ProxyResource
Inheritance
Experiment
Attributes

Constructors

Experiment()

Initializes a new instance of the Experiment class.

Experiment(String, String, String, Nullable<DateTime>, String, Nullable<DateTime>)

Initializes a new instance of the Experiment class.

Properties

CreationTime

Gets creation time.

Id

Gets the ID of the resource.

(Inherited from ProxyResource)
Name

Gets the name of the resource.

(Inherited from ProxyResource)
ProvisioningState

Gets provisioning state.

ProvisioningStateTransitionTime

Gets provisioning state transition time.

Type

Gets the type of the resource.

(Inherited from ProxyResource)

Applies to