공개 인터페이스 DictValueOrBuilder
알려진 간접 하위 클래스 |
공개 방법
추상 부울 | containFields (문자열 키) map<string, .tensorflow.StructuredValue> fields = 1; |
추상 맵<문자열, 구조화된 값 > | getFields () 대신 getFieldsMap() 사용하세요. |
추상 정수 | getFieldsCount () map<string, .tensorflow.StructuredValue> fields = 1; |
추상 맵<문자열, 구조화된 값 > | getFieldsMap () map<string, .tensorflow.StructuredValue> fields = 1; |
추상 구조화된 값 | getFieldsOrDefault (문자열 키, StructuredValue defaultValue) map<string, .tensorflow.StructuredValue> fields = 1; |
추상 구조화된 값 | getFieldsOrThrow (문자열 키) map<string, .tensorflow.StructuredValue> fields = 1; |
공개 방법
공개 추상 부울 containFields (문자열 키)
map<string, .tensorflow.StructuredValue> fields = 1;
공개 추상 int getFieldsCount ()
map<string, .tensorflow.StructuredValue> fields = 1;
공개 추상 Map<String, StructuredValue > getFieldsMap ()
map<string, .tensorflow.StructuredValue> fields = 1;
공개 추상 StructuredValue getFieldsOrDefault (문자열 키, StructuredValue defaultValue)
map<string, .tensorflow.StructuredValue> fields = 1;