Package inference
Interface GrpcService.TraceSettingRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GrpcService.TraceSettingRequest,GrpcService.TraceSettingRequest.Builder
- Enclosing class:
GrpcService
public static interface GrpcService.TraceSettingRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsSettings(String key) @@ ..@@ @@ ..com.google.protobuf.ByteString@@ @@ ..Deprecated.int@@ ..@@ ..getSettingsOrDefault(String key, GrpcService.TraceSettingRequest.SettingValue defaultValue) @@ ..getSettingsOrThrow(String key) @@ ..Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSettingsCount
int getSettingsCount()@@ .. cpp:var:: map<string,SettingValue> settings @@ @@ The new setting values to be updated, @@ settings that are not specified will remain unchanged. @@
map<string, .inference.TraceSettingRequest.SettingValue> settings = 1; -
containsSettings
@@ .. cpp:var:: map<string,SettingValue> settings @@ @@ The new setting values to be updated, @@ settings that are not specified will remain unchanged. @@
map<string, .inference.TraceSettingRequest.SettingValue> settings = 1; -
getSettings
Deprecated.UsegetSettingsMap()instead. -
getSettingsMap
Map<String,GrpcService.TraceSettingRequest.SettingValue> getSettingsMap()@@ .. cpp:var:: map<string,SettingValue> settings @@ @@ The new setting values to be updated, @@ settings that are not specified will remain unchanged. @@
map<string, .inference.TraceSettingRequest.SettingValue> settings = 1; -
getSettingsOrDefault
GrpcService.TraceSettingRequest.SettingValue getSettingsOrDefault(String key, GrpcService.TraceSettingRequest.SettingValue defaultValue) @@ .. cpp:var:: map<string,SettingValue> settings @@ @@ The new setting values to be updated, @@ settings that are not specified will remain unchanged. @@
map<string, .inference.TraceSettingRequest.SettingValue> settings = 1; -
getSettingsOrThrow
@@ .. cpp:var:: map<string,SettingValue> settings @@ @@ The new setting values to be updated, @@ settings that are not specified will remain unchanged. @@
map<string, .inference.TraceSettingRequest.SettingValue> settings = 1; -
getModelName
String getModelName()@@ @@ .. cpp:var:: string model_name @@ @@ The name of the model to apply the new trace settings. @@ If not given, the new settings will be applied globally. @@
string model_name = 2;- Returns:
- The modelName.
-
getModelNameBytes
com.google.protobuf.ByteString getModelNameBytes()@@ @@ .. cpp:var:: string model_name @@ @@ The name of the model to apply the new trace settings. @@ If not given, the new settings will be applied globally. @@
string model_name = 2;- Returns:
- The bytes for modelName.
-