Interface RecommenderGenerationConfigOrBuilder (2.43.0)

public interface RecommenderGenerationConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParams()

public abstract Struct getParams()

Parameters for this RecommenderGenerationConfig. These configs can be used by or are applied to all subtypes.

.google.protobuf.Struct params = 1;

Returns
TypeDescription
Struct

The params.

getParamsOrBuilder()

public abstract StructOrBuilder getParamsOrBuilder()

Parameters for this RecommenderGenerationConfig. These configs can be used by or are applied to all subtypes.

.google.protobuf.Struct params = 1;

Returns
TypeDescription
StructOrBuilder

hasParams()

public abstract boolean hasParams()

Parameters for this RecommenderGenerationConfig. These configs can be used by or are applied to all subtypes.

.google.protobuf.Struct params = 1;

Returns
TypeDescription
boolean

Whether the params field is set.