| Package | Description |
|---|---|
| ml.comet.experiment.impl.http | |
| ml.comet.experiment.registrymodel |
Contains all classes related to the Comet's model registry.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ConnectionUtils.checkResponseStatus(@NonNull org.asynchttpclient.Response response)
Allows checking response status and throw related exceptions.
|
Optional<String> |
Connection.sendGetWithRetries(@NonNull String endpoint,
@NonNull Map<QueryParamName,String> params,
boolean throwOnFailure)
Allows sending synchronous GET request to the specified endpoint with given request parameters.
|
Optional<String> |
Connection.sendPostWithRetries(@NonNull String json,
@NonNull String endpoint,
boolean throwOnFailure)
Allows sending POST to the specified endpoint with body as JSON string.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModelNotFoundException
Raised when experiment model is not found.
|
class |
ModelVersionNotFoundException
Exception to be thrown if specific version of the registered Comet model was not found.
|
Copyright © 2022. All rights reserved.