public static final class ByteplusSaasRetail.PredictFeature extends com.google.protobuf.GeneratedMessageV3 implements ByteplusSaasRetail.PredictFeatureOrBuilder
bytedance.byteplus.rec.retail.PredictFeature| 限定符和类型 | 类和说明 |
|---|---|
static class |
ByteplusSaasRetail.PredictFeature.Builder
Protobuf type
bytedance.byteplus.rec.retail.PredictFeature |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| 限定符和类型 | 字段和说明 |
|---|---|
static int |
DOUBLE_ARRAY_FEATURE_FIELD_NUMBER |
static int |
DOUBLE_FEATURE_FIELD_NUMBER |
static int |
FLOAT_ARRAY_FEATURE_FIELD_NUMBER |
static int |
FLOAT_FEATURE_FIELD_NUMBER |
static int |
INT_ARRAY_FEATURE_FIELD_NUMBER |
static int |
INT_FEATURE_FIELD_NUMBER |
static int |
STRING_ARRAY_FEATURE_FIELD_NUMBER |
static int |
STRING_FEATURE_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
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; |
boolean |
equals(Object obj) |
static ByteplusSaasRetail.PredictFeature |
getDefaultInstance() |
ByteplusSaasRetail.PredictFeature |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
com.google.protobuf.Parser<ByteplusSaasRetail.PredictFeature> |
getParserForType() |
int |
getSerializedSize() |
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; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static ByteplusSaasRetail.PredictFeature.Builder |
newBuilder() |
static ByteplusSaasRetail.PredictFeature.Builder |
newBuilder(ByteplusSaasRetail.PredictFeature prototype) |
ByteplusSaasRetail.PredictFeature.Builder |
newBuilderForType() |
protected ByteplusSaasRetail.PredictFeature.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ByteplusSaasRetail.PredictFeature |
parseDelimitedFrom(InputStream input) |
static ByteplusSaasRetail.PredictFeature |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ByteplusSaasRetail.PredictFeature |
parseFrom(byte[] data) |
static ByteplusSaasRetail.PredictFeature |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ByteplusSaasRetail.PredictFeature |
parseFrom(ByteBuffer data) |
static ByteplusSaasRetail.PredictFeature |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ByteplusSaasRetail.PredictFeature |
parseFrom(com.google.protobuf.ByteString data) |
static ByteplusSaasRetail.PredictFeature |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ByteplusSaasRetail.PredictFeature |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ByteplusSaasRetail.PredictFeature |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ByteplusSaasRetail.PredictFeature |
parseFrom(InputStream input) |
static ByteplusSaasRetail.PredictFeature |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ByteplusSaasRetail.PredictFeature> |
parser() |
ByteplusSaasRetail.PredictFeature.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int STRING_FEATURE_FIELD_NUMBER
public static final int INT_FEATURE_FIELD_NUMBER
public static final int FLOAT_FEATURE_FIELD_NUMBER
public static final int DOUBLE_FEATURE_FIELD_NUMBER
public static final int STRING_ARRAY_FEATURE_FIELD_NUMBER
public static final int INT_ARRAY_FEATURE_FIELD_NUMBER
public static final int FLOAT_ARRAY_FEATURE_FIELD_NUMBER
public static final int DOUBLE_ARRAY_FEATURE_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance 在类中 com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField 在类中 com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3public 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 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 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 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 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 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 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 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 final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static ByteplusSaasRetail.PredictFeature parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ByteplusSaasRetail.PredictFeature parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ByteplusSaasRetail.PredictFeature parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ByteplusSaasRetail.PredictFeature parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ByteplusSaasRetail.PredictFeature parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ByteplusSaasRetail.PredictFeature parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ByteplusSaasRetail.PredictFeature parseFrom(InputStream input) throws IOException
IOExceptionpublic static ByteplusSaasRetail.PredictFeature parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ByteplusSaasRetail.PredictFeature parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ByteplusSaasRetail.PredictFeature parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ByteplusSaasRetail.PredictFeature parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ByteplusSaasRetail.PredictFeature parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ByteplusSaasRetail.PredictFeature.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static ByteplusSaasRetail.PredictFeature.Builder newBuilder()
public static ByteplusSaasRetail.PredictFeature.Builder newBuilder(ByteplusSaasRetail.PredictFeature prototype)
public ByteplusSaasRetail.PredictFeature.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected ByteplusSaasRetail.PredictFeature.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static ByteplusSaasRetail.PredictFeature getDefaultInstance()
public static com.google.protobuf.Parser<ByteplusSaasRetail.PredictFeature> parser()
public com.google.protobuf.Parser<ByteplusSaasRetail.PredictFeature> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public ByteplusSaasRetail.PredictFeature getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2024. All rights reserved.