| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
ModelLabRunParam |
ModelLabRunParam.key(String key) |
ModelLabRunParam |
ModelLabRunParam.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ModelLabRunParam |
ModelLabRunParam.value(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<ModelLabRunParam> |
ModelLabRunAttributes.getParams()
The list of parameters used for the run.
|
| Modifier and Type | Method and Description |
|---|---|
ModelLabRunAttributes |
ModelLabRunAttributes.addParamsItem(ModelLabRunParam paramsItem) |
| Modifier and Type | Method and Description |
|---|---|
ModelLabRunAttributes |
ModelLabRunAttributes.params(List<ModelLabRunParam> params) |
void |
ModelLabRunAttributes.setParams(List<ModelLabRunParam> params) |
| Constructor and Description |
|---|
ModelLabRunAttributes(OffsetDateTime createdAt,
Boolean descendantMatch,
String description,
Boolean hasChildren,
Boolean isPinned,
List<ModelLabMetricSummary> metricSummaries,
String mlflowArtifactLocation,
String name,
List<ModelLabRunParam> params,
Long projectId,
OffsetDateTime startedAt,
ModelLabRunStatus status,
List<ModelLabTag> tags,
OffsetDateTime updatedAt) |
Copyright © 2026. All rights reserved.