public class SessionsApi
extends java.lang.Object
| Constructor and Description |
|---|
SessionsApi() |
SessionsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
CloseSessionResponse |
closeSession(java.lang.String sessionToken)
naddeo Close a session, triggering its display in whylabs and making it no longer accept any additional data.
|
okhttp3.Call |
closeSessionAsync(java.lang.String sessionToken,
ApiCallback<CloseSessionResponse> _callback)
naddeo Close a session, triggering its display in whylabs and making it no longer accept any additional data.
|
okhttp3.Call |
closeSessionCall(java.lang.String sessionToken,
ApiCallback _callback)
Build call for closeSession
|
ApiResponse<CloseSessionResponse> |
closeSessionWithHttpInfo(java.lang.String sessionToken)
naddeo Close a session, triggering its display in whylabs and making it no longer accept any additional data.
|
CreateSessionUploadResponse |
createDatasetProfileUpload(java.lang.String sessionToken,
java.lang.Long datasetTimestamp)
Create an upload for a given session.
|
okhttp3.Call |
createDatasetProfileUploadAsync(java.lang.String sessionToken,
java.lang.Long datasetTimestamp,
ApiCallback<CreateSessionUploadResponse> _callback)
Create an upload for a given session.
|
okhttp3.Call |
createDatasetProfileUploadCall(java.lang.String sessionToken,
java.lang.Long datasetTimestamp,
ApiCallback _callback)
Build call for createDatasetProfileUpload
|
ApiResponse<CreateSessionUploadResponse> |
createDatasetProfileUploadWithHttpInfo(java.lang.String sessionToken,
java.lang.Long datasetTimestamp)
Create an upload for a given session.
|
CreateSessionResponse |
createSession()
Create a new session that can be used to upload dataset profiles from whylogs for display in whylabs.
|
okhttp3.Call |
createSessionAsync(ApiCallback<CreateSessionResponse> _callback)
Create a new session that can be used to upload dataset profiles from whylogs for display in whylabs.
|
okhttp3.Call |
createSessionCall(ApiCallback _callback)
Build call for createSession
|
ApiResponse<CreateSessionResponse> |
createSessionWithHttpInfo()
Create a new session that can be used to upload dataset profiles from whylogs for display in whylabs.
|
ApiClient |
getApiClient() |
GetSessionResponse |
getSession(java.lang.String sessionToken)
Get information about a session.
|
okhttp3.Call |
getSessionAsync(java.lang.String sessionToken,
ApiCallback<GetSessionResponse> _callback)
Get information about a session.
|
okhttp3.Call |
getSessionCall(java.lang.String sessionToken,
ApiCallback _callback)
Build call for getSession
|
ApiResponse<GetSessionResponse> |
getSessionWithHttpInfo(java.lang.String sessionToken)
Get information about a session.
|
void |
setApiClient(ApiClient apiClient) |
public SessionsApi()
public SessionsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call closeSessionCall(java.lang.String sessionToken,
ApiCallback _callback)
throws ApiException
sessionToken - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 0 | CloseSession default response | - |
public CloseSessionResponse closeSession(java.lang.String sessionToken) throws ApiException
sessionToken - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 0 | CloseSession default response | - |
public ApiResponse<CloseSessionResponse> closeSessionWithHttpInfo(java.lang.String sessionToken) throws ApiException
sessionToken - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 0 | CloseSession default response | - |
public okhttp3.Call closeSessionAsync(java.lang.String sessionToken,
ApiCallback<CloseSessionResponse> _callback)
throws ApiException
sessionToken - (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 | CloseSession default response | - |
public okhttp3.Call createDatasetProfileUploadCall(java.lang.String sessionToken,
java.lang.Long datasetTimestamp,
ApiCallback _callback)
throws ApiException
sessionToken - (required)datasetTimestamp - (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 0 | A url that a dataset profile can be uploaded to. | - |
public CreateSessionUploadResponse createDatasetProfileUpload(java.lang.String sessionToken, java.lang.Long datasetTimestamp) throws ApiException
sessionToken - (required)datasetTimestamp - (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 url that a dataset profile can be uploaded to. | - |
public ApiResponse<CreateSessionUploadResponse> createDatasetProfileUploadWithHttpInfo(java.lang.String sessionToken, java.lang.Long datasetTimestamp) throws ApiException
sessionToken - (required)datasetTimestamp - (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 url that a dataset profile can be uploaded to. | - |
public okhttp3.Call createDatasetProfileUploadAsync(java.lang.String sessionToken,
java.lang.Long datasetTimestamp,
ApiCallback<CreateSessionUploadResponse> _callback)
throws ApiException
sessionToken - (required)datasetTimestamp - (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 url that a dataset profile can be uploaded to. | - |
public okhttp3.Call createSessionCall(ApiCallback _callback) throws ApiException
_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 0 | A new session id that can be used to upload dataset profiles. | - |
public CreateSessionResponse createSession() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 0 | A new session id that can be used to upload dataset profiles. | - |
public ApiResponse<CreateSessionResponse> createSessionWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 0 | A new session id that can be used to upload dataset profiles. | - |
public okhttp3.Call createSessionAsync(ApiCallback<CreateSessionResponse> _callback) throws ApiException
_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 new session id that can be used to upload dataset profiles. | - |
public okhttp3.Call getSessionCall(java.lang.String sessionToken,
ApiCallback _callback)
throws ApiException
sessionToken - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 0 | GetSession default response | - |
public GetSessionResponse getSession(java.lang.String sessionToken) throws ApiException
sessionToken - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 0 | GetSession default response | - |
public ApiResponse<GetSessionResponse> getSessionWithHttpInfo(java.lang.String sessionToken) throws ApiException
sessionToken - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 0 | GetSession default response | - |
public okhttp3.Call getSessionAsync(java.lang.String sessionToken,
ApiCallback<GetSessionResponse> _callback)
throws ApiException
sessionToken - (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 | GetSession default response | - |