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