GoogleCloudMlV1_Trial_ParameterResponse

data class GoogleCloudMlV1_Trial_ParameterResponse(val floatValue: Double, val intValue: String, val parameter: String, val stringValue: String)

A message representing a parameter to be tuned. Contains the name of the parameter and the suggested value to use for this trial.

Constructors

Link copied to clipboard
fun GoogleCloudMlV1_Trial_ParameterResponse(floatValue: Double, intValue: String, parameter: String, stringValue: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Must be set if ParameterType is DOUBLE or DISCRETE.

Link copied to clipboard

Must be set if ParameterType is INTEGER

Link copied to clipboard

The name of the parameter.

Link copied to clipboard

Must be set if ParameterTypeis CATEGORICAL