ModelLabRunAttributes |
ModelLabRunAttributes.addMetricSummariesItem(ModelLabMetricSummary metricSummariesItem) |
ModelLabRunAttributes |
ModelLabRunAttributes.addParamsItem(ModelLabRunParam paramsItem) |
ModelLabRunAttributes |
ModelLabRunAttributes.addTagsItem(ModelLabTag tagsItem) |
ModelLabRunAttributes |
ModelLabRunAttributes.completedAt(OffsetDateTime completedAt) |
ModelLabRunAttributes |
ModelLabRunAttributes.createdAt(OffsetDateTime createdAt) |
ModelLabRunAttributes |
ModelLabRunAttributes.deletedAt(OffsetDateTime deletedAt) |
ModelLabRunAttributes |
ModelLabRunAttributes.descendantMatch(Boolean descendantMatch) |
ModelLabRunAttributes |
ModelLabRunAttributes.description(String description) |
ModelLabRunAttributes |
ModelLabRunAttributes.duration(Double duration) |
ModelLabRunAttributes |
ModelLabRunAttributes.externalUrl(String externalUrl) |
ModelLabRunAttributes |
ModelLabRunData.getAttributes()
Attributes of a Model Lab run.
|
ModelLabRunAttributes |
ModelLabRunAttributes.hasChildren(Boolean hasChildren) |
ModelLabRunAttributes |
ModelLabRunAttributes.isPinned(Boolean isPinned) |
ModelLabRunAttributes |
ModelLabRunAttributes.metricSummaries(List<ModelLabMetricSummary> metricSummaries) |
ModelLabRunAttributes |
ModelLabRunAttributes.mlflowArtifactLocation(String mlflowArtifactLocation) |
ModelLabRunAttributes |
ModelLabRunAttributes.name(String name) |
ModelLabRunAttributes |
ModelLabRunAttributes.ownerId(String ownerId) |
ModelLabRunAttributes |
ModelLabRunAttributes.params(List<ModelLabRunParam> params) |
ModelLabRunAttributes |
ModelLabRunAttributes.projectId(Long projectId) |
ModelLabRunAttributes |
ModelLabRunAttributes.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ModelLabRunAttributes |
ModelLabRunAttributes.startedAt(OffsetDateTime startedAt) |
ModelLabRunAttributes |
ModelLabRunAttributes.status(ModelLabRunStatus status) |
ModelLabRunAttributes |
ModelLabRunAttributes.tags(List<ModelLabTag> tags) |
ModelLabRunAttributes |
ModelLabRunAttributes.updatedAt(OffsetDateTime updatedAt) |