מחלקה סופית סטטית ציבורית ValuesDef.Builder
Protocol buffer representing the values in ControlFlowContext.
tensorflow.ValuesDef
מסוג Protobuf.ValuesDef שיטות ציבוריות
ValuesDef.Builder | addAllValues (ערכי <String> שניתן לבצע) Value names that have been seen in this context. |
ValuesDef.Builder | addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט) |
ValuesDef.Builder | addValues (ערך מחרוזת) Value names that have been seen in this context. |
ValuesDef.Builder | addValuesBytes (ערך com.google.protobuf.ByteString) Value names that have been seen in this context. |
ValuesDef | לבנות () |
ValuesDef | buildPartial () |
ValuesDef.Builder | ברור () |
ValuesDef.Builder | clearExternalValues () |
ValuesDef.Builder | clearField (שדה com.google.protobuf.Descriptors.FieldDescriptor) |
ValuesDef.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ValuesDef.Builder | clearValues () Value names that have been seen in this context. |
ValuesDef.Builder | שיבוט () |
בוליאני | containsExternalValues (מפתח מחרוזת) Value names referenced by but external to this context. |
ValuesDef | |
final static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
מפה<String, String> | getExternalValues () השתמש ב- getExternalValuesMap() במקום זאת. |
int | getExternalValuesCount () Value names referenced by but external to this context. |
מפה<String, String> | getExternalValuesMap () Value names referenced by but external to this context. |
חוּט | getExternalValuesOrDefault (מפתח מחרוזת, מחרוזת defaultValue) Value names referenced by but external to this context. |
חוּט | getExternalValuesOrThrow (מפתח מחרוזת) Value names referenced by but external to this context. |
מפה<String, String> | getMutableExternalValues () השתמש במקום זאת באביזרי מוטציה חלופיים. |
חוּט | getValues (int index) Value names that have been seen in this context. |
com.google.protobuf.ByteString | getValuesBytes (int index) Value names that have been seen in this context. |
int | getValuesCount () Value names that have been seen in this context. |
com.google.protobuf.ProtocolStringList | getValuesList () Value names that have been seen in this context. |
בוליאנית סופית | |
ValuesDef.Builder | mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ValuesDef.Builder | mergeFrom (com.google.protobuf.Message אחר) |
final ValuesDef.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
ValuesDef.Builder | putAllExternalValues (ערכי מפה<String, String>) Value names referenced by but external to this context. |
ValuesDef.Builder | putExternalValues (מפתח מחרוזת, ערך מחרוזת) Value names referenced by but external to this context. |
ValuesDef.Builder | removeExternalValues (מפתח מחרוזת) Value names referenced by but external to this context. |
ValuesDef.Builder | setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט) |
ValuesDef.Builder | setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס אינט, ערך אובייקט) |
final ValuesDef.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
ValuesDef.Builder | setValues (אינדקס int, ערך מחרוזת) Value names that have been seen in this context. |
שיטות בירושה
שיטות ציבוריות
public ValuesDef.Builder addAllValues (ערכים ניתנים להחזרה<String>)
Value names that have been seen in this context.
repeated string values = 1;
public ValuesDef.Builder addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
public ValuesDef.Builder addValues (ערך מחרוזת)
Value names that have been seen in this context.
repeated string values = 1;
public ValuesDef.Builder addValuesBytes (ערך com.google.protobuf.ByteString)
Value names that have been seen in this context.
repeated string values = 1;
public ValuesDef.Builder clearValues ()
Value names that have been seen in this context.
repeated string values = 1;
בוליאני ציבורי מכילExternalValues (מפתח מחרוזת)
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public int getExternalValuesCount ()
Value names referenced by but external to this context.
map<string, string> external_values = 2;
מפה ציבורית<String, String> getExternalValuesMap ()
Value names referenced by but external to this context.
map<string, string> external_values = 2;
מחרוזת ציבורית getExternalValuesOrDefault (מפתח מחרוזת, מחרוזת defaultValue)
Value names referenced by but external to this context.
map<string, string> external_values = 2;
מחרוזת ציבורית getExternalValuesOrThrow (מפתח מחרוזת)
Value names referenced by but external to this context.
map<string, string> external_values = 2;
מפה ציבורית<String, String> getMutableExternalValues ()
השתמש במקום זאת באביזרי מוטציה חלופיים.
מחרוזת ציבורית getValues (אינדקס אינט)
Value names that have been seen in this context.
repeated string values = 1;
public com.google.protobuf.ByteString getValuesBytes (int index)
Value names that have been seen in this context.
repeated string values = 1;
public int getValuesCount ()
Value names that have been seen in this context.
repeated string values = 1;
public com.google.protobuf.ProtocolStringList getValuesList ()
Value names that have been seen in this context.
repeated string values = 1;
בוליאני הסופי הציבורי הוא אתחול ()
public ValuesDef.Builder mergeFrom (com.google.protobuf.CodedInputStream קלט, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
IOException |
---|
public final ValuesDef.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public ValuesDef.Builder putAllExternalValues (ערכי מפה<String, String>)
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public ValuesDef.Builder putExternalValues (מפתח מחרוזת, ערך מחרוזת)
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public ValuesDef.Builder removeExternalValues (מפתח מחרוזת)
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public ValuesDef.Builder setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
public ValuesDef.Builder setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס אינט, ערך אובייקט)
public ValuesDef.Builder setValues (אינדקס int, ערך מחרוזת)
Value names that have been seen in this context.
repeated string values = 1;