예제 #1
0
 internal BatchAIExperimentsImpl(BatchAIWorkspaceImpl workspace)
 {
     this.workspace = workspace;
 }
 internal BatchAIExperimentImpl(string name, BatchAIWorkspaceImpl workspace, ExperimentInner innerObject) : base(name, innerObject)
 {
     this.workspace = workspace;
     this.name      = name;
     jobs           = new BatchAIJobsImpl(this);
 }
예제 #3
0
 internal BatchAIClustersImpl(BatchAIWorkspaceImpl workspace)
 {
     this.workspace = workspace;
 }
 internal BatchAIClusterImpl(string name, BatchAIWorkspaceImpl workspace, ClusterInner innerObject)
     : base(name, innerObject)
 {
     this.workspace = workspace;
 }
예제 #5
0
 internal BatchAIFileServersImpl(BatchAIWorkspaceImpl workspace)
     : base()
 {
     this.workspace = workspace;
 }