CustomVisionErrorException Class
- java.
lang. Object - RestException
- com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. CustomVisionErrorException
- com.
public class CustomVisionErrorException
Exception thrown for an invalid response with CustomVisionError information.
Constructor Summary
Constructor | Description |
---|---|
CustomVisionErrorException(final String message, final Response<ResponseBody> response) |
Initializes a new instance of the CustomVisionErrorException class. |
CustomVisionErrorException(final String message, final Response<ResponseBody> response, final CustomVisionError body) |
Initializes a new instance of the CustomVisionErrorException class. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Custom |
body() |
Constructor Details
CustomVisionErrorException
public CustomVisionErrorException(final String message, final Response
Initializes a new instance of the CustomVisionErrorException class.
Parameters:
message
- the exception message or the response content if a message is not available
response
- the HTTP response
CustomVisionErrorException
public CustomVisionErrorException(final String message, final Response
Initializes a new instance of the CustomVisionErrorException class.
Parameters:
message
- the exception message or the response content if a message is not available
response
- the HTTP response
body
- the deserialized response body
Method Details
body
public CustomVisionError body()
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java