ExperimentInner Class

  • java.lang.Object
    • ProxyResource
      • com.microsoft.azure.management.batchai.implementation.ExperimentInner

public class ExperimentInner

Experiment information.

Method Summary

Modifier and Type Method and Description
DateTime creationTime()

Get time when the Experiment was created.

ProvisioningState provisioningState()

Get the provisioned state of the experiment. Possible values include: 'creating', 'succeeded', 'failed', 'deleting'.

DateTime provisioningStateTransitionTime()

Get the time at which the experiment entered its current provisioning state.

Method Details

creationTime

public DateTime creationTime()

Get time when the Experiment was created.

Returns:

the creationTime value

provisioningState

public ProvisioningState provisioningState()

Get the provisioned state of the experiment. Possible values include: 'creating', 'succeeded', 'failed', 'deleting'.

Returns:

the provisioningState value

provisioningStateTransitionTime

public DateTime provisioningStateTransitionTime()

Get the time at which the experiment entered its current provisioning state.

Returns:

the provisioningStateTransitionTime value

Applies to