intervals

@JvmName(name = "ejwlgislgxbsmjpn")
suspend fun intervals(value: Output<List<GoogleCloudRetailV2alphaIntervalArgs>>)
@JvmName(name = "ioyjwtyiiyngjxcx")
suspend fun intervals(value: List<GoogleCloudRetailV2alphaIntervalArgs>?)

Parameters

value

Set only if values should be bucketized into intervals. Must be set for facets with numerical values. Must not be set for facet with text values. Maximum number of intervals is 40. For all numerical facet keys that appear in the list of products from the catalog, the percentiles 0, 10, 30, 50, 70, 90, and 100 are computed from their distribution weekly. If the model assigns a high score to a numerical facet key and its intervals are not specified in the search request, these percentiles become the bounds for its intervals and are returned in the response. If the facet key intervals are specified in the request, then the specified intervals are returned instead.


@JvmName(name = "oinchafldiiqgckf")
suspend fun intervals(vararg values: Output<GoogleCloudRetailV2alphaIntervalArgs>)


@JvmName(name = "cndfqftctnfgrctd")
suspend fun intervals(values: List<Output<GoogleCloudRetailV2alphaIntervalArgs>>)
@JvmName(name = "ujflsunawvqevorb")
suspend fun intervals(vararg values: GoogleCloudRetailV2alphaIntervalArgs)

Parameters

values

Set only if values should be bucketized into intervals. Must be set for facets with numerical values. Must not be set for facet with text values. Maximum number of intervals is 40. For all numerical facet keys that appear in the list of products from the catalog, the percentiles 0, 10, 30, 50, 70, 90, and 100 are computed from their distribution weekly. If the model assigns a high score to a numerical facet key and its intervals are not specified in the search request, these percentiles become the bounds for its intervals and are returned in the response. If the facet key intervals are specified in the request, then the specified intervals are returned instead.


@JvmName(name = "kwtlyvicwwilvdvp")
suspend fun intervals(argument: List<suspend GoogleCloudRetailV2alphaIntervalArgsBuilder.() -> Unit>)
@JvmName(name = "pfdydsniioddjhhx")
suspend fun intervals(vararg argument: suspend GoogleCloudRetailV2alphaIntervalArgsBuilder.() -> Unit)
@JvmName(name = "hehlpbearqntrgnp")
suspend fun intervals(argument: suspend GoogleCloudRetailV2alphaIntervalArgsBuilder.() -> Unit)

Parameters

argument

Set only if values should be bucketized into intervals. Must be set for facets with numerical values. Must not be set for facet with text values. Maximum number of intervals is 40. For all numerical facet keys that appear in the list of products from the catalog, the percentiles 0, 10, 30, 50, 70, 90, and 100 are computed from their distribution weekly. If the model assigns a high score to a numerical facet key and its intervals are not specified in the search request, these percentiles become the bounds for its intervals and are returned in the response. If the facet key intervals are specified in the request, then the specified intervals are returned instead.