Builder
class Builder
Properties
Link copied to clipboard
A CategoricalParameterRangeSpecification object that defines the possible values for a categorical hyperparameter.
Link copied to clipboard
A ContinuousParameterRangeSpecification object that defines the possible values for a continuous hyperparameter.
Link copied to clipboard
A IntegerParameterRangeSpecification object that defines the possible values for an integer hyperparameter.
Functions
Link copied to clipboard
fun categoricalParameterRangeSpecification(block: CategoricalParameterRangeSpecification.Builder.() -> Unit)
construct an aws.sdk.kotlin.services.sagemaker.model.CategoricalParameterRangeSpecification inside the given block
Link copied to clipboard
fun continuousParameterRangeSpecification(block: ContinuousParameterRangeSpecification.Builder.() -> Unit)
construct an aws.sdk.kotlin.services.sagemaker.model.ContinuousParameterRangeSpecification inside the given block
Link copied to clipboard
fun integerParameterRangeSpecification(block: IntegerParameterRangeSpecification.Builder.() -> Unit)
construct an aws.sdk.kotlin.services.sagemaker.model.IntegerParameterRangeSpecification inside the given block