Interface BatchAIExperiment
- All Superinterfaces:
HasId
,HasInner<com.microsoft.azure.management.batchai.implementation.ExperimentInner>
,HasManager<com.microsoft.azure.management.batchai.implementation.BatchAIManager>
,HasName
,Indexable
,Refreshable<BatchAIExperiment>
@Beta(V1_12_0)
public interface BatchAIExperiment
extends HasInner<com.microsoft.azure.management.batchai.implementation.ExperimentInner>, Indexable, HasId, HasName, HasManager<com.microsoft.azure.management.batchai.implementation.BatchAIManager>, Refreshable<BatchAIExperiment>
Entry point for Batch AI Experiment management API in Azure.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The entirety of a Batch AI experiment definition.static interface
Grouping of Batch AI experiment definition stages. -
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasId
id
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager
manager
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Method Details
-
jobs
BatchAIJobs jobs()- Returns:
- the entry point to Batch AI jobs management API for this experiment
-
creationTime
org.joda.time.DateTime creationTime()- Returns:
- time when the Experiment was created
-
provisioningState
ProvisioningState provisioningState()- Returns:
- the provisioned state of the experiment
-
provisioningStateTransitionTime
org.joda.time.DateTime provisioningStateTransitionTime()- Returns:
- the time at which the experiment entered its current provisioning state
-
workspace
BatchAIWorkspace workspace()- Returns:
- workspace this experiment belongs to
-