| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
ModelLabRunResponse |
ModelLabApiApi.getModelLabRun(Long runId)
Get a Model Lab run.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ModelLabRunResponse> |
ModelLabApiApi.getModelLabRunAsync(Long runId)
Get a Model Lab run.
|
ApiResponse<ModelLabRunResponse> |
ModelLabApiApi.getModelLabRunWithHttpInfo(Long runId)
Get a single Model Lab run by its ID.
|
CompletableFuture<ApiResponse<ModelLabRunResponse>> |
ModelLabApiApi.getModelLabRunWithHttpInfoAsync(Long runId)
Get a Model Lab run.
|
| Modifier and Type | Method and Description |
|---|---|
ModelLabRunResponse |
ModelLabRunResponse.data(ModelLabRunData data) |
ModelLabRunResponse |
ModelLabRunResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.