Uses of Class
org.mlflow.api.proto.Service.Scorer.Builder
Packages that use Service.Scorer.Builder
-
Uses of Service.Scorer.Builder in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Service.Scorer.BuilderModifier and TypeMethodDescriptionService.Scorer.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.ListScorers.Response.Builder.addScorersBuilder()List of scorer entities (latest version for each scorer name).Service.ListScorers.Response.Builder.addScorersBuilder(int index) List of scorer entities (latest version for each scorer name).Service.ListScorerVersions.Response.Builder.addScorersBuilder()List of scorer entities for all versions of the scorer.Service.ListScorerVersions.Response.Builder.addScorersBuilder(int index) List of scorer entities for all versions of the scorer.Service.Scorer.Builder.clear()Service.Scorer.Builder.clearCreationTime()The creation time of the scorer version (in milliseconds since epoch).Service.Scorer.Builder.clearExperimentId()The experiment ID.Service.Scorer.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Service.Scorer.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Service.Scorer.Builder.clearScorerId()The unique identifier for the scorer.Service.Scorer.Builder.clearScorerName()The scorer name.Service.Scorer.Builder.clearScorerVersion()The scorer version.Service.Scorer.Builder.clearSerializedScorer()The serialized scorer string.Service.Scorer.Builder.clone()Service.GatewayGuardrail.Builder.getScorerBuilder()optional .mlflow.Scorer scorer = 3;Service.GetScorer.Response.Builder.getScorerBuilder()The scorer entity.Service.ListScorers.Response.Builder.getScorersBuilder(int index) List of scorer entities (latest version for each scorer name).Service.ListScorerVersions.Response.Builder.getScorersBuilder(int index) List of scorer entities for all versions of the scorer.Service.Scorer.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Service.Scorer.Builder.mergeFrom(com.google.protobuf.Message other) Service.Scorer.Builder.mergeFrom(Service.Scorer other) final Service.Scorer.BuilderService.Scorer.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Service.Scorer.BuilderService.Scorer.newBuilder()static Service.Scorer.BuilderService.Scorer.newBuilder(Service.Scorer prototype) Service.Scorer.newBuilderForType()protected Service.Scorer.BuilderService.Scorer.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Service.Scorer.Builder.setCreationTime(long value) The creation time of the scorer version (in milliseconds since epoch).Service.Scorer.Builder.setExperimentId(int value) The experiment ID.Service.Scorer.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.Scorer.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Service.Scorer.Builder.setScorerId(String value) The unique identifier for the scorer.Service.Scorer.Builder.setScorerIdBytes(com.google.protobuf.ByteString value) The unique identifier for the scorer.Service.Scorer.Builder.setScorerName(String value) The scorer name.Service.Scorer.Builder.setScorerNameBytes(com.google.protobuf.ByteString value) The scorer name.Service.Scorer.Builder.setScorerVersion(int value) The scorer version.Service.Scorer.Builder.setSerializedScorer(String value) The serialized scorer string.Service.Scorer.Builder.setSerializedScorerBytes(com.google.protobuf.ByteString value) The serialized scorer string.final Service.Scorer.BuilderService.Scorer.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Service.Scorer.toBuilder()Methods in org.mlflow.api.proto that return types with arguments of type Service.Scorer.BuilderModifier and TypeMethodDescriptionService.ListScorers.Response.Builder.getScorersBuilderList()List of scorer entities (latest version for each scorer name).Service.ListScorerVersions.Response.Builder.getScorersBuilderList()List of scorer entities for all versions of the scorer.Methods in org.mlflow.api.proto with parameters of type Service.Scorer.BuilderModifier and TypeMethodDescriptionService.ListScorers.Response.Builder.addScorers(int index, Service.Scorer.Builder builderForValue) List of scorer entities (latest version for each scorer name).Service.ListScorers.Response.Builder.addScorers(Service.Scorer.Builder builderForValue) List of scorer entities (latest version for each scorer name).Service.ListScorerVersions.Response.Builder.addScorers(int index, Service.Scorer.Builder builderForValue) List of scorer entities for all versions of the scorer.Service.ListScorerVersions.Response.Builder.addScorers(Service.Scorer.Builder builderForValue) List of scorer entities for all versions of the scorer.Service.GatewayGuardrail.Builder.setScorer(Service.Scorer.Builder builderForValue) optional .mlflow.Scorer scorer = 3;Service.GetScorer.Response.Builder.setScorer(Service.Scorer.Builder builderForValue) The scorer entity.Service.ListScorers.Response.Builder.setScorers(int index, Service.Scorer.Builder builderForValue) List of scorer entities (latest version for each scorer name).Service.ListScorerVersions.Response.Builder.setScorers(int index, Service.Scorer.Builder builderForValue) List of scorer entities for all versions of the scorer.