Trial

class Trial

The properties of a trial as returned by the Search API.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Who created the trial.

Link copied to clipboard

When the trial was created.

Link copied to clipboard

The name of the trial as displayed. If DisplayName isn't specified, TrialName is displayed.

Link copied to clipboard

The name of the experiment the trial is part of.

Link copied to clipboard

Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.

Link copied to clipboard

Who last modified the trial.

Link copied to clipboard

Metadata properties of the tracking entity, trial, or trial component.

Link copied to clipboard

The source of the trial.

Link copied to clipboard
val tags: List<Tag>?

The list of tags that are associated with the trial. You can use Search API to search on the tags.

Link copied to clipboard

The Amazon Resource Name (ARN) of the trial.

Link copied to clipboard

A list of the components associated with the trial. For each component, a summary of the component's properties is included.

Link copied to clipboard

The name of the trial.

Functions

Link copied to clipboard
inline fun copy(block: Trial.Builder.() -> Unit = {}): Trial
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String