Click or drag to resize

VisualRecognitionGetCoreMLModelRequest Class

The Get Core ML Model request.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.ConnectionRESTConnectorRequest
    IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3VisualRecognitionGetCoreMLModelRequest

Namespace:  IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class GetCoreMLModelRequest : RESTConnectorRequest

The VisualRecognitionGetCoreMLModelRequest type exposes the following members.

Constructors
  NameDescription
Public methodVisualRecognitionGetCoreMLModelRequest
Initializes a new instance of the VisualRecognitionGetCoreMLModelRequest class
Top
Properties
  NameDescription
Public propertyCustomData
Custom data.
Public propertyFailCallback
The fail callback.
Public propertySuccessCallback
The success callback.
Top
See Also