Uses of Class
org.mlflow.api.proto.Service.CreateGatewayGuardrail.Builder
Packages that use Service.CreateGatewayGuardrail.Builder
-
Uses of Service.CreateGatewayGuardrail.Builder in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Service.CreateGatewayGuardrail.BuilderModifier and TypeMethodDescriptionService.CreateGatewayGuardrail.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.CreateGatewayGuardrail.Builder.clear()Service.CreateGatewayGuardrail.Builder.clearAction()optional .mlflow.GuardrailAction action = 5;Service.CreateGatewayGuardrail.Builder.clearActionEndpointId()Optional gateway endpoint ID for the LLM used by the action.Service.CreateGatewayGuardrail.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Service.CreateGatewayGuardrail.Builder.clearName()optional string name = 1;Service.CreateGatewayGuardrail.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Service.CreateGatewayGuardrail.Builder.clearScorerId()optional string scorer_id = 2;Service.CreateGatewayGuardrail.Builder.clearScorerVersion()optional int64 scorer_version = 3;Service.CreateGatewayGuardrail.Builder.clearStage()optional .mlflow.GuardrailStage stage = 4;Service.CreateGatewayGuardrail.Builder.clone()Service.CreateGatewayGuardrail.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Service.CreateGatewayGuardrail.Builder.mergeFrom(com.google.protobuf.Message other) Service.CreateGatewayGuardrail.Builder.mergeFrom(Service.CreateGatewayGuardrail other) Service.CreateGatewayGuardrail.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Service.CreateGatewayGuardrail.newBuilder()Service.CreateGatewayGuardrail.newBuilder(Service.CreateGatewayGuardrail prototype) Service.CreateGatewayGuardrail.newBuilderForType()protected Service.CreateGatewayGuardrail.BuilderService.CreateGatewayGuardrail.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Service.CreateGatewayGuardrail.Builder.setAction(Service.GuardrailAction value) optional .mlflow.GuardrailAction action = 5;Service.CreateGatewayGuardrail.Builder.setActionEndpointId(String value) Optional gateway endpoint ID for the LLM used by the action.Service.CreateGatewayGuardrail.Builder.setActionEndpointIdBytes(com.google.protobuf.ByteString value) Optional gateway endpoint ID for the LLM used by the action.Service.CreateGatewayGuardrail.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) optional string name = 1;Service.CreateGatewayGuardrail.Builder.setNameBytes(com.google.protobuf.ByteString value) optional string name = 1;Service.CreateGatewayGuardrail.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Service.CreateGatewayGuardrail.Builder.setScorerId(String value) optional string scorer_id = 2;Service.CreateGatewayGuardrail.Builder.setScorerIdBytes(com.google.protobuf.ByteString value) optional string scorer_id = 2;Service.CreateGatewayGuardrail.Builder.setScorerVersion(long value) optional int64 scorer_version = 3;Service.CreateGatewayGuardrail.Builder.setStage(Service.GuardrailStage value) optional .mlflow.GuardrailStage stage = 4;Service.CreateGatewayGuardrail.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Service.CreateGatewayGuardrail.toBuilder()