@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ModelLabRunAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COMPLETED_AT |
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_DELETED_AT |
static String |
JSON_PROPERTY_DESCENDANT_MATCH |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_DURATION |
static String |
JSON_PROPERTY_EXTERNAL_URL |
static String |
JSON_PROPERTY_HAS_CHILDREN |
static String |
JSON_PROPERTY_IS_PINNED |
static String |
JSON_PROPERTY_METRIC_SUMMARIES |
static String |
JSON_PROPERTY_MLFLOW_ARTIFACT_LOCATION |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_OWNER_ID |
static String |
JSON_PROPERTY_PARAMS |
static String |
JSON_PROPERTY_PROJECT_ID |
static String |
JSON_PROPERTY_STARTED_AT |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_TAGS |
static String |
JSON_PROPERTY_UPDATED_AT |
boolean |
unparsed |
| Constructor and Description |
|---|
ModelLabRunAttributes() |
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) |
| Modifier and Type | Method and Description |
|---|---|
ModelLabRunAttributes |
addMetricSummariesItem(ModelLabMetricSummary metricSummariesItem) |
ModelLabRunAttributes |
addParamsItem(ModelLabRunParam paramsItem) |
ModelLabRunAttributes |
addTagsItem(ModelLabTag tagsItem) |
ModelLabRunAttributes |
completedAt(OffsetDateTime completedAt) |
ModelLabRunAttributes |
createdAt(OffsetDateTime createdAt) |
ModelLabRunAttributes |
deletedAt(OffsetDateTime deletedAt) |
ModelLabRunAttributes |
descendantMatch(Boolean descendantMatch) |
ModelLabRunAttributes |
description(String description) |
ModelLabRunAttributes |
duration(Double duration) |
boolean |
equals(Object o)
Return true if this ModelLabRunAttributes object is equal to o.
|
ModelLabRunAttributes |
externalUrl(String externalUrl) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> |
getCompletedAt_JsonNullable() |
OffsetDateTime |
getCompletedAt()
The date and time the run completed.
|
OffsetDateTime |
getCreatedAt()
The date and time the run was created.
|
org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> |
getDeletedAt_JsonNullable() |
OffsetDateTime |
getDeletedAt()
The date and time the run was soft-deleted.
|
Boolean |
getDescendantMatch()
Whether a descendant run matched the applied filters.
|
String |
getDescription()
A description of the run.
|
org.openapitools.jackson.nullable.JsonNullable<Double> |
getDuration_JsonNullable() |
Double |
getDuration()
The duration of the run in seconds.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getExternalUrl_JsonNullable() |
String |
getExternalUrl()
An optional external URL associated with the run.
|
Boolean |
getHasChildren()
Whether the run has child runs.
|
Boolean |
getIsPinned()
Whether the run is pinned by the current user.
|
List<ModelLabMetricSummary> |
getMetricSummaries()
Summary statistics for metrics recorded during the run.
|
String |
getMlflowArtifactLocation()
The MLflow artifact storage location for this run.
|
String |
getName()
The name of the run.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getOwnerId_JsonNullable() |
String |
getOwnerId()
The UUID of the run owner.
|
List<ModelLabRunParam> |
getParams()
The list of parameters used for the run.
|
Long |
getProjectId()
The ID of the project this run belongs to.
|
OffsetDateTime |
getStartedAt()
The date and time the run started.
|
ModelLabRunStatus |
getStatus()
The status of a Model Lab run.
|
List<ModelLabTag> |
getTags()
The list of tags associated with the run.
|
OffsetDateTime |
getUpdatedAt()
The date and time the run was last updated.
|
ModelLabRunAttributes |
hasChildren(Boolean hasChildren) |
int |
hashCode() |
ModelLabRunAttributes |
isPinned(Boolean isPinned) |
ModelLabRunAttributes |
metricSummaries(List<ModelLabMetricSummary> metricSummaries) |
ModelLabRunAttributes |
mlflowArtifactLocation(String mlflowArtifactLocation) |
ModelLabRunAttributes |
name(String name) |
ModelLabRunAttributes |
ownerId(String ownerId) |
ModelLabRunAttributes |
params(List<ModelLabRunParam> params) |
ModelLabRunAttributes |
projectId(Long projectId) |
ModelLabRunAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCompletedAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> completedAt) |
void |
setCompletedAt(OffsetDateTime completedAt) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setDeletedAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> deletedAt) |
void |
setDeletedAt(OffsetDateTime deletedAt) |
void |
setDescendantMatch(Boolean descendantMatch) |
void |
setDescription(String description) |
void |
setDuration_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Double> duration) |
void |
setDuration(Double duration) |
void |
setExternalUrl_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> externalUrl) |
void |
setExternalUrl(String externalUrl) |
void |
setHasChildren(Boolean hasChildren) |
void |
setIsPinned(Boolean isPinned) |
void |
setMetricSummaries(List<ModelLabMetricSummary> metricSummaries) |
void |
setMlflowArtifactLocation(String mlflowArtifactLocation) |
void |
setName(String name) |
void |
setOwnerId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> ownerId) |
void |
setOwnerId(String ownerId) |
void |
setParams(List<ModelLabRunParam> params) |
void |
setProjectId(Long projectId) |
void |
setStartedAt(OffsetDateTime startedAt) |
void |
setStatus(ModelLabRunStatus status) |
void |
setTags(List<ModelLabTag> tags) |
void |
setUpdatedAt(OffsetDateTime updatedAt) |
ModelLabRunAttributes |
startedAt(OffsetDateTime startedAt) |
ModelLabRunAttributes |
status(ModelLabRunStatus status) |
ModelLabRunAttributes |
tags(List<ModelLabTag> tags) |
String |
toString() |
ModelLabRunAttributes |
updatedAt(OffsetDateTime updatedAt) |
public boolean unparsed
public static final String JSON_PROPERTY_COMPLETED_AT
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_DELETED_AT
public static final String JSON_PROPERTY_DESCENDANT_MATCH
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DURATION
public static final String JSON_PROPERTY_EXTERNAL_URL
public static final String JSON_PROPERTY_HAS_CHILDREN
public static final String JSON_PROPERTY_IS_PINNED
public static final String JSON_PROPERTY_METRIC_SUMMARIES
public static final String JSON_PROPERTY_MLFLOW_ARTIFACT_LOCATION
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_OWNER_ID
public static final String JSON_PROPERTY_PARAMS
public static final String JSON_PROPERTY_PROJECT_ID
public static final String JSON_PROPERTY_STARTED_AT
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_TAGS
public static final String JSON_PROPERTY_UPDATED_AT
public ModelLabRunAttributes()
public 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)
public ModelLabRunAttributes completedAt(OffsetDateTime completedAt)
@Nullable public OffsetDateTime getCompletedAt()
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getCompletedAt_JsonNullable()
public void setCompletedAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> completedAt)
public void setCompletedAt(OffsetDateTime completedAt)
public ModelLabRunAttributes createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public ModelLabRunAttributes deletedAt(OffsetDateTime deletedAt)
@Nullable public OffsetDateTime getDeletedAt()
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getDeletedAt_JsonNullable()
public void setDeletedAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> deletedAt)
public void setDeletedAt(OffsetDateTime deletedAt)
public ModelLabRunAttributes descendantMatch(Boolean descendantMatch)
public Boolean getDescendantMatch()
public void setDescendantMatch(Boolean descendantMatch)
public ModelLabRunAttributes description(String description)
public String getDescription()
public void setDescription(String description)
public ModelLabRunAttributes duration(Double duration)
@Nullable public Double getDuration()
public org.openapitools.jackson.nullable.JsonNullable<Double> getDuration_JsonNullable()
public void setDuration_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Double> duration)
public void setDuration(Double duration)
public ModelLabRunAttributes externalUrl(String externalUrl)
@Nullable public String getExternalUrl()
public org.openapitools.jackson.nullable.JsonNullable<String> getExternalUrl_JsonNullable()
public void setExternalUrl_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> externalUrl)
public void setExternalUrl(String externalUrl)
public ModelLabRunAttributes hasChildren(Boolean hasChildren)
public Boolean getHasChildren()
public void setHasChildren(Boolean hasChildren)
public ModelLabRunAttributes isPinned(Boolean isPinned)
public Boolean getIsPinned()
public void setIsPinned(Boolean isPinned)
public ModelLabRunAttributes metricSummaries(List<ModelLabMetricSummary> metricSummaries)
public ModelLabRunAttributes addMetricSummariesItem(ModelLabMetricSummary metricSummariesItem)
public List<ModelLabMetricSummary> getMetricSummaries()
public void setMetricSummaries(List<ModelLabMetricSummary> metricSummaries)
public ModelLabRunAttributes mlflowArtifactLocation(String mlflowArtifactLocation)
public String getMlflowArtifactLocation()
public void setMlflowArtifactLocation(String mlflowArtifactLocation)
public ModelLabRunAttributes name(String name)
public String getName()
public void setName(String name)
public ModelLabRunAttributes ownerId(String ownerId)
@Nullable public String getOwnerId()
public org.openapitools.jackson.nullable.JsonNullable<String> getOwnerId_JsonNullable()
public void setOwnerId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> ownerId)
public void setOwnerId(String ownerId)
public ModelLabRunAttributes params(List<ModelLabRunParam> params)
public ModelLabRunAttributes addParamsItem(ModelLabRunParam paramsItem)
@Nullable public List<ModelLabRunParam> getParams()
public void setParams(List<ModelLabRunParam> params)
public ModelLabRunAttributes projectId(Long projectId)
public Long getProjectId()
public void setProjectId(Long projectId)
public ModelLabRunAttributes startedAt(OffsetDateTime startedAt)
public OffsetDateTime getStartedAt()
public void setStartedAt(OffsetDateTime startedAt)
public ModelLabRunAttributes status(ModelLabRunStatus status)
public ModelLabRunStatus getStatus()
public void setStatus(ModelLabRunStatus status)
public ModelLabRunAttributes tags(List<ModelLabTag> tags)
public ModelLabRunAttributes addTagsItem(ModelLabTag tagsItem)
public List<ModelLabTag> getTags()
public void setTags(List<ModelLabTag> tags)
public ModelLabRunAttributes updatedAt(OffsetDateTime updatedAt)
public OffsetDateTime getUpdatedAt()
public void setUpdatedAt(OffsetDateTime updatedAt)
public ModelLabRunAttributes putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.