public interface com.microsoft.azure.management.batchai.BatchAIJob extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.batchai.implementation.JobInner>, com.microsoft.azure.management.resources.fluentcore.model.Indexable, com.microsoft.azure.management.resources.fluentcore.arm.models.HasId, com.microsoft.azure.management.resources.fluentcore.arm.models.HasName, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<com.microsoft.azure.management.batchai.BatchAIJob>
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: com.microsoft.azure.management.batchai.BatchAIJob
super_class: java.lang.Object
{
public abstract void terminate();
descriptor: ()V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
RuntimeInvisibleAnnotations:
com.microsoft.azure.management.apigeneration.Method()
public abstract rx.Completable terminateAsync();
descriptor: ()Lrx/Completable;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
RuntimeInvisibleAnnotations:
com.microsoft.azure.management.apigeneration.Method()
public abstract com.microsoft.azure.PagedList<com.microsoft.azure.management.batchai.OutputFile> listFiles(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/batchai/OutputFile;>;
RuntimeInvisibleAnnotations:
com.microsoft.azure.management.apigeneration.Method()
MethodParameters:
Name Flags
outputDirectoryId
public abstract rx.Observable<com.microsoft.azure.management.batchai.OutputFile> listFilesAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/batchai/OutputFile;>;
RuntimeInvisibleAnnotations:
com.microsoft.azure.management.apigeneration.Method()
MethodParameters:
Name Flags
outputDirectoryId
public abstract com.microsoft.azure.PagedList<com.microsoft.azure.management.batchai.OutputFile> listFiles(java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Lcom/microsoft/azure/PagedList;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/batchai/OutputFile;>;
RuntimeInvisibleAnnotations:
com.microsoft.azure.management.apigeneration.Method()
MethodParameters:
Name Flags
outputDirectoryId
directory
linkExpiryMinutes
maxResults
public abstract rx.Observable<com.microsoft.azure.management.batchai.OutputFile> listFilesAsync(java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Lrx/Observable;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Lrx/Observable<Lcom/microsoft/azure/management/batchai/OutputFile;>;
RuntimeInvisibleAnnotations:
com.microsoft.azure.management.apigeneration.Method()
MethodParameters:
Name Flags
outputDirectoryId
directory
linkExpiryMinutes
maxResults
public abstract com.microsoft.azure.PagedList<com.microsoft.azure.management.batchai.RemoteLoginInformation> listRemoteLoginInformation();
descriptor: ()Lcom/microsoft/azure/PagedList;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/batchai/RemoteLoginInformation;>;
RuntimeInvisibleAnnotations:
com.microsoft.azure.management.apigeneration.Method()
public abstract rx.Observable<com.microsoft.azure.management.batchai.RemoteLoginInformation> listRemoteLoginInformationAsync();
descriptor: ()Lrx/Observable;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/batchai/RemoteLoginInformation;>;
RuntimeInvisibleAnnotations:
com.microsoft.azure.management.apigeneration.Method()
public abstract com.microsoft.azure.management.batchai.JobPriority schedulingPriority();
descriptor: ()Lcom/microsoft/azure/management/batchai/JobPriority;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract com.microsoft.azure.management.batchai.ResourceId cluster();
descriptor: ()Lcom/microsoft/azure/management/batchai/ResourceId;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract com.microsoft.azure.management.batchai.MountVolumes mountVolumes();
descriptor: ()Lcom/microsoft/azure/management/batchai/MountVolumes;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract java.lang.String jobOutputDirectoryPathSegment();
descriptor: ()Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract int nodeCount();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract com.microsoft.azure.management.batchai.ContainerSettings containerSettings();
descriptor: ()Lcom/microsoft/azure/management/batchai/ContainerSettings;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract com.microsoft.azure.management.batchai.ToolType toolType();
descriptor: ()Lcom/microsoft/azure/management/batchai/ToolType;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract com.microsoft.azure.management.batchai.CNTKsettings cntkSettings();
descriptor: ()Lcom/microsoft/azure/management/batchai/CNTKsettings;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract com.microsoft.azure.management.batchai.PyTorchSettings pyTorchSettings();
descriptor: ()Lcom/microsoft/azure/management/batchai/PyTorchSettings;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract com.microsoft.azure.management.batchai.TensorFlowSettings tensorFlowSettings();
descriptor: ()Lcom/microsoft/azure/management/batchai/TensorFlowSettings;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract com.microsoft.azure.management.batchai.CaffeSettings caffeSettings();
descriptor: ()Lcom/microsoft/azure/management/batchai/CaffeSettings;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract com.microsoft.azure.management.batchai.ChainerSettings chainerSettings();
descriptor: ()Lcom/microsoft/azure/management/batchai/ChainerSettings;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract com.microsoft.azure.management.batchai.CustomToolkitSettings customToolkitSettings();
descriptor: ()Lcom/microsoft/azure/management/batchai/CustomToolkitSettings;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract com.microsoft.azure.management.batchai.JobPreparation jobPreparation();
descriptor: ()Lcom/microsoft/azure/management/batchai/JobPreparation;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract java.lang.String stdOutErrPathPrefix();
descriptor: ()Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract java.util.List<com.microsoft.azure.management.batchai.InputDirectory> inputDirectories();
descriptor: ()Ljava/util/List;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/batchai/InputDirectory;>;
public abstract java.util.List<com.microsoft.azure.management.batchai.OutputDirectory> outputDirectories();
descriptor: ()Ljava/util/List;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/batchai/OutputDirectory;>;
public abstract java.util.List<com.microsoft.azure.management.batchai.EnvironmentVariable> environmentVariables();
descriptor: ()Ljava/util/List;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/batchai/EnvironmentVariable;>;
public abstract java.util.List<com.microsoft.azure.management.batchai.EnvironmentVariableWithSecretValue> secrets();
descriptor: ()Ljava/util/List;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/batchai/EnvironmentVariableWithSecretValue;>;
public abstract com.microsoft.azure.management.batchai.JobPropertiesConstraints constraints();
descriptor: ()Lcom/microsoft/azure/management/batchai/JobPropertiesConstraints;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.joda.time.DateTime creationTime();
descriptor: ()Lorg/joda/time/DateTime;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract com.microsoft.azure.management.batchai.ProvisioningState provisioningState();
descriptor: ()Lcom/microsoft/azure/management/batchai/ProvisioningState;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.joda.time.DateTime provisioningStateTransitionTime();
descriptor: ()Lorg/joda/time/DateTime;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract com.microsoft.azure.management.batchai.ExecutionState executionState();
descriptor: ()Lcom/microsoft/azure/management/batchai/ExecutionState;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.joda.time.DateTime executionStateTransitionTime();
descriptor: ()Lorg/joda/time/DateTime;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract com.microsoft.azure.management.batchai.JobPropertiesExecutionInfo executionInfo();
descriptor: ()Lcom/microsoft/azure/management/batchai/JobPropertiesExecutionInfo;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract com.microsoft.azure.management.batchai.BatchAIExperiment experiment();
descriptor: ()Lcom/microsoft/azure/management/batchai/BatchAIExperiment;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<Lcom/microsoft/azure/management/batchai/implementation/JobInner;>;Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/HasId;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/HasName;Lcom/microsoft/azure/management/resources/fluentcore/model/Refreshable<Lcom/microsoft/azure/management/batchai/BatchAIJob;>;
SourceFile: "BatchAIJob.java"
NestMembers:
com.microsoft.azure.management.batchai.BatchAIJob$Definition com.microsoft.azure.management.batchai.BatchAIJob$DefinitionStages com.microsoft.azure.management.batchai.BatchAIJob$DefinitionStages$Blank com.microsoft.azure.management.batchai.BatchAIJob$DefinitionStages$WithCluster com.microsoft.azure.management.batchai.BatchAIJob$DefinitionStages$WithContainerSettings com.microsoft.azure.management.batchai.BatchAIJob$DefinitionStages$WithCreate com.microsoft.azure.management.batchai.BatchAIJob$DefinitionStages$WithEnvironmentVariable com.microsoft.azure.management.batchai.BatchAIJob$DefinitionStages$WithEnvironmentVariableSecretValue com.microsoft.azure.management.batchai.BatchAIJob$DefinitionStages$WithInputDirectory com.microsoft.azure.management.batchai.BatchAIJob$DefinitionStages$WithJobPreparation com.microsoft.azure.management.batchai.BatchAIJob$DefinitionStages$WithNodeCount com.microsoft.azure.management.batchai.BatchAIJob$DefinitionStages$WithOutputDirectory com.microsoft.azure.management.batchai.BatchAIJob$DefinitionStages$WithStdOutErrPathPrefix com.microsoft.azure.management.batchai.BatchAIJob$DefinitionStages$WithToolType
InnerClasses:
public final SinceVersion = com.microsoft.azure.management.apigeneration.Beta$SinceVersion of com.microsoft.azure.management.apigeneration.Beta
public abstract Definition = com.microsoft.azure.management.batchai.BatchAIJob$Definition of com.microsoft.azure.management.batchai.BatchAIJob
public abstract DefinitionStages = com.microsoft.azure.management.batchai.BatchAIJob$DefinitionStages of com.microsoft.azure.management.batchai.BatchAIJob
RuntimeInvisibleAnnotations:
com.microsoft.azure.management.apigeneration.Fluent()
com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_6_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)