UpdateTrialComponentRequest

Types

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

Properties

Link copied to clipboard

The name of the component as displayed. The name doesn't need to be unique. If DisplayName isn't specified, TrialComponentName is displayed.

Link copied to clipboard

When the component ended.

Link copied to clipboard

Replaces all of the component's input artifacts with the specified artifacts or adds new input artifacts. Existing input artifacts are replaced if the trial component is updated with an identical input artifact key.

Link copied to clipboard

The input artifacts to remove from the component.

Link copied to clipboard

Replaces all of the component's output artifacts with the specified artifacts or adds new output artifacts. Existing output artifacts are replaced if the trial component is updated with an identical output artifact key.

Link copied to clipboard

The output artifacts to remove from the component.

Link copied to clipboard

Replaces all of the component's hyperparameters with the specified hyperparameters or add new hyperparameters. Existing hyperparameters are replaced if the trial component is updated with an identical hyperparameter key.

Link copied to clipboard

The hyperparameters to remove from the component.

Link copied to clipboard

When the component started.

Link copied to clipboard

The new status of the component.

Link copied to clipboard

The name of the component to update.

Functions

Link copied to clipboard
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