Uses of Class
org.mlflow.api.proto.Service.GatewayGuardrailConfig
Packages that use Service.GatewayGuardrailConfig
-
Uses of Service.GatewayGuardrailConfig in org.mlflow.api.proto
Fields in org.mlflow.api.proto with type parameters of type Service.GatewayGuardrailConfigModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<Service.GatewayGuardrailConfig>Service.GatewayGuardrailConfig.PARSERDeprecated.Methods in org.mlflow.api.proto that return Service.GatewayGuardrailConfigModifier and TypeMethodDescriptionService.GatewayGuardrailConfig.Builder.build()Service.GatewayGuardrailConfig.Builder.buildPartial()Service.AddGuardrailToEndpoint.Response.Builder.getConfig()optional .mlflow.GatewayGuardrailConfig config = 1;Service.AddGuardrailToEndpoint.Response.getConfig()optional .mlflow.GatewayGuardrailConfig config = 1;Service.AddGuardrailToEndpoint.ResponseOrBuilder.getConfig()optional .mlflow.GatewayGuardrailConfig config = 1;Service.UpdateEndpointGuardrailConfig.Response.Builder.getConfig()optional .mlflow.GatewayGuardrailConfig config = 1;Service.UpdateEndpointGuardrailConfig.Response.getConfig()optional .mlflow.GatewayGuardrailConfig config = 1;Service.UpdateEndpointGuardrailConfig.ResponseOrBuilder.getConfig()optional .mlflow.GatewayGuardrailConfig config = 1;Service.ListEndpointGuardrailConfigs.Response.Builder.getConfigs(int index) repeated .mlflow.GatewayGuardrailConfig configs = 1;Service.ListEndpointGuardrailConfigs.Response.getConfigs(int index) repeated .mlflow.GatewayGuardrailConfig configs = 1;Service.ListEndpointGuardrailConfigs.ResponseOrBuilder.getConfigs(int index) repeated .mlflow.GatewayGuardrailConfig configs = 1;Service.GatewayGuardrailConfig.getDefaultInstance()Service.GatewayGuardrailConfig.Builder.getDefaultInstanceForType()Service.GatewayGuardrailConfig.getDefaultInstanceForType()Service.GatewayGuardrailConfig.parseDelimitedFrom(InputStream input) Service.GatewayGuardrailConfig.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Service.GatewayGuardrailConfig.parseFrom(byte[] data) Service.GatewayGuardrailConfig.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Service.GatewayGuardrailConfig.parseFrom(com.google.protobuf.ByteString data) Service.GatewayGuardrailConfig.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Service.GatewayGuardrailConfig.parseFrom(com.google.protobuf.CodedInputStream input) Service.GatewayGuardrailConfig.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Service.GatewayGuardrailConfig.parseFrom(InputStream input) Service.GatewayGuardrailConfig.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Service.GatewayGuardrailConfig.parseFrom(ByteBuffer data) Service.GatewayGuardrailConfig.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.mlflow.api.proto that return types with arguments of type Service.GatewayGuardrailConfigModifier and TypeMethodDescriptionService.ListEndpointGuardrailConfigs.Response.Builder.getConfigsList()repeated .mlflow.GatewayGuardrailConfig configs = 1;Service.ListEndpointGuardrailConfigs.Response.getConfigsList()repeated .mlflow.GatewayGuardrailConfig configs = 1;Service.ListEndpointGuardrailConfigs.ResponseOrBuilder.getConfigsList()repeated .mlflow.GatewayGuardrailConfig configs = 1;com.google.protobuf.Parser<Service.GatewayGuardrailConfig>Service.GatewayGuardrailConfig.getParserForType()static com.google.protobuf.Parser<Service.GatewayGuardrailConfig>Service.GatewayGuardrailConfig.parser()Methods in org.mlflow.api.proto with parameters of type Service.GatewayGuardrailConfigModifier and TypeMethodDescriptionService.ListEndpointGuardrailConfigs.Response.Builder.addConfigs(int index, Service.GatewayGuardrailConfig value) repeated .mlflow.GatewayGuardrailConfig configs = 1;Service.ListEndpointGuardrailConfigs.Response.Builder.addConfigs(Service.GatewayGuardrailConfig value) repeated .mlflow.GatewayGuardrailConfig configs = 1;Service.AddGuardrailToEndpoint.Response.Builder.mergeConfig(Service.GatewayGuardrailConfig value) optional .mlflow.GatewayGuardrailConfig config = 1;Service.UpdateEndpointGuardrailConfig.Response.Builder.mergeConfig(Service.GatewayGuardrailConfig value) optional .mlflow.GatewayGuardrailConfig config = 1;Service.GatewayGuardrailConfig.Builder.mergeFrom(Service.GatewayGuardrailConfig other) Service.GatewayGuardrailConfig.newBuilder(Service.GatewayGuardrailConfig prototype) Service.AddGuardrailToEndpoint.Response.Builder.setConfig(Service.GatewayGuardrailConfig value) optional .mlflow.GatewayGuardrailConfig config = 1;Service.UpdateEndpointGuardrailConfig.Response.Builder.setConfig(Service.GatewayGuardrailConfig value) optional .mlflow.GatewayGuardrailConfig config = 1;Service.ListEndpointGuardrailConfigs.Response.Builder.setConfigs(int index, Service.GatewayGuardrailConfig value) repeated .mlflow.GatewayGuardrailConfig configs = 1;Method parameters in org.mlflow.api.proto with type arguments of type Service.GatewayGuardrailConfigModifier and TypeMethodDescriptionService.ListEndpointGuardrailConfigs.Response.Builder.addAllConfigs(Iterable<? extends Service.GatewayGuardrailConfig> values) repeated .mlflow.GatewayGuardrailConfig configs = 1;