public static interface Model.ModelSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Required servable name.
|
com.google.protobuf.ByteString |
getNameBytes()
Required servable name.
|
java.lang.String |
getSignatureName()
A named signature to evaluate.
|
com.google.protobuf.ByteString |
getSignatureNameBytes()
A named signature to evaluate.
|
com.google.protobuf.Int64Value |
getVersion()
Use this specific version number.
|
Model.ModelSpec.VersionChoiceCase |
getVersionChoiceCase() |
java.lang.String |
getVersionLabel()
Use the version associated with the given label.
|
com.google.protobuf.ByteString |
getVersionLabelBytes()
Use the version associated with the given label.
|
com.google.protobuf.Int64ValueOrBuilder |
getVersionOrBuilder()
Use this specific version number.
|
boolean |
hasVersion()
Use this specific version number.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getName()
Required servable name.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Required servable name.
string name = 1;boolean hasVersion()
Use this specific version number.
.google.protobuf.Int64Value version = 2;com.google.protobuf.Int64Value getVersion()
Use this specific version number.
.google.protobuf.Int64Value version = 2;com.google.protobuf.Int64ValueOrBuilder getVersionOrBuilder()
Use this specific version number.
.google.protobuf.Int64Value version = 2;java.lang.String getVersionLabel()
Use the version associated with the given label.
string version_label = 4;com.google.protobuf.ByteString getVersionLabelBytes()
Use the version associated with the given label.
string version_label = 4;java.lang.String getSignatureName()
A named signature to evaluate. If unspecified, the default signature will be used.
string signature_name = 3;com.google.protobuf.ByteString getSignatureNameBytes()
A named signature to evaluate. If unspecified, the default signature will be used.
string signature_name = 3;Model.ModelSpec.VersionChoiceCase getVersionChoiceCase()