GoogleCloudMlV1__StudyConfigArgs

data class GoogleCloudMlV1__StudyConfigArgs(val algorithm: Output<GoogleCloudMlV1__StudyConfigAlgorithm>? = null, val automatedStoppingConfig: Output<GoogleCloudMlV1__AutomatedStoppingConfigArgs>? = null, val metrics: Output<List<GoogleCloudMlV1_StudyConfig_MetricSpecArgs>>? = null, val parameters: Output<List<GoogleCloudMlV1_StudyConfig_ParameterSpecArgs>>) : ConvertibleToJava<GoogleCloudMlV1__StudyConfigArgs>

Represents configuration of a study.

Constructors

Link copied to clipboard
constructor(algorithm: Output<GoogleCloudMlV1__StudyConfigAlgorithm>? = null, automatedStoppingConfig: Output<GoogleCloudMlV1__AutomatedStoppingConfigArgs>? = null, metrics: Output<List<GoogleCloudMlV1_StudyConfig_MetricSpecArgs>>? = null, parameters: Output<List<GoogleCloudMlV1_StudyConfig_ParameterSpecArgs>>)

Properties

Link copied to clipboard

The search algorithm specified for the study.

Link copied to clipboard

Configuration for automated stopping of unpromising Trials.

Link copied to clipboard

Metric specs for the study.

Link copied to clipboard

The set of parameters to tune.

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudMlV1__StudyConfigArgs