| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
ModelLabRunArtifactsResponse |
ModelLabApiApi.listModelLabRunArtifacts(Long runId)
List Model Lab run artifacts.
|
ModelLabRunArtifactsResponse |
ModelLabApiApi.listModelLabRunArtifacts(Long runId,
ModelLabApiApi.ListModelLabRunArtifactsOptionalParameters parameters)
List Model Lab run artifacts.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ModelLabRunArtifactsResponse> |
ModelLabApiApi.listModelLabRunArtifactsAsync(Long runId)
List Model Lab run artifacts.
|
CompletableFuture<ModelLabRunArtifactsResponse> |
ModelLabApiApi.listModelLabRunArtifactsAsync(Long runId,
ModelLabApiApi.ListModelLabRunArtifactsOptionalParameters parameters)
List Model Lab run artifacts.
|
ApiResponse<ModelLabRunArtifactsResponse> |
ModelLabApiApi.listModelLabRunArtifactsWithHttpInfo(Long runId,
ModelLabApiApi.ListModelLabRunArtifactsOptionalParameters parameters)
List artifact files for a specific Model Lab run.
|
CompletableFuture<ApiResponse<ModelLabRunArtifactsResponse>> |
ModelLabApiApi.listModelLabRunArtifactsWithHttpInfoAsync(Long runId,
ModelLabApiApi.ListModelLabRunArtifactsOptionalParameters parameters)
List Model Lab run artifacts.
|
| Modifier and Type | Method and Description |
|---|---|
ModelLabRunArtifactsResponse |
ModelLabRunArtifactsResponse.data(ModelLabRunArtifactsData data) |
ModelLabRunArtifactsResponse |
ModelLabRunArtifactsResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.