public static interface Api.ModelOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpointId()
Use specific endpoint id for inference, must set either name or id by now
|
com.google.protobuf.ByteString |
getEndpointIdBytes()
Use specific endpoint id for inference, must set either name or id by now
|
String |
getName()
Unified model name in model db
|
com.google.protobuf.ByteString |
getNameBytes()
Unified model name in model db
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Unified model name in model db
string name = 1;com.google.protobuf.ByteString getNameBytes()
Unified model name in model db
string name = 1;String getEndpointId()
Use specific endpoint id for inference, must set either name or id by now
string endpoint_id = 2;com.google.protobuf.ByteString getEndpointIdBytes()
Use specific endpoint id for inference, must set either name or id by now
string endpoint_id = 2;Copyright © 2023. All rights reserved.