Uses of Class
com.google.cloud.recommendationengine.v1beta1.FeatureMap.StringList
-
Packages that use FeatureMap.StringList Package Description com.google.cloud.recommendationengine.v1beta1 A client to Recommendations AI -
-
Uses of FeatureMap.StringList in com.google.cloud.recommendationengine.v1beta1
Methods in com.google.cloud.recommendationengine.v1beta1 that return FeatureMap.StringList Modifier and Type Method Description FeatureMap.StringList
FeatureMap.StringList.Builder. build()
FeatureMap.StringList
FeatureMap.StringList.Builder. buildPartial()
FeatureMap.StringList
FeatureMap.Builder. getCategoricalFeaturesOrDefault(String key, FeatureMap.StringList defaultValue)
Categorical features that can take on one of a limited number of possible values.FeatureMap.StringList
FeatureMap. getCategoricalFeaturesOrDefault(String key, FeatureMap.StringList defaultValue)
Categorical features that can take on one of a limited number of possible values.FeatureMap.StringList
FeatureMapOrBuilder. getCategoricalFeaturesOrDefault(String key, FeatureMap.StringList defaultValue)
Categorical features that can take on one of a limited number of possible values.FeatureMap.StringList
FeatureMap.Builder. getCategoricalFeaturesOrThrow(String key)
Categorical features that can take on one of a limited number of possible values.FeatureMap.StringList
FeatureMap. getCategoricalFeaturesOrThrow(String key)
Categorical features that can take on one of a limited number of possible values.FeatureMap.StringList
FeatureMapOrBuilder. getCategoricalFeaturesOrThrow(String key)
Categorical features that can take on one of a limited number of possible values.static FeatureMap.StringList
FeatureMap.StringList. getDefaultInstance()
FeatureMap.StringList
FeatureMap.StringList.Builder. getDefaultInstanceForType()
FeatureMap.StringList
FeatureMap.StringList. getDefaultInstanceForType()
static FeatureMap.StringList
FeatureMap.StringList. parseDelimitedFrom(InputStream input)
static FeatureMap.StringList
FeatureMap.StringList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeatureMap.StringList
FeatureMap.StringList. parseFrom(byte[] data)
static FeatureMap.StringList
FeatureMap.StringList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeatureMap.StringList
FeatureMap.StringList. parseFrom(com.google.protobuf.ByteString data)
static FeatureMap.StringList
FeatureMap.StringList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeatureMap.StringList
FeatureMap.StringList. parseFrom(com.google.protobuf.CodedInputStream input)
static FeatureMap.StringList
FeatureMap.StringList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeatureMap.StringList
FeatureMap.StringList. parseFrom(InputStream input)
static FeatureMap.StringList
FeatureMap.StringList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeatureMap.StringList
FeatureMap.StringList. parseFrom(ByteBuffer data)
static FeatureMap.StringList
FeatureMap.StringList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.recommendationengine.v1beta1 that return types with arguments of type FeatureMap.StringList Modifier and Type Method Description Map<String,FeatureMap.StringList>
FeatureMap.Builder. getCategoricalFeatures()
Deprecated.Map<String,FeatureMap.StringList>
FeatureMap. getCategoricalFeatures()
Deprecated.Map<String,FeatureMap.StringList>
FeatureMapOrBuilder. getCategoricalFeatures()
Deprecated.Map<String,FeatureMap.StringList>
FeatureMap.Builder. getCategoricalFeaturesMap()
Categorical features that can take on one of a limited number of possible values.Map<String,FeatureMap.StringList>
FeatureMap. getCategoricalFeaturesMap()
Categorical features that can take on one of a limited number of possible values.Map<String,FeatureMap.StringList>
FeatureMapOrBuilder. getCategoricalFeaturesMap()
Categorical features that can take on one of a limited number of possible values.Map<String,FeatureMap.StringList>
FeatureMap.Builder. getMutableCategoricalFeatures()
Deprecated.com.google.protobuf.Parser<FeatureMap.StringList>
FeatureMap.StringList. getParserForType()
static com.google.protobuf.Parser<FeatureMap.StringList>
FeatureMap.StringList. parser()
Methods in com.google.cloud.recommendationengine.v1beta1 with parameters of type FeatureMap.StringList Modifier and Type Method Description FeatureMap.StringList
FeatureMap.Builder. getCategoricalFeaturesOrDefault(String key, FeatureMap.StringList defaultValue)
Categorical features that can take on one of a limited number of possible values.FeatureMap.StringList
FeatureMap. getCategoricalFeaturesOrDefault(String key, FeatureMap.StringList defaultValue)
Categorical features that can take on one of a limited number of possible values.FeatureMap.StringList
FeatureMapOrBuilder. getCategoricalFeaturesOrDefault(String key, FeatureMap.StringList defaultValue)
Categorical features that can take on one of a limited number of possible values.FeatureMap.StringList.Builder
FeatureMap.StringList.Builder. mergeFrom(FeatureMap.StringList other)
static FeatureMap.StringList.Builder
FeatureMap.StringList. newBuilder(FeatureMap.StringList prototype)
FeatureMap.Builder
FeatureMap.Builder. putCategoricalFeatures(String key, FeatureMap.StringList value)
Categorical features that can take on one of a limited number of possible values.Method parameters in com.google.cloud.recommendationengine.v1beta1 with type arguments of type FeatureMap.StringList Modifier and Type Method Description FeatureMap.Builder
FeatureMap.Builder. putAllCategoricalFeatures(Map<String,FeatureMap.StringList> values)
Categorical features that can take on one of a limited number of possible values.
-