Package org.mlflow.api.proto
Interface Service.AddGuardrailToEndpoint.ResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.AddGuardrailToEndpoint.Response,Service.AddGuardrailToEndpoint.Response.Builder
- Enclosing class:
- Service.AddGuardrailToEndpoint
public static interface Service.AddGuardrailToEndpoint.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional .mlflow.GatewayGuardrailConfig config = 1;optional .mlflow.GatewayGuardrailConfig config = 1;booleanoptional .mlflow.GatewayGuardrailConfig config = 1;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
-
hasConfig
boolean hasConfig()optional .mlflow.GatewayGuardrailConfig config = 1;- Returns:
- Whether the config field is set.
-
getConfig
Service.GatewayGuardrailConfig getConfig()optional .mlflow.GatewayGuardrailConfig config = 1;- Returns:
- The config.
-
getConfigOrBuilder
Service.GatewayGuardrailConfigOrBuilder getConfigOrBuilder()optional .mlflow.GatewayGuardrailConfig config = 1;
-