| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
ModelLabTag |
ModelLabTag.key(String key) |
ModelLabTag |
ModelLabTag.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ModelLabTag |
ModelLabTag.value(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<ModelLabTag> |
ModelLabRunAttributes.getTags()
The list of tags associated with the run.
|
List<ModelLabTag> |
ModelLabProjectAttributes.getTags()
The list of tags associated with the project.
|
| Modifier and Type | Method and Description |
|---|---|
ModelLabRunAttributes |
ModelLabRunAttributes.addTagsItem(ModelLabTag tagsItem) |
ModelLabProjectAttributes |
ModelLabProjectAttributes.addTagsItem(ModelLabTag tagsItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelLabRunAttributes.setTags(List<ModelLabTag> tags) |
void |
ModelLabProjectAttributes.setTags(List<ModelLabTag> tags) |
ModelLabRunAttributes |
ModelLabRunAttributes.tags(List<ModelLabTag> tags) |
ModelLabProjectAttributes |
ModelLabProjectAttributes.tags(List<ModelLabTag> tags) |
| Constructor and Description |
|---|
ModelLabProjectAttributes(String artifactStorageLocation,
OffsetDateTime createdAt,
String description,
Boolean isStarred,
String name,
List<ModelLabTag> tags,
OffsetDateTime updatedAt) |
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.