Class Model.FrequentlyBoughtTogetherFeaturesConfig.Builder (2.85.0)

public static final class Model.FrequentlyBoughtTogetherFeaturesConfig.Builder extends GeneratedMessage.Builder<Model.FrequentlyBoughtTogetherFeaturesConfig.Builder> implements Model.FrequentlyBoughtTogetherFeaturesConfigOrBuilder

Additional configs for the frequently-bought-together model type.

Protobuf type google.cloud.retail.v2beta.Model.FrequentlyBoughtTogetherFeaturesConfig

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public Model.FrequentlyBoughtTogetherFeaturesConfig build()
Returns
Type Description
Model.FrequentlyBoughtTogetherFeaturesConfig

buildPartial()

public Model.FrequentlyBoughtTogetherFeaturesConfig buildPartial()
Returns
Type Description
Model.FrequentlyBoughtTogetherFeaturesConfig

clear()

public Model.FrequentlyBoughtTogetherFeaturesConfig.Builder clear()
Returns
Type Description
Model.FrequentlyBoughtTogetherFeaturesConfig.Builder
Overrides

clearContextProductsType()

public Model.FrequentlyBoughtTogetherFeaturesConfig.Builder clearContextProductsType()

Optional. Specifies the context of the model when it is used in predict requests. Can only be set for the frequently-bought-together type. If it isn't specified, it defaults to MULTIPLE_CONTEXT_PRODUCTS.

.google.cloud.retail.v2beta.Model.ContextProductsType context_products_type = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Model.FrequentlyBoughtTogetherFeaturesConfig.Builder

This builder for chaining.

getContextProductsType()

public Model.ContextProductsType getContextProductsType()

Optional. Specifies the context of the model when it is used in predict requests. Can only be set for the frequently-bought-together type. If it isn't specified, it defaults to MULTIPLE_CONTEXT_PRODUCTS.

.google.cloud.retail.v2beta.Model.ContextProductsType context_products_type = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Model.ContextProductsType

The contextProductsType.

getContextProductsTypeValue()

public int getContextProductsTypeValue()

Optional. Specifies the context of the model when it is used in predict requests. Can only be set for the frequently-bought-together type. If it isn't specified, it defaults to MULTIPLE_CONTEXT_PRODUCTS.

.google.cloud.retail.v2beta.Model.ContextProductsType context_products_type = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for contextProductsType.

getDefaultInstanceForType()

public Model.FrequentlyBoughtTogetherFeaturesConfig getDefaultInstanceForType()
Returns
Type Description
Model.FrequentlyBoughtTogetherFeaturesConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Model.FrequentlyBoughtTogetherFeaturesConfig other)

public Model.FrequentlyBoughtTogetherFeaturesConfig.Builder mergeFrom(Model.FrequentlyBoughtTogetherFeaturesConfig other)
Parameter
Name Description
other Model.FrequentlyBoughtTogetherFeaturesConfig
Returns
Type Description
Model.FrequentlyBoughtTogetherFeaturesConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Model.FrequentlyBoughtTogetherFeaturesConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Model.FrequentlyBoughtTogetherFeaturesConfig.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Model.FrequentlyBoughtTogetherFeaturesConfig.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Model.FrequentlyBoughtTogetherFeaturesConfig.Builder
Overrides

setContextProductsType(Model.ContextProductsType value)

public Model.FrequentlyBoughtTogetherFeaturesConfig.Builder setContextProductsType(Model.ContextProductsType value)

Optional. Specifies the context of the model when it is used in predict requests. Can only be set for the frequently-bought-together type. If it isn't specified, it defaults to MULTIPLE_CONTEXT_PRODUCTS.

.google.cloud.retail.v2beta.Model.ContextProductsType context_products_type = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value Model.ContextProductsType

The contextProductsType to set.

Returns
Type Description
Model.FrequentlyBoughtTogetherFeaturesConfig.Builder

This builder for chaining.

setContextProductsTypeValue(int value)

public Model.FrequentlyBoughtTogetherFeaturesConfig.Builder setContextProductsTypeValue(int value)

Optional. Specifies the context of the model when it is used in predict requests. Can only be set for the frequently-bought-together type. If it isn't specified, it defaults to MULTIPLE_CONTEXT_PRODUCTS.

.google.cloud.retail.v2beta.Model.ContextProductsType context_products_type = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value int

The enum numeric value on the wire for contextProductsType to set.

Returns
Type Description
Model.FrequentlyBoughtTogetherFeaturesConfig.Builder

This builder for chaining.