public static interface OnnxMl.TypeProto.OpaqueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDomain()
When missing, the domain is the same as the model's.
|
com.google.protobuf.ByteString |
getDomainBytes()
When missing, the domain is the same as the model's.
|
java.lang.String |
getName()
The name is optional but significant when provided.
|
com.google.protobuf.ByteString |
getNameBytes()
The name is optional but significant when provided.
|
boolean |
hasDomain()
When missing, the domain is the same as the model's.
|
boolean |
hasName()
The name is optional but significant when provided.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDomain()
When missing, the domain is the same as the model's.
optional string domain = 1;java.lang.String getDomain()
When missing, the domain is the same as the model's.
optional string domain = 1;com.google.protobuf.ByteString getDomainBytes()
When missing, the domain is the same as the model's.
optional string domain = 1;boolean hasName()
The name is optional but significant when provided.
optional string name = 2;java.lang.String getName()
The name is optional but significant when provided.
optional string name = 2;com.google.protobuf.ByteString getNameBytes()
The name is optional but significant when provided.
optional string name = 2;