All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
deleteModelLabRun(Long runId)
Delete a Model Lab run.
|
CompletableFuture<Void> |
deleteModelLabRunAsync(Long runId)
Delete a Model Lab run.
|
ApiResponse<Void> |
deleteModelLabRunWithHttpInfo(Long runId)
Delete a Model Lab run by its ID.
|
CompletableFuture<ApiResponse<Void>> |
deleteModelLabRunWithHttpInfoAsync(Long runId)
Delete a Model Lab run.
|
ApiClient |
getApiClient()
Get the API client.
|
File |
getModelLabArtifactContent(String projectId,
String artifactPath)
Get Model Lab artifact content.
|
CompletableFuture<File> |
getModelLabArtifactContentAsync(String projectId,
String artifactPath)
Get Model Lab artifact content.
|
ApiResponse<File> |
getModelLabArtifactContentWithHttpInfo(String projectId,
String artifactPath)
Download the raw content of a Model Lab artifact file.
|
CompletableFuture<ApiResponse<File>> |
getModelLabArtifactContentWithHttpInfoAsync(String projectId,
String artifactPath)
Get Model Lab artifact content.
|
ModelLabProjectResponse |
getModelLabProject(Long projectId)
Get a Model Lab project.
|
CompletableFuture<ModelLabProjectResponse> |
getModelLabProjectAsync(Long projectId)
Get a Model Lab project.
|
ApiResponse<ModelLabProjectResponse> |
getModelLabProjectWithHttpInfo(Long projectId)
Get a single Model Lab project by its ID.
|
CompletableFuture<ApiResponse<ModelLabProjectResponse>> |
getModelLabProjectWithHttpInfoAsync(Long projectId)
Get a Model Lab project.
|
ModelLabRunResponse |
getModelLabRun(Long runId)
Get a Model Lab run.
|
CompletableFuture<ModelLabRunResponse> |
getModelLabRunAsync(Long runId)
Get a Model Lab run.
|
ApiResponse<ModelLabRunResponse> |
getModelLabRunWithHttpInfo(Long runId)
Get a single Model Lab run by its ID.
|
CompletableFuture<ApiResponse<ModelLabRunResponse>> |
getModelLabRunWithHttpInfoAsync(Long runId)
Get a Model Lab run.
|
ModelLabProjectArtifactsResponse |
listModelLabProjectArtifacts(Long projectId)
List Model Lab project artifacts.
|
CompletableFuture<ModelLabProjectArtifactsResponse> |
listModelLabProjectArtifactsAsync(Long projectId)
List Model Lab project artifacts.
|
ApiResponse<ModelLabProjectArtifactsResponse> |
listModelLabProjectArtifactsWithHttpInfo(Long projectId)
List all artifact files for a specific Model Lab project.
|
CompletableFuture<ApiResponse<ModelLabProjectArtifactsResponse>> |
listModelLabProjectArtifactsWithHttpInfoAsync(Long projectId)
List Model Lab project artifacts.
|
ModelLabFacetKeysResponse |
listModelLabProjectFacetKeys()
List Model Lab project facet keys.
|
CompletableFuture<ModelLabFacetKeysResponse> |
listModelLabProjectFacetKeysAsync()
List Model Lab project facet keys.
|
ApiResponse<ModelLabFacetKeysResponse> |
listModelLabProjectFacetKeysWithHttpInfo()
List all available facet keys for filtering Model Lab projects.
|
CompletableFuture<ApiResponse<ModelLabFacetKeysResponse>> |
listModelLabProjectFacetKeysWithHttpInfoAsync()
List Model Lab project facet keys.
|
ModelLabFacetValuesResponse |
listModelLabProjectFacetValues(ModelLabProjectFacetType facetType,
String facetName)
List Model Lab project facet values.
|
CompletableFuture<ModelLabFacetValuesResponse> |
listModelLabProjectFacetValuesAsync(ModelLabProjectFacetType facetType,
String facetName)
List Model Lab project facet values.
|
ApiResponse<ModelLabFacetValuesResponse> |
listModelLabProjectFacetValuesWithHttpInfo(ModelLabProjectFacetType facetType,
String facetName)
List available facet values for a specific project facet key.
|
CompletableFuture<ApiResponse<ModelLabFacetValuesResponse>> |
listModelLabProjectFacetValuesWithHttpInfoAsync(ModelLabProjectFacetType facetType,
String facetName)
List Model Lab project facet values.
|
ModelLabProjectsResponse |
listModelLabProjects()
List Model Lab projects.
|
ModelLabProjectsResponse |
listModelLabProjects(ModelLabApiApi.ListModelLabProjectsOptionalParameters parameters)
List Model Lab projects.
|
CompletableFuture<ModelLabProjectsResponse> |
listModelLabProjectsAsync()
List Model Lab projects.
|
CompletableFuture<ModelLabProjectsResponse> |
listModelLabProjectsAsync(ModelLabApiApi.ListModelLabProjectsOptionalParameters parameters)
List Model Lab projects.
|
ApiResponse<ModelLabProjectsResponse> |
listModelLabProjectsWithHttpInfo(ModelLabApiApi.ListModelLabProjectsOptionalParameters parameters)
List all Model Lab projects for the current organization.
|
CompletableFuture<ApiResponse<ModelLabProjectsResponse>> |
listModelLabProjectsWithHttpInfoAsync(ModelLabApiApi.ListModelLabProjectsOptionalParameters parameters)
List Model Lab projects.
|
ModelLabRunArtifactsResponse |
listModelLabRunArtifacts(Long runId)
List Model Lab run artifacts.
|
ModelLabRunArtifactsResponse |
listModelLabRunArtifacts(Long runId,
ModelLabApiApi.ListModelLabRunArtifactsOptionalParameters parameters)
List Model Lab run artifacts.
|
CompletableFuture<ModelLabRunArtifactsResponse> |
listModelLabRunArtifactsAsync(Long runId)
List Model Lab run artifacts.
|
CompletableFuture<ModelLabRunArtifactsResponse> |
listModelLabRunArtifactsAsync(Long runId,
ModelLabApiApi.ListModelLabRunArtifactsOptionalParameters parameters)
List Model Lab run artifacts.
|
ApiResponse<ModelLabRunArtifactsResponse> |
listModelLabRunArtifactsWithHttpInfo(Long runId,
ModelLabApiApi.ListModelLabRunArtifactsOptionalParameters parameters)
List artifact files for a specific Model Lab run.
|
CompletableFuture<ApiResponse<ModelLabRunArtifactsResponse>> |
listModelLabRunArtifactsWithHttpInfoAsync(Long runId,
ModelLabApiApi.ListModelLabRunArtifactsOptionalParameters parameters)
List Model Lab run artifacts.
|
ModelLabFacetKeysResponse |
listModelLabRunFacetKeys(Long filterProjectId)
List Model Lab run facet keys.
|
CompletableFuture<ModelLabFacetKeysResponse> |
listModelLabRunFacetKeysAsync(Long filterProjectId)
List Model Lab run facet keys.
|
ApiResponse<ModelLabFacetKeysResponse> |
listModelLabRunFacetKeysWithHttpInfo(Long filterProjectId)
List all available facet keys for filtering Model Lab runs.
|
CompletableFuture<ApiResponse<ModelLabFacetKeysResponse>> |
listModelLabRunFacetKeysWithHttpInfoAsync(Long filterProjectId)
List Model Lab run facet keys.
|
ModelLabFacetValuesResponse |
listModelLabRunFacetValues(Long filterProjectId,
ModelLabFacetType facetType,
String facetName)
List Model Lab run facet values.
|
CompletableFuture<ModelLabFacetValuesResponse> |
listModelLabRunFacetValuesAsync(Long filterProjectId,
ModelLabFacetType facetType,
String facetName)
List Model Lab run facet values.
|
ApiResponse<ModelLabFacetValuesResponse> |
listModelLabRunFacetValuesWithHttpInfo(Long filterProjectId,
ModelLabFacetType facetType,
String facetName)
List available facet values for a specific run facet key.
|
CompletableFuture<ApiResponse<ModelLabFacetValuesResponse>> |
listModelLabRunFacetValuesWithHttpInfoAsync(Long filterProjectId,
ModelLabFacetType facetType,
String facetName)
List Model Lab run facet values.
|
ModelLabRunsResponse |
listModelLabRuns()
List Model Lab runs.
|
ModelLabRunsResponse |
listModelLabRuns(ModelLabApiApi.ListModelLabRunsOptionalParameters parameters)
List Model Lab runs.
|
CompletableFuture<ModelLabRunsResponse> |
listModelLabRunsAsync()
List Model Lab runs.
|
CompletableFuture<ModelLabRunsResponse> |
listModelLabRunsAsync(ModelLabApiApi.ListModelLabRunsOptionalParameters parameters)
List Model Lab runs.
|
ApiResponse<ModelLabRunsResponse> |
listModelLabRunsWithHttpInfo(ModelLabApiApi.ListModelLabRunsOptionalParameters parameters)
List all Model Lab runs for the current organization.
|
CompletableFuture<ApiResponse<ModelLabRunsResponse>> |
listModelLabRunsWithHttpInfoAsync(ModelLabApiApi.ListModelLabRunsOptionalParameters parameters)
List Model Lab runs.
|
void |
pinModelLabRun(Long runId)
Pin a Model Lab run.
|
CompletableFuture<Void> |
pinModelLabRunAsync(Long runId)
Pin a Model Lab run.
|
ApiResponse<Void> |
pinModelLabRunWithHttpInfo(Long runId)
Pin a Model Lab run for the current user.
|
CompletableFuture<ApiResponse<Void>> |
pinModelLabRunWithHttpInfoAsync(Long runId)
Pin a Model Lab run.
|
void |
setApiClient(ApiClient apiClient)
Set the API client.
|
void |
starModelLabProject(Long projectId)
Star a Model Lab project.
|
CompletableFuture<Void> |
starModelLabProjectAsync(Long projectId)
Star a Model Lab project.
|
ApiResponse<Void> |
starModelLabProjectWithHttpInfo(Long projectId)
Star a Model Lab project for the current user.
|
CompletableFuture<ApiResponse<Void>> |
starModelLabProjectWithHttpInfoAsync(Long projectId)
Star a Model Lab project.
|
void |
unpinModelLabRun(Long runId)
Unpin a Model Lab run.
|
CompletableFuture<Void> |
unpinModelLabRunAsync(Long runId)
Unpin a Model Lab run.
|
ApiResponse<Void> |
unpinModelLabRunWithHttpInfo(Long runId)
Remove the pin from a Model Lab run for the current user.
|
CompletableFuture<ApiResponse<Void>> |
unpinModelLabRunWithHttpInfoAsync(Long runId)
Unpin a Model Lab run.
|
void |
unstarModelLabProject(Long projectId)
Remove star from a Model Lab project.
|
CompletableFuture<Void> |
unstarModelLabProjectAsync(Long projectId)
Remove star from a Model Lab project.
|
ApiResponse<Void> |
unstarModelLabProjectWithHttpInfo(Long projectId)
Remove the star from a Model Lab project for the current user.
|
CompletableFuture<ApiResponse<Void>> |
unstarModelLabProjectWithHttpInfoAsync(Long projectId)
Remove star from a Model Lab project.
|