public static final class ByteplusSaasRetail.PredictFeature.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasRetail.PredictFeature.Builder> implements ByteplusSaasRetail.PredictFeatureOrBuilder
bytedance.byteplus.rec.retail.PredictFeature| 限定符和类型 | 方法和说明 |
|---|---|
ByteplusSaasRetail.PredictFeature.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ByteplusSaasRetail.PredictFeature |
build() |
ByteplusSaasRetail.PredictFeature |
buildPartial() |
ByteplusSaasRetail.PredictFeature.Builder |
clear() |
ByteplusSaasRetail.PredictFeature.Builder |
clearDoubleArrayFeature() |
ByteplusSaasRetail.PredictFeature.Builder |
clearDoubleFeature() |
ByteplusSaasRetail.PredictFeature.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ByteplusSaasRetail.PredictFeature.Builder |
clearFloatArrayFeature() |
ByteplusSaasRetail.PredictFeature.Builder |
clearFloatFeature() |
ByteplusSaasRetail.PredictFeature.Builder |
clearIntArrayFeature() |
ByteplusSaasRetail.PredictFeature.Builder |
clearIntFeature() |
ByteplusSaasRetail.PredictFeature.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ByteplusSaasRetail.PredictFeature.Builder |
clearStringArrayFeature() |
ByteplusSaasRetail.PredictFeature.Builder |
clearStringFeature() |
ByteplusSaasRetail.PredictFeature.Builder |
clone() |
boolean |
containsDoubleArrayFeature(String key)
map<string, .bytedance.byteplus.rec.retail.DoubleArray> double_array_feature = 8; |
boolean |
containsDoubleFeature(String key)
map<string, double> double_feature = 4; |
boolean |
containsFloatArrayFeature(String key)
map<string, .bytedance.byteplus.rec.retail.FloatArray> float_array_feature = 7; |
boolean |
containsFloatFeature(String key)
map<string, float> float_feature = 3; |
boolean |
containsIntArrayFeature(String key)
map<string, .bytedance.byteplus.rec.retail.IntArray> int_array_feature = 6; |
boolean |
containsIntFeature(String key)
map<string, int64> int_feature = 2; |
boolean |
containsStringArrayFeature(String key)
map<string, .bytedance.byteplus.rec.retail.StringArray> string_array_feature = 5; |
boolean |
containsStringFeature(String key)
map<string, string> string_feature = 1; |
ByteplusSaasRetail.PredictFeature |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Map<String,ByteplusSaasRetail.DoubleArray> |
getDoubleArrayFeature()
已过时。
|
int |
getDoubleArrayFeatureCount()
map<string, .bytedance.byteplus.rec.retail.DoubleArray> double_array_feature = 8; |
Map<String,ByteplusSaasRetail.DoubleArray> |
getDoubleArrayFeatureMap()
map<string, .bytedance.byteplus.rec.retail.DoubleArray> double_array_feature = 8; |
ByteplusSaasRetail.DoubleArray |
getDoubleArrayFeatureOrDefault(String key,
ByteplusSaasRetail.DoubleArray defaultValue)
map<string, .bytedance.byteplus.rec.retail.DoubleArray> double_array_feature = 8; |
ByteplusSaasRetail.DoubleArray |
getDoubleArrayFeatureOrThrow(String key)
map<string, .bytedance.byteplus.rec.retail.DoubleArray> double_array_feature = 8; |
Map<String,Double> |
getDoubleFeature()
已过时。
|
int |
getDoubleFeatureCount()
map<string, double> double_feature = 4; |
Map<String,Double> |
getDoubleFeatureMap()
map<string, double> double_feature = 4; |
double |
getDoubleFeatureOrDefault(String key,
double defaultValue)
map<string, double> double_feature = 4; |
double |
getDoubleFeatureOrThrow(String key)
map<string, double> double_feature = 4; |
Map<String,ByteplusSaasRetail.FloatArray> |
getFloatArrayFeature()
已过时。
|
int |
getFloatArrayFeatureCount()
map<string, .bytedance.byteplus.rec.retail.FloatArray> float_array_feature = 7; |
Map<String,ByteplusSaasRetail.FloatArray> |
getFloatArrayFeatureMap()
map<string, .bytedance.byteplus.rec.retail.FloatArray> float_array_feature = 7; |
ByteplusSaasRetail.FloatArray |
getFloatArrayFeatureOrDefault(String key,
ByteplusSaasRetail.FloatArray defaultValue)
map<string, .bytedance.byteplus.rec.retail.FloatArray> float_array_feature = 7; |
ByteplusSaasRetail.FloatArray |
getFloatArrayFeatureOrThrow(String key)
map<string, .bytedance.byteplus.rec.retail.FloatArray> float_array_feature = 7; |
Map<String,Float> |
getFloatFeature()
已过时。
|
int |
getFloatFeatureCount()
map<string, float> float_feature = 3; |
Map<String,Float> |
getFloatFeatureMap()
map<string, float> float_feature = 3; |
float |
getFloatFeatureOrDefault(String key,
float defaultValue)
map<string, float> float_feature = 3; |
float |
getFloatFeatureOrThrow(String key)
map<string, float> float_feature = 3; |
Map<String,ByteplusSaasRetail.IntArray> |
getIntArrayFeature()
已过时。
|
int |
getIntArrayFeatureCount()
map<string, .bytedance.byteplus.rec.retail.IntArray> int_array_feature = 6; |
Map<String,ByteplusSaasRetail.IntArray> |
getIntArrayFeatureMap()
map<string, .bytedance.byteplus.rec.retail.IntArray> int_array_feature = 6; |
ByteplusSaasRetail.IntArray |
getIntArrayFeatureOrDefault(String key,
ByteplusSaasRetail.IntArray defaultValue)
map<string, .bytedance.byteplus.rec.retail.IntArray> int_array_feature = 6; |
ByteplusSaasRetail.IntArray |
getIntArrayFeatureOrThrow(String key)
map<string, .bytedance.byteplus.rec.retail.IntArray> int_array_feature = 6; |
Map<String,Long> |
getIntFeature()
已过时。
|
int |
getIntFeatureCount()
map<string, int64> int_feature = 2; |
Map<String,Long> |
getIntFeatureMap()
map<string, int64> int_feature = 2; |
long |
getIntFeatureOrDefault(String key,
long defaultValue)
map<string, int64> int_feature = 2; |
long |
getIntFeatureOrThrow(String key)
map<string, int64> int_feature = 2; |
Map<String,ByteplusSaasRetail.DoubleArray> |
getMutableDoubleArrayFeature()
已过时。
|
Map<String,Double> |
getMutableDoubleFeature()
已过时。
|
Map<String,ByteplusSaasRetail.FloatArray> |
getMutableFloatArrayFeature()
已过时。
|
Map<String,Float> |
getMutableFloatFeature()
已过时。
|
Map<String,ByteplusSaasRetail.IntArray> |
getMutableIntArrayFeature()
已过时。
|
Map<String,Long> |
getMutableIntFeature()
已过时。
|
Map<String,ByteplusSaasRetail.StringArray> |
getMutableStringArrayFeature()
已过时。
|
Map<String,String> |
getMutableStringFeature()
已过时。
|
Map<String,ByteplusSaasRetail.StringArray> |
getStringArrayFeature()
已过时。
|
int |
getStringArrayFeatureCount()
map<string, .bytedance.byteplus.rec.retail.StringArray> string_array_feature = 5; |
Map<String,ByteplusSaasRetail.StringArray> |
getStringArrayFeatureMap()
map<string, .bytedance.byteplus.rec.retail.StringArray> string_array_feature = 5; |
ByteplusSaasRetail.StringArray |
getStringArrayFeatureOrDefault(String key,
ByteplusSaasRetail.StringArray defaultValue)
map<string, .bytedance.byteplus.rec.retail.StringArray> string_array_feature = 5; |
ByteplusSaasRetail.StringArray |
getStringArrayFeatureOrThrow(String key)
map<string, .bytedance.byteplus.rec.retail.StringArray> string_array_feature = 5; |
Map<String,String> |
getStringFeature()
已过时。
|
int |
getStringFeatureCount()
map<string, string> string_feature = 1; |
Map<String,String> |
getStringFeatureMap()
map<string, string> string_feature = 1; |
String |
getStringFeatureOrDefault(String key,
String defaultValue)
map<string, string> string_feature = 1; |
String |
getStringFeatureOrThrow(String key)
map<string, string> string_feature = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
ByteplusSaasRetail.PredictFeature.Builder |
mergeFrom(ByteplusSaasRetail.PredictFeature other) |
ByteplusSaasRetail.PredictFeature.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ByteplusSaasRetail.PredictFeature.Builder |
mergeFrom(com.google.protobuf.Message other) |
ByteplusSaasRetail.PredictFeature.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ByteplusSaasRetail.PredictFeature.Builder |
putAllDoubleArrayFeature(Map<String,ByteplusSaasRetail.DoubleArray> values)
map<string, .bytedance.byteplus.rec.retail.DoubleArray> double_array_feature = 8; |
ByteplusSaasRetail.PredictFeature.Builder |
putAllDoubleFeature(Map<String,Double> values)
map<string, double> double_feature = 4; |
ByteplusSaasRetail.PredictFeature.Builder |
putAllFloatArrayFeature(Map<String,ByteplusSaasRetail.FloatArray> values)
map<string, .bytedance.byteplus.rec.retail.FloatArray> float_array_feature = 7; |
ByteplusSaasRetail.PredictFeature.Builder |
putAllFloatFeature(Map<String,Float> values)
map<string, float> float_feature = 3; |
ByteplusSaasRetail.PredictFeature.Builder |
putAllIntArrayFeature(Map<String,ByteplusSaasRetail.IntArray> values)
map<string, .bytedance.byteplus.rec.retail.IntArray> int_array_feature = 6; |
ByteplusSaasRetail.PredictFeature.Builder |
putAllIntFeature(Map<String,Long> values)
map<string, int64> int_feature = 2; |
ByteplusSaasRetail.PredictFeature.Builder |
putAllStringArrayFeature(Map<String,ByteplusSaasRetail.StringArray> values)
map<string, .bytedance.byteplus.rec.retail.StringArray> string_array_feature = 5; |
ByteplusSaasRetail.PredictFeature.Builder |
putAllStringFeature(Map<String,String> values)
map<string, string> string_feature = 1; |
ByteplusSaasRetail.PredictFeature.Builder |
putDoubleArrayFeature(String key,
ByteplusSaasRetail.DoubleArray value)
map<string, .bytedance.byteplus.rec.retail.DoubleArray> double_array_feature = 8; |
ByteplusSaasRetail.PredictFeature.Builder |
putDoubleFeature(String key,
double value)
map<string, double> double_feature = 4; |
ByteplusSaasRetail.PredictFeature.Builder |
putFloatArrayFeature(String key,
ByteplusSaasRetail.FloatArray value)
map<string, .bytedance.byteplus.rec.retail.FloatArray> float_array_feature = 7; |
ByteplusSaasRetail.PredictFeature.Builder |
putFloatFeature(String key,
float value)
map<string, float> float_feature = 3; |
ByteplusSaasRetail.PredictFeature.Builder |
putIntArrayFeature(String key,
ByteplusSaasRetail.IntArray value)
map<string, .bytedance.byteplus.rec.retail.IntArray> int_array_feature = 6; |
ByteplusSaasRetail.PredictFeature.Builder |
putIntFeature(String key,
long value)
map<string, int64> int_feature = 2; |
ByteplusSaasRetail.PredictFeature.Builder |
putStringArrayFeature(String key,
ByteplusSaasRetail.StringArray value)
map<string, .bytedance.byteplus.rec.retail.StringArray> string_array_feature = 5; |
ByteplusSaasRetail.PredictFeature.Builder |
putStringFeature(String key,
String value)
map<string, string> string_feature = 1; |
ByteplusSaasRetail.PredictFeature.Builder |
removeDoubleArrayFeature(String key)
map<string, .bytedance.byteplus.rec.retail.DoubleArray> double_array_feature = 8; |
ByteplusSaasRetail.PredictFeature.Builder |
removeDoubleFeature(String key)
map<string, double> double_feature = 4; |
ByteplusSaasRetail.PredictFeature.Builder |
removeFloatArrayFeature(String key)
map<string, .bytedance.byteplus.rec.retail.FloatArray> float_array_feature = 7; |
ByteplusSaasRetail.PredictFeature.Builder |
removeFloatFeature(String key)
map<string, float> float_feature = 3; |
ByteplusSaasRetail.PredictFeature.Builder |
removeIntArrayFeature(String key)
map<string, .bytedance.byteplus.rec.retail.IntArray> int_array_feature = 6; |
ByteplusSaasRetail.PredictFeature.Builder |
removeIntFeature(String key)
map<string, int64> int_feature = 2; |
ByteplusSaasRetail.PredictFeature.Builder |
removeStringArrayFeature(String key)
map<string, .bytedance.byteplus.rec.retail.StringArray> string_array_feature = 5; |
ByteplusSaasRetail.PredictFeature.Builder |
removeStringFeature(String key)
map<string, string> string_feature = 1; |
ByteplusSaasRetail.PredictFeature.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ByteplusSaasRetail.PredictFeature.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ByteplusSaasRetail.PredictFeature.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasRetail.PredictFeature.Builder>protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasRetail.PredictFeature.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasRetail.PredictFeature.Builder>public ByteplusSaasRetail.PredictFeature.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasRetail.PredictFeature.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasRetail.PredictFeature.Builder>public ByteplusSaasRetail.PredictFeature getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic ByteplusSaasRetail.PredictFeature build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic ByteplusSaasRetail.PredictFeature buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic ByteplusSaasRetail.PredictFeature.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasRetail.PredictFeature.Builder>public ByteplusSaasRetail.PredictFeature.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField 在接口中 com.google.protobuf.Message.BuildersetField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasRetail.PredictFeature.Builder>public ByteplusSaasRetail.PredictFeature.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField 在接口中 com.google.protobuf.Message.BuilderclearField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasRetail.PredictFeature.Builder>public ByteplusSaasRetail.PredictFeature.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof 在接口中 com.google.protobuf.Message.BuilderclearOneof 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasRetail.PredictFeature.Builder>public ByteplusSaasRetail.PredictFeature.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField 在接口中 com.google.protobuf.Message.BuildersetRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasRetail.PredictFeature.Builder>public ByteplusSaasRetail.PredictFeature.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField 在接口中 com.google.protobuf.Message.BuilderaddRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasRetail.PredictFeature.Builder>public ByteplusSaasRetail.PredictFeature.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ByteplusSaasRetail.PredictFeature.Builder>public ByteplusSaasRetail.PredictFeature.Builder mergeFrom(ByteplusSaasRetail.PredictFeature other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasRetail.PredictFeature.Builder>public ByteplusSaasRetail.PredictFeature.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ByteplusSaasRetail.PredictFeature.Builder>IOExceptionpublic int getStringFeatureCount()
map<string, string> string_feature = 1;public boolean containsStringFeature(String key)
map<string, string> string_feature = 1;@Deprecated public Map<String,String> getStringFeature()
getStringFeatureMap() instead.public Map<String,String> getStringFeatureMap()
map<string, string> string_feature = 1;public String getStringFeatureOrDefault(String key, String defaultValue)
map<string, string> string_feature = 1;public String getStringFeatureOrThrow(String key)
map<string, string> string_feature = 1;public ByteplusSaasRetail.PredictFeature.Builder clearStringFeature()
public ByteplusSaasRetail.PredictFeature.Builder removeStringFeature(String key)
map<string, string> string_feature = 1;@Deprecated public Map<String,String> getMutableStringFeature()
public ByteplusSaasRetail.PredictFeature.Builder putStringFeature(String key, String value)
map<string, string> string_feature = 1;public ByteplusSaasRetail.PredictFeature.Builder putAllStringFeature(Map<String,String> values)
map<string, string> string_feature = 1;public int getIntFeatureCount()
map<string, int64> int_feature = 2;public boolean containsIntFeature(String key)
map<string, int64> int_feature = 2;@Deprecated public Map<String,Long> getIntFeature()
getIntFeatureMap() instead.public long getIntFeatureOrDefault(String key, long defaultValue)
map<string, int64> int_feature = 2;public long getIntFeatureOrThrow(String key)
map<string, int64> int_feature = 2;public ByteplusSaasRetail.PredictFeature.Builder clearIntFeature()
public ByteplusSaasRetail.PredictFeature.Builder removeIntFeature(String key)
map<string, int64> int_feature = 2;@Deprecated public Map<String,Long> getMutableIntFeature()
public ByteplusSaasRetail.PredictFeature.Builder putIntFeature(String key, long value)
map<string, int64> int_feature = 2;public ByteplusSaasRetail.PredictFeature.Builder putAllIntFeature(Map<String,Long> values)
map<string, int64> int_feature = 2;public int getFloatFeatureCount()
map<string, float> float_feature = 3;public boolean containsFloatFeature(String key)
map<string, float> float_feature = 3;@Deprecated public Map<String,Float> getFloatFeature()
getFloatFeatureMap() instead.public Map<String,Float> getFloatFeatureMap()
map<string, float> float_feature = 3;public float getFloatFeatureOrDefault(String key, float defaultValue)
map<string, float> float_feature = 3;public float getFloatFeatureOrThrow(String key)
map<string, float> float_feature = 3;public ByteplusSaasRetail.PredictFeature.Builder clearFloatFeature()
public ByteplusSaasRetail.PredictFeature.Builder removeFloatFeature(String key)
map<string, float> float_feature = 3;@Deprecated public Map<String,Float> getMutableFloatFeature()
public ByteplusSaasRetail.PredictFeature.Builder putFloatFeature(String key, float value)
map<string, float> float_feature = 3;public ByteplusSaasRetail.PredictFeature.Builder putAllFloatFeature(Map<String,Float> values)
map<string, float> float_feature = 3;public int getDoubleFeatureCount()
map<string, double> double_feature = 4;public boolean containsDoubleFeature(String key)
map<string, double> double_feature = 4;@Deprecated public Map<String,Double> getDoubleFeature()
getDoubleFeatureMap() instead.public Map<String,Double> getDoubleFeatureMap()
map<string, double> double_feature = 4;public double getDoubleFeatureOrDefault(String key, double defaultValue)
map<string, double> double_feature = 4;public double getDoubleFeatureOrThrow(String key)
map<string, double> double_feature = 4;public ByteplusSaasRetail.PredictFeature.Builder clearDoubleFeature()
public ByteplusSaasRetail.PredictFeature.Builder removeDoubleFeature(String key)
map<string, double> double_feature = 4;@Deprecated public Map<String,Double> getMutableDoubleFeature()
public ByteplusSaasRetail.PredictFeature.Builder putDoubleFeature(String key, double value)
map<string, double> double_feature = 4;public ByteplusSaasRetail.PredictFeature.Builder putAllDoubleFeature(Map<String,Double> values)
map<string, double> double_feature = 4;public int getStringArrayFeatureCount()
map<string, .bytedance.byteplus.rec.retail.StringArray> string_array_feature = 5;public boolean containsStringArrayFeature(String key)
map<string, .bytedance.byteplus.rec.retail.StringArray> string_array_feature = 5;@Deprecated public Map<String,ByteplusSaasRetail.StringArray> getStringArrayFeature()
getStringArrayFeatureMap() instead.public Map<String,ByteplusSaasRetail.StringArray> getStringArrayFeatureMap()
map<string, .bytedance.byteplus.rec.retail.StringArray> string_array_feature = 5;public ByteplusSaasRetail.StringArray getStringArrayFeatureOrDefault(String key, ByteplusSaasRetail.StringArray defaultValue)
map<string, .bytedance.byteplus.rec.retail.StringArray> string_array_feature = 5;public ByteplusSaasRetail.StringArray getStringArrayFeatureOrThrow(String key)
map<string, .bytedance.byteplus.rec.retail.StringArray> string_array_feature = 5;public ByteplusSaasRetail.PredictFeature.Builder clearStringArrayFeature()
public ByteplusSaasRetail.PredictFeature.Builder removeStringArrayFeature(String key)
map<string, .bytedance.byteplus.rec.retail.StringArray> string_array_feature = 5;@Deprecated public Map<String,ByteplusSaasRetail.StringArray> getMutableStringArrayFeature()
public ByteplusSaasRetail.PredictFeature.Builder putStringArrayFeature(String key, ByteplusSaasRetail.StringArray value)
map<string, .bytedance.byteplus.rec.retail.StringArray> string_array_feature = 5;public ByteplusSaasRetail.PredictFeature.Builder putAllStringArrayFeature(Map<String,ByteplusSaasRetail.StringArray> values)
map<string, .bytedance.byteplus.rec.retail.StringArray> string_array_feature = 5;public int getIntArrayFeatureCount()
map<string, .bytedance.byteplus.rec.retail.IntArray> int_array_feature = 6;public boolean containsIntArrayFeature(String key)
map<string, .bytedance.byteplus.rec.retail.IntArray> int_array_feature = 6;@Deprecated public Map<String,ByteplusSaasRetail.IntArray> getIntArrayFeature()
getIntArrayFeatureMap() instead.public Map<String,ByteplusSaasRetail.IntArray> getIntArrayFeatureMap()
map<string, .bytedance.byteplus.rec.retail.IntArray> int_array_feature = 6;public ByteplusSaasRetail.IntArray getIntArrayFeatureOrDefault(String key, ByteplusSaasRetail.IntArray defaultValue)
map<string, .bytedance.byteplus.rec.retail.IntArray> int_array_feature = 6;public ByteplusSaasRetail.IntArray getIntArrayFeatureOrThrow(String key)
map<string, .bytedance.byteplus.rec.retail.IntArray> int_array_feature = 6;public ByteplusSaasRetail.PredictFeature.Builder clearIntArrayFeature()
public ByteplusSaasRetail.PredictFeature.Builder removeIntArrayFeature(String key)
map<string, .bytedance.byteplus.rec.retail.IntArray> int_array_feature = 6;@Deprecated public Map<String,ByteplusSaasRetail.IntArray> getMutableIntArrayFeature()
public ByteplusSaasRetail.PredictFeature.Builder putIntArrayFeature(String key, ByteplusSaasRetail.IntArray value)
map<string, .bytedance.byteplus.rec.retail.IntArray> int_array_feature = 6;public ByteplusSaasRetail.PredictFeature.Builder putAllIntArrayFeature(Map<String,ByteplusSaasRetail.IntArray> values)
map<string, .bytedance.byteplus.rec.retail.IntArray> int_array_feature = 6;public int getFloatArrayFeatureCount()
map<string, .bytedance.byteplus.rec.retail.FloatArray> float_array_feature = 7;public boolean containsFloatArrayFeature(String key)
map<string, .bytedance.byteplus.rec.retail.FloatArray> float_array_feature = 7;@Deprecated public Map<String,ByteplusSaasRetail.FloatArray> getFloatArrayFeature()
getFloatArrayFeatureMap() instead.public Map<String,ByteplusSaasRetail.FloatArray> getFloatArrayFeatureMap()
map<string, .bytedance.byteplus.rec.retail.FloatArray> float_array_feature = 7;public ByteplusSaasRetail.FloatArray getFloatArrayFeatureOrDefault(String key, ByteplusSaasRetail.FloatArray defaultValue)
map<string, .bytedance.byteplus.rec.retail.FloatArray> float_array_feature = 7;public ByteplusSaasRetail.FloatArray getFloatArrayFeatureOrThrow(String key)
map<string, .bytedance.byteplus.rec.retail.FloatArray> float_array_feature = 7;public ByteplusSaasRetail.PredictFeature.Builder clearFloatArrayFeature()
public ByteplusSaasRetail.PredictFeature.Builder removeFloatArrayFeature(String key)
map<string, .bytedance.byteplus.rec.retail.FloatArray> float_array_feature = 7;@Deprecated public Map<String,ByteplusSaasRetail.FloatArray> getMutableFloatArrayFeature()
public ByteplusSaasRetail.PredictFeature.Builder putFloatArrayFeature(String key, ByteplusSaasRetail.FloatArray value)
map<string, .bytedance.byteplus.rec.retail.FloatArray> float_array_feature = 7;public ByteplusSaasRetail.PredictFeature.Builder putAllFloatArrayFeature(Map<String,ByteplusSaasRetail.FloatArray> values)
map<string, .bytedance.byteplus.rec.retail.FloatArray> float_array_feature = 7;public int getDoubleArrayFeatureCount()
map<string, .bytedance.byteplus.rec.retail.DoubleArray> double_array_feature = 8;public boolean containsDoubleArrayFeature(String key)
map<string, .bytedance.byteplus.rec.retail.DoubleArray> double_array_feature = 8;@Deprecated public Map<String,ByteplusSaasRetail.DoubleArray> getDoubleArrayFeature()
getDoubleArrayFeatureMap() instead.public Map<String,ByteplusSaasRetail.DoubleArray> getDoubleArrayFeatureMap()
map<string, .bytedance.byteplus.rec.retail.DoubleArray> double_array_feature = 8;public ByteplusSaasRetail.DoubleArray getDoubleArrayFeatureOrDefault(String key, ByteplusSaasRetail.DoubleArray defaultValue)
map<string, .bytedance.byteplus.rec.retail.DoubleArray> double_array_feature = 8;public ByteplusSaasRetail.DoubleArray getDoubleArrayFeatureOrThrow(String key)
map<string, .bytedance.byteplus.rec.retail.DoubleArray> double_array_feature = 8;public ByteplusSaasRetail.PredictFeature.Builder clearDoubleArrayFeature()
public ByteplusSaasRetail.PredictFeature.Builder removeDoubleArrayFeature(String key)
map<string, .bytedance.byteplus.rec.retail.DoubleArray> double_array_feature = 8;@Deprecated public Map<String,ByteplusSaasRetail.DoubleArray> getMutableDoubleArrayFeature()
public ByteplusSaasRetail.PredictFeature.Builder putDoubleArrayFeature(String key, ByteplusSaasRetail.DoubleArray value)
map<string, .bytedance.byteplus.rec.retail.DoubleArray> double_array_feature = 8;public ByteplusSaasRetail.PredictFeature.Builder putAllDoubleArrayFeature(Map<String,ByteplusSaasRetail.DoubleArray> values)
map<string, .bytedance.byteplus.rec.retail.DoubleArray> double_array_feature = 8;public final ByteplusSaasRetail.PredictFeature.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields 在接口中 com.google.protobuf.Message.BuildersetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasRetail.PredictFeature.Builder>public final ByteplusSaasRetail.PredictFeature.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields 在接口中 com.google.protobuf.Message.BuildermergeUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasRetail.PredictFeature.Builder>Copyright © 2024. All rights reserved.