Package com.qtsurfer.api.client.model
Class SweepSpecRequest
java.lang.Object
com.qtsurfer.api.client.model.SweepSpecRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.14.0")
public class SweepSpecRequest
extends Object
SweepSpecRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets objectivestatic enumGets or Sets sampler -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this SweepSpecRequest object is equal to o.Get objectiveGet paramsGet samplerNumber of samples for `random` and `lhs`; ignored by `grid`.getSeed()Reproducibility seed.inthashCode()objective(SweepSpecRequest.ObjectiveEnum objective) putParamsItem(String key, SweepAxis paramsItem) sampler(SweepSpecRequest.SamplerEnum sampler) voidsetObjective(SweepSpecRequest.ObjectiveEnum objective) voidvoidsetSampler(SweepSpecRequest.SamplerEnum sampler) voidsetSamples(Integer samples) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_SAMPLER
- See Also:
-
JSON_PROPERTY_SEED
- See Also:
-
JSON_PROPERTY_SAMPLES
- See Also:
-
JSON_PROPERTY_OBJECTIVE
- See Also:
-
JSON_PROPERTY_PARAMS
- See Also:
-
-
Constructor Details
-
SweepSpecRequest
public SweepSpecRequest()
-
-
Method Details
-
sampler
-
getSampler
Get sampler- Returns:
- sampler
-
setSampler
-
seed
-
getSeed
Reproducibility seed. If omitted, the server generates one with Java's `L64X128MixRandom` generator and returns the effective value. The range is limited to JavaScript-safe integers so generated clients can replay it exactly. minimum: -9007199254740991 maximum: 9007199254740991- Returns:
- seed
-
setSeed
-
samples
-
getSamples
Number of samples for `random` and `lhs`; ignored by `grid`. minimum: 1- Returns:
- samples
-
setSamples
-
objective
-
getObjective
Get objective- Returns:
- objective
-
setObjective
-
params
-
putParamsItem
-
getParams
Get params- Returns:
- params
-
setParams
-
equals
Return true if this SweepSpecRequest object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-