public class LogApi
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
LogResponse |
log(java.lang.String orgId,
java.lang.String modelId,
java.lang.Long datasetTimestamp,
java.util.List<SegmentTag> segmentTags,
java.lang.String segmentTagsJson,
java.io.File file)
Log a dataset profile entry to the backend
This method returns a [LogResponse] object if it succeeds
|
AsyncLogResponse |
logAsync(java.lang.String orgId,
java.lang.String modelId,
java.lang.Long datasetTimestamp,
java.util.List<SegmentTag> segmentTags,
java.lang.String segmentTagsJson)
Like /log, except this api doesn't take the actual profile content.
|
okhttp3.Call |
logAsync(java.lang.String orgId,
java.lang.String modelId,
java.lang.Long datasetTimestamp,
java.util.List<SegmentTag> segmentTags,
java.lang.String segmentTagsJson,
java.io.File file,
ApiCallback<LogResponse> _callback)
Log a dataset profile entry to the backend (asynchronously)
This method returns a [LogResponse] object if it succeeds
|
okhttp3.Call |
logAsyncAsync(java.lang.String orgId,
java.lang.String modelId,
java.lang.Long datasetTimestamp,
java.util.List<SegmentTag> segmentTags,
java.lang.String segmentTagsJson,
ApiCallback<AsyncLogResponse> _callback)
Like /log, except this api doesn't take the actual profile content.
|
okhttp3.Call |
logAsyncCall(java.lang.String orgId,
java.lang.String modelId,
java.lang.Long datasetTimestamp,
java.util.List<SegmentTag> segmentTags,
java.lang.String segmentTagsJson,
ApiCallback _callback)
Build call for logAsync
|
ApiResponse<AsyncLogResponse> |
logAsyncWithHttpInfo(java.lang.String orgId,
java.lang.String modelId,
java.lang.Long datasetTimestamp,
java.util.List<SegmentTag> segmentTags,
java.lang.String segmentTagsJson)
Like /log, except this api doesn't take the actual profile content.
|
okhttp3.Call |
logCall(java.lang.String orgId,
java.lang.String modelId,
java.lang.Long datasetTimestamp,
java.util.List<SegmentTag> segmentTags,
java.lang.String segmentTagsJson,
java.io.File file,
ApiCallback _callback)
Build call for log
|
ApiResponse<LogResponse> |
logWithHttpInfo(java.lang.String orgId,
java.lang.String modelId,
java.lang.Long datasetTimestamp,
java.util.List<SegmentTag> segmentTags,
java.lang.String segmentTagsJson,
java.io.File file)
Log a dataset profile entry to the backend
This method returns a [LogResponse] object if it succeeds
|
LogResponse |
removeStagedLogEntry(java.lang.String orgId,
java.lang.String logEntryId)
Remove a log entry from 'staging' - effectively remove it from being included in [CreateMergeJob] API calls
This method returns a [LogResponse] object if it succeeds
|
okhttp3.Call |
removeStagedLogEntryAsync(java.lang.String orgId,
java.lang.String logEntryId,
ApiCallback<LogResponse> _callback)
Remove a log entry from 'staging' - effectively remove it from being included in [CreateMergeJob] API calls (asynchronously)
This method returns a [LogResponse] object if it succeeds
|
okhttp3.Call |
removeStagedLogEntryCall(java.lang.String orgId,
java.lang.String logEntryId,
ApiCallback _callback)
Build call for removeStagedLogEntry
|
ApiResponse<LogResponse> |
removeStagedLogEntryWithHttpInfo(java.lang.String orgId,
java.lang.String logEntryId)
Remove a log entry from 'staging' - effectively remove it from being included in [CreateMergeJob] API calls
This method returns a [LogResponse] object if it succeeds
|
void |
setApiClient(ApiClient apiClient) |
public LogApi()
public LogApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call logCall(java.lang.String orgId,
java.lang.String modelId,
java.lang.Long datasetTimestamp,
java.util.List<SegmentTag> segmentTags,
java.lang.String segmentTagsJson,
java.io.File file,
ApiCallback _callback)
throws ApiException
orgId - Your company's unique organization ID (required)modelId - The unique model ID in your company. (required)datasetTimestamp - The dataset timestamp associated with the entry. Not required. However, this will override the whylogs dataset timestamp if specified (optional)segmentTags - The segment associated with the log entry. Not required if segment tags are specified in whylogs (optional)segmentTagsJson - (optional)file - The Dataset Profile log entry (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 0 | a LogResponse object if succeeds | - |
public LogResponse log(java.lang.String orgId, java.lang.String modelId, java.lang.Long datasetTimestamp, java.util.List<SegmentTag> segmentTags, java.lang.String segmentTagsJson, java.io.File file) throws ApiException
orgId - Your company's unique organization ID (required)modelId - The unique model ID in your company. (required)datasetTimestamp - The dataset timestamp associated with the entry. Not required. However, this will override the whylogs dataset timestamp if specified (optional)segmentTags - The segment associated with the log entry. Not required if segment tags are specified in whylogs (optional)segmentTagsJson - (optional)file - The Dataset Profile log entry (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 0 | a LogResponse object if succeeds | - |
public ApiResponse<LogResponse> logWithHttpInfo(java.lang.String orgId, java.lang.String modelId, java.lang.Long datasetTimestamp, java.util.List<SegmentTag> segmentTags, java.lang.String segmentTagsJson, java.io.File file) throws ApiException
orgId - Your company's unique organization ID (required)modelId - The unique model ID in your company. (required)datasetTimestamp - The dataset timestamp associated with the entry. Not required. However, this will override the whylogs dataset timestamp if specified (optional)segmentTags - The segment associated with the log entry. Not required if segment tags are specified in whylogs (optional)segmentTagsJson - (optional)file - The Dataset Profile log entry (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 0 | a LogResponse object if succeeds | - |
public okhttp3.Call logAsync(java.lang.String orgId,
java.lang.String modelId,
java.lang.Long datasetTimestamp,
java.util.List<SegmentTag> segmentTags,
java.lang.String segmentTagsJson,
java.io.File file,
ApiCallback<LogResponse> _callback)
throws ApiException
orgId - Your company's unique organization ID (required)modelId - The unique model ID in your company. (required)datasetTimestamp - The dataset timestamp associated with the entry. Not required. However, this will override the whylogs dataset timestamp if specified (optional)segmentTags - The segment associated with the log entry. Not required if segment tags are specified in whylogs (optional)segmentTagsJson - (optional)file - The Dataset Profile log entry (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 0 | a LogResponse object if succeeds | - |
public okhttp3.Call logAsyncCall(java.lang.String orgId,
java.lang.String modelId,
java.lang.Long datasetTimestamp,
java.util.List<SegmentTag> segmentTags,
java.lang.String segmentTagsJson,
ApiCallback _callback)
throws ApiException
orgId - Your company's unique organization ID (required)modelId - The unique model ID in your company. (required)datasetTimestamp - The dataset timestamp associated with the entry. (required)segmentTags - The segment associated with the log entry. Omitting this is the same as saying the upload isn't for a segment. (optional)segmentTagsJson - (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 0 | a LogResponse object if succeeds | - |
public AsyncLogResponse logAsync(java.lang.String orgId, java.lang.String modelId, java.lang.Long datasetTimestamp, java.util.List<SegmentTag> segmentTags, java.lang.String segmentTagsJson) throws ApiException
orgId - Your company's unique organization ID (required)modelId - The unique model ID in your company. (required)datasetTimestamp - The dataset timestamp associated with the entry. (required)segmentTags - The segment associated with the log entry. Omitting this is the same as saying the upload isn't for a segment. (optional)segmentTagsJson - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 0 | a LogResponse object if succeeds | - |
public ApiResponse<AsyncLogResponse> logAsyncWithHttpInfo(java.lang.String orgId, java.lang.String modelId, java.lang.Long datasetTimestamp, java.util.List<SegmentTag> segmentTags, java.lang.String segmentTagsJson) throws ApiException
orgId - Your company's unique organization ID (required)modelId - The unique model ID in your company. (required)datasetTimestamp - The dataset timestamp associated with the entry. (required)segmentTags - The segment associated with the log entry. Omitting this is the same as saying the upload isn't for a segment. (optional)segmentTagsJson - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 0 | a LogResponse object if succeeds | - |
public okhttp3.Call logAsyncAsync(java.lang.String orgId,
java.lang.String modelId,
java.lang.Long datasetTimestamp,
java.util.List<SegmentTag> segmentTags,
java.lang.String segmentTagsJson,
ApiCallback<AsyncLogResponse> _callback)
throws ApiException
orgId - Your company's unique organization ID (required)modelId - The unique model ID in your company. (required)datasetTimestamp - The dataset timestamp associated with the entry. (required)segmentTags - The segment associated with the log entry. Omitting this is the same as saying the upload isn't for a segment. (optional)segmentTagsJson - (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 0 | a LogResponse object if succeeds | - |
public okhttp3.Call removeStagedLogEntryCall(java.lang.String orgId,
java.lang.String logEntryId,
ApiCallback _callback)
throws ApiException
orgId - Your company's unique organization ID (required)logEntryId - The unique ID for the log entry (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 0 | A [LogResponse] object with summary information about the log entry | - |
public LogResponse removeStagedLogEntry(java.lang.String orgId, java.lang.String logEntryId) throws ApiException
orgId - Your company's unique organization ID (required)logEntryId - The unique ID for the log entry (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 0 | A [LogResponse] object with summary information about the log entry | - |
public ApiResponse<LogResponse> removeStagedLogEntryWithHttpInfo(java.lang.String orgId, java.lang.String logEntryId) throws ApiException
orgId - Your company's unique organization ID (required)logEntryId - The unique ID for the log entry (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 0 | A [LogResponse] object with summary information about the log entry | - |
public okhttp3.Call removeStagedLogEntryAsync(java.lang.String orgId,
java.lang.String logEntryId,
ApiCallback<LogResponse> _callback)
throws ApiException
orgId - Your company's unique organization ID (required)logEntryId - The unique ID for the log entry (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 0 | A [LogResponse] object with summary information about the log entry | - |