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