Package org.mlflow.api.proto
Interface Service.ListEndpointGuardrailConfigs.ResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.ListEndpointGuardrailConfigs.Response,Service.ListEndpointGuardrailConfigs.Response.Builder
- Enclosing class:
- Service.ListEndpointGuardrailConfigs
public static interface Service.ListEndpointGuardrailConfigs.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetConfigs(int index) repeated .mlflow.GatewayGuardrailConfig configs = 1;intrepeated .mlflow.GatewayGuardrailConfig configs = 1;repeated .mlflow.GatewayGuardrailConfig configs = 1;getConfigsOrBuilder(int index) repeated .mlflow.GatewayGuardrailConfig configs = 1;List<? extends Service.GatewayGuardrailConfigOrBuilder>repeated .mlflow.GatewayGuardrailConfig configs = 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
-
getConfigsList
List<Service.GatewayGuardrailConfig> getConfigsList()repeated .mlflow.GatewayGuardrailConfig configs = 1; -
getConfigs
repeated .mlflow.GatewayGuardrailConfig configs = 1; -
getConfigsCount
int getConfigsCount()repeated .mlflow.GatewayGuardrailConfig configs = 1; -
getConfigsOrBuilderList
List<? extends Service.GatewayGuardrailConfigOrBuilder> getConfigsOrBuilderList()repeated .mlflow.GatewayGuardrailConfig configs = 1; -
getConfigsOrBuilder
repeated .mlflow.GatewayGuardrailConfig configs = 1;
-