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:
CustomVisionErrorException
public CustomVisionErrorException(final String message, final Response
Initializes a new instance of the CustomVisionErrorException class.
Parameters:
Method Details
body
public CustomVisionError body()
Applies to
Azure SDK for Java