ExperimentConfig

Associates a SageMaker job as a trial component with an experiment and trial. Specified when you call the following APIs:

Types

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

Properties

Link copied to clipboard

The name of an existing experiment to associate with the trial component.

Link copied to clipboard

The name of the experiment run to associate with the trial component.

Link copied to clipboard

The display name for the trial component. If this key isn't specified, the display name is the trial component name.

Link copied to clipboard

The name of an existing trial to associate the trial component with. If not specified, a new trial is created.

Functions

Link copied to clipboard
inline fun copy(block: ExperimentConfig.Builder.() -> Unit = {}): ExperimentConfig
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