You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Azure ML clients raise exceptions defined in [Azure Core][azure_core_readme].
346
+
347
+
### Logging
348
+
349
+
This library uses the standard
350
+
[logging][python_logging] library for logging.
351
+
Basic information about HTTP sessions (URLs, headers, etc.) is logged at INFO
352
+
level.
353
+
354
+
Detailed DEBUG level logging, including request/response bodies and unredacted
355
+
headers, can be enabled on a client with the `logging_enable` argument.
356
+
357
+
See full SDK logging documentation with examples [here][sdk_logging_docs].
358
+
322
359
## Next steps
323
360
361
+
- View our [samples][evaluation_samples].
362
+
- View our [documentation][product_documentation]
363
+
324
364
## Contributing
365
+
366
+
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit [cla.microsoft.com][cla].
367
+
368
+
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
369
+
370
+
This project has adopted the [Microsoft Open Source Code of Conduct][code_of_conduct]. For more information see the [Code of Conduct FAQ][coc_faq] or contact [[email protected]][coc_contact] with any additional questions or comments.
0 commit comments