Export Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. Export
- com.
public class Export
The Export model.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
downloadUri()
Get the downloadUri value. |
Export |
flavor()
Get the flavor value. |
boolean |
newerVersionAvailable()
Get the newerVersionAvailable value. |
Export |
platform()
Get the platform value. |
Export |
status()
Get the status value. |
Method Details
downloadUri
public String downloadUri()
Get the downloadUri value.
Returns:
the downloadUri value
flavor
public ExportFlavor flavor()
Get the flavor value.
Returns:
the flavor value
newerVersionAvailable
public boolean newerVersionAvailable()
Get the newerVersionAvailable value.
Returns:
the newerVersionAvailable value
platform
public ExportPlatform platform()
Get the platform value.
Returns:
the platform value
status
public ExportStatus status()
Get the status value.
Returns:
the status value
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java