Interface OutputFile

All Superinterfaces:
HasInner<com.microsoft.azure.management.batchai.implementation.FileInner>, HasName, Indexable

@Beta(V1_6_0) public interface OutputFile extends Indexable, HasInner<com.microsoft.azure.management.batchai.implementation.FileInner>, HasName
An immutable client-side representation of Batch AI output file.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
     
     
    org.joda.time.DateTime
     

    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.HasName

    name

    Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable

    key
  • Method Details

    • downloadUrl

      String downloadUrl()
      Returns:
      file downloand url, example: https://mystg.blob.core.windows.net/mycontainer/myModel_1.dnn. This will be returned only if the model has been archived. During job run, this won't be returned and customers can use SSH tunneling to download. Users can use Get Remote Login Information API to get the IP address and port information of all the compute nodes running the job.
    • lastModified

      org.joda.time.DateTime lastModified()
      Returns:
      the time at which the file was last modified.
    • contentLength

      long contentLength()
      Returns:
      the file size.
    • fileType

      FileType fileType()
      Returns:
      information about file type