public static interface ByteplusSaasContent.PredictFeatureOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsDoubleArrayFeature(String key)
map<string, .bytedance.byteplus.rec.content.DoubleArray> double_array_feature = 8; |
boolean |
containsDoubleFeature(String key)
map<string, double> double_feature = 4; |
boolean |
containsFloatArrayFeature(String key)
map<string, .bytedance.byteplus.rec.content.FloatArray> float_array_feature = 7; |
boolean |
containsFloatFeature(String key)
map<string, float> float_feature = 3; |
boolean |
containsIntArrayFeature(String key)
map<string, .bytedance.byteplus.rec.content.IntArray> int_array_feature = 6; |
boolean |
containsIntFeature(String key)
map<string, int64> int_feature = 2; |
boolean |
containsStringArrayFeature(String key)
map<string, .bytedance.byteplus.rec.content.StringArray> string_array_feature = 5; |
boolean |
containsStringFeature(String key)
map<string, string> string_feature = 1; |
Map<String,ByteplusSaasContent.DoubleArray> |
getDoubleArrayFeature()
已过时。
|
int |
getDoubleArrayFeatureCount()
map<string, .bytedance.byteplus.rec.content.DoubleArray> double_array_feature = 8; |
Map<String,ByteplusSaasContent.DoubleArray> |
getDoubleArrayFeatureMap()
map<string, .bytedance.byteplus.rec.content.DoubleArray> double_array_feature = 8; |
ByteplusSaasContent.DoubleArray |
getDoubleArrayFeatureOrDefault(String key,
ByteplusSaasContent.DoubleArray defaultValue)
map<string, .bytedance.byteplus.rec.content.DoubleArray> double_array_feature = 8; |
ByteplusSaasContent.DoubleArray |
getDoubleArrayFeatureOrThrow(String key)
map<string, .bytedance.byteplus.rec.content.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,ByteplusSaasContent.FloatArray> |
getFloatArrayFeature()
已过时。
|
int |
getFloatArrayFeatureCount()
map<string, .bytedance.byteplus.rec.content.FloatArray> float_array_feature = 7; |
Map<String,ByteplusSaasContent.FloatArray> |
getFloatArrayFeatureMap()
map<string, .bytedance.byteplus.rec.content.FloatArray> float_array_feature = 7; |
ByteplusSaasContent.FloatArray |
getFloatArrayFeatureOrDefault(String key,
ByteplusSaasContent.FloatArray defaultValue)
map<string, .bytedance.byteplus.rec.content.FloatArray> float_array_feature = 7; |
ByteplusSaasContent.FloatArray |
getFloatArrayFeatureOrThrow(String key)
map<string, .bytedance.byteplus.rec.content.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,ByteplusSaasContent.IntArray> |
getIntArrayFeature()
已过时。
|
int |
getIntArrayFeatureCount()
map<string, .bytedance.byteplus.rec.content.IntArray> int_array_feature = 6; |
Map<String,ByteplusSaasContent.IntArray> |
getIntArrayFeatureMap()
map<string, .bytedance.byteplus.rec.content.IntArray> int_array_feature = 6; |
ByteplusSaasContent.IntArray |
getIntArrayFeatureOrDefault(String key,
ByteplusSaasContent.IntArray defaultValue)
map<string, .bytedance.byteplus.rec.content.IntArray> int_array_feature = 6; |
ByteplusSaasContent.IntArray |
getIntArrayFeatureOrThrow(String key)
map<string, .bytedance.byteplus.rec.content.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,ByteplusSaasContent.StringArray> |
getStringArrayFeature()
已过时。
|
int |
getStringArrayFeatureCount()
map<string, .bytedance.byteplus.rec.content.StringArray> string_array_feature = 5; |
Map<String,ByteplusSaasContent.StringArray> |
getStringArrayFeatureMap()
map<string, .bytedance.byteplus.rec.content.StringArray> string_array_feature = 5; |
ByteplusSaasContent.StringArray |
getStringArrayFeatureOrDefault(String key,
ByteplusSaasContent.StringArray defaultValue)
map<string, .bytedance.byteplus.rec.content.StringArray> string_array_feature = 5; |
ByteplusSaasContent.StringArray |
getStringArrayFeatureOrThrow(String key)
map<string, .bytedance.byteplus.rec.content.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; |
int getStringFeatureCount()
map<string, string> string_feature = 1;boolean containsStringFeature(String key)
map<string, string> string_feature = 1;@Deprecated Map<String,String> getStringFeature()
getStringFeatureMap() instead.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;int getIntFeatureCount()
map<string, int64> int_feature = 2;boolean containsIntFeature(String key)
map<string, int64> int_feature = 2;@Deprecated Map<String,Long> getIntFeature()
getIntFeatureMap() instead.long getIntFeatureOrDefault(String key, long defaultValue)
map<string, int64> int_feature = 2;long getIntFeatureOrThrow(String key)
map<string, int64> int_feature = 2;int getFloatFeatureCount()
map<string, float> float_feature = 3;boolean containsFloatFeature(String key)
map<string, float> float_feature = 3;@Deprecated Map<String,Float> getFloatFeature()
getFloatFeatureMap() instead.float getFloatFeatureOrDefault(String key, float defaultValue)
map<string, float> float_feature = 3;float getFloatFeatureOrThrow(String key)
map<string, float> float_feature = 3;int getDoubleFeatureCount()
map<string, double> double_feature = 4;boolean containsDoubleFeature(String key)
map<string, double> double_feature = 4;@Deprecated Map<String,Double> getDoubleFeature()
getDoubleFeatureMap() instead.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;int getStringArrayFeatureCount()
map<string, .bytedance.byteplus.rec.content.StringArray> string_array_feature = 5;boolean containsStringArrayFeature(String key)
map<string, .bytedance.byteplus.rec.content.StringArray> string_array_feature = 5;@Deprecated Map<String,ByteplusSaasContent.StringArray> getStringArrayFeature()
getStringArrayFeatureMap() instead.Map<String,ByteplusSaasContent.StringArray> getStringArrayFeatureMap()
map<string, .bytedance.byteplus.rec.content.StringArray> string_array_feature = 5;ByteplusSaasContent.StringArray getStringArrayFeatureOrDefault(String key, ByteplusSaasContent.StringArray defaultValue)
map<string, .bytedance.byteplus.rec.content.StringArray> string_array_feature = 5;ByteplusSaasContent.StringArray getStringArrayFeatureOrThrow(String key)
map<string, .bytedance.byteplus.rec.content.StringArray> string_array_feature = 5;int getIntArrayFeatureCount()
map<string, .bytedance.byteplus.rec.content.IntArray> int_array_feature = 6;boolean containsIntArrayFeature(String key)
map<string, .bytedance.byteplus.rec.content.IntArray> int_array_feature = 6;@Deprecated Map<String,ByteplusSaasContent.IntArray> getIntArrayFeature()
getIntArrayFeatureMap() instead.Map<String,ByteplusSaasContent.IntArray> getIntArrayFeatureMap()
map<string, .bytedance.byteplus.rec.content.IntArray> int_array_feature = 6;ByteplusSaasContent.IntArray getIntArrayFeatureOrDefault(String key, ByteplusSaasContent.IntArray defaultValue)
map<string, .bytedance.byteplus.rec.content.IntArray> int_array_feature = 6;ByteplusSaasContent.IntArray getIntArrayFeatureOrThrow(String key)
map<string, .bytedance.byteplus.rec.content.IntArray> int_array_feature = 6;int getFloatArrayFeatureCount()
map<string, .bytedance.byteplus.rec.content.FloatArray> float_array_feature = 7;boolean containsFloatArrayFeature(String key)
map<string, .bytedance.byteplus.rec.content.FloatArray> float_array_feature = 7;@Deprecated Map<String,ByteplusSaasContent.FloatArray> getFloatArrayFeature()
getFloatArrayFeatureMap() instead.Map<String,ByteplusSaasContent.FloatArray> getFloatArrayFeatureMap()
map<string, .bytedance.byteplus.rec.content.FloatArray> float_array_feature = 7;ByteplusSaasContent.FloatArray getFloatArrayFeatureOrDefault(String key, ByteplusSaasContent.FloatArray defaultValue)
map<string, .bytedance.byteplus.rec.content.FloatArray> float_array_feature = 7;ByteplusSaasContent.FloatArray getFloatArrayFeatureOrThrow(String key)
map<string, .bytedance.byteplus.rec.content.FloatArray> float_array_feature = 7;int getDoubleArrayFeatureCount()
map<string, .bytedance.byteplus.rec.content.DoubleArray> double_array_feature = 8;boolean containsDoubleArrayFeature(String key)
map<string, .bytedance.byteplus.rec.content.DoubleArray> double_array_feature = 8;@Deprecated Map<String,ByteplusSaasContent.DoubleArray> getDoubleArrayFeature()
getDoubleArrayFeatureMap() instead.Map<String,ByteplusSaasContent.DoubleArray> getDoubleArrayFeatureMap()
map<string, .bytedance.byteplus.rec.content.DoubleArray> double_array_feature = 8;ByteplusSaasContent.DoubleArray getDoubleArrayFeatureOrDefault(String key, ByteplusSaasContent.DoubleArray defaultValue)
map<string, .bytedance.byteplus.rec.content.DoubleArray> double_array_feature = 8;ByteplusSaasContent.DoubleArray getDoubleArrayFeatureOrThrow(String key)
map<string, .bytedance.byteplus.rec.content.DoubleArray> double_array_feature = 8;Copyright © 2024. All rights reserved.