Package ai.onnx.proto
Interface OnnxMl.TypeProto.OpaqueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OnnxMl.TypeProto.Opaque
,OnnxMl.TypeProto.Opaque.Builder
- Enclosing class:
- OnnxMl.TypeProto
public static interface OnnxMl.TypeProto.OpaqueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionWhen missing, the domain is the same as the model's.com.google.protobuf.ByteString
When missing, the domain is the same as the model's.getName()
The name is optional but significant when provided.com.google.protobuf.ByteString
The name is optional but significant when provided.boolean
When missing, the domain is the same as the model's.boolean
hasName()
The name is optional but significant when provided.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasDomain
boolean hasDomain()When missing, the domain is the same as the model's.
optional string domain = 1;
- Returns:
- Whether the domain field is set.
-
getDomain
String getDomain()When missing, the domain is the same as the model's.
optional string domain = 1;
- Returns:
- The domain.
-
getDomainBytes
com.google.protobuf.ByteString getDomainBytes()When missing, the domain is the same as the model's.
optional string domain = 1;
- Returns:
- The bytes for domain.
-
hasName
boolean hasName()The name is optional but significant when provided.
optional string name = 2;
- Returns:
- Whether the name field is set.
-
getName
String getName()The name is optional but significant when provided.
optional string name = 2;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()The name is optional but significant when provided.
optional string name = 2;
- Returns:
- The bytes for name.
-