Uses of Class
org.mlflow.api.proto.Service.Scorer
Packages that use Service.Scorer
-
Uses of Service.Scorer in org.mlflow.api.proto
Fields in org.mlflow.api.proto with type parameters of type Service.ScorerModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<Service.Scorer>Service.Scorer.PARSERDeprecated.Methods in org.mlflow.api.proto that return Service.ScorerModifier and TypeMethodDescriptionService.Scorer.Builder.build()Service.Scorer.Builder.buildPartial()static Service.ScorerService.Scorer.getDefaultInstance()Service.Scorer.Builder.getDefaultInstanceForType()Service.Scorer.getDefaultInstanceForType()Service.GatewayGuardrail.Builder.getScorer()optional .mlflow.Scorer scorer = 3;Service.GatewayGuardrail.getScorer()optional .mlflow.Scorer scorer = 3;Service.GatewayGuardrailOrBuilder.getScorer()optional .mlflow.Scorer scorer = 3;Service.GetScorer.Response.Builder.getScorer()The scorer entity.Service.GetScorer.Response.getScorer()The scorer entity.Service.GetScorer.ResponseOrBuilder.getScorer()The scorer entity.Service.ListScorers.Response.Builder.getScorers(int index) List of scorer entities (latest version for each scorer name).Service.ListScorers.Response.getScorers(int index) List of scorer entities (latest version for each scorer name).Service.ListScorers.ResponseOrBuilder.getScorers(int index) List of scorer entities (latest version for each scorer name).Service.ListScorerVersions.Response.Builder.getScorers(int index) List of scorer entities for all versions of the scorer.Service.ListScorerVersions.Response.getScorers(int index) List of scorer entities for all versions of the scorer.Service.ListScorerVersions.ResponseOrBuilder.getScorers(int index) List of scorer entities for all versions of the scorer.static Service.ScorerService.Scorer.parseDelimitedFrom(InputStream input) static Service.ScorerService.Scorer.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.ScorerService.Scorer.parseFrom(byte[] data) static Service.ScorerService.Scorer.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.ScorerService.Scorer.parseFrom(com.google.protobuf.ByteString data) static Service.ScorerService.Scorer.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.ScorerService.Scorer.parseFrom(com.google.protobuf.CodedInputStream input) static Service.ScorerService.Scorer.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.ScorerService.Scorer.parseFrom(InputStream input) static Service.ScorerService.Scorer.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.ScorerService.Scorer.parseFrom(ByteBuffer data) static Service.ScorerService.Scorer.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.mlflow.api.proto that return types with arguments of type Service.ScorerModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Service.Scorer>Service.Scorer.getParserForType()Service.ListScorers.Response.Builder.getScorersList()List of scorer entities (latest version for each scorer name).Service.ListScorers.Response.getScorersList()List of scorer entities (latest version for each scorer name).Service.ListScorers.ResponseOrBuilder.getScorersList()List of scorer entities (latest version for each scorer name).Service.ListScorerVersions.Response.Builder.getScorersList()List of scorer entities for all versions of the scorer.Service.ListScorerVersions.Response.getScorersList()List of scorer entities for all versions of the scorer.Service.ListScorerVersions.ResponseOrBuilder.getScorersList()List of scorer entities for all versions of the scorer.static com.google.protobuf.Parser<Service.Scorer>Service.Scorer.parser()Methods in org.mlflow.api.proto with parameters of type Service.ScorerModifier and TypeMethodDescriptionService.ListScorers.Response.Builder.addScorers(int index, Service.Scorer value) List of scorer entities (latest version for each scorer name).Service.ListScorers.Response.Builder.addScorers(Service.Scorer value) List of scorer entities (latest version for each scorer name).Service.ListScorerVersions.Response.Builder.addScorers(int index, Service.Scorer value) List of scorer entities for all versions of the scorer.Service.ListScorerVersions.Response.Builder.addScorers(Service.Scorer value) List of scorer entities for all versions of the scorer.Service.Scorer.Builder.mergeFrom(Service.Scorer other) Service.GatewayGuardrail.Builder.mergeScorer(Service.Scorer value) optional .mlflow.Scorer scorer = 3;Service.GetScorer.Response.Builder.mergeScorer(Service.Scorer value) The scorer entity.static Service.Scorer.BuilderService.Scorer.newBuilder(Service.Scorer prototype) Service.GatewayGuardrail.Builder.setScorer(Service.Scorer value) optional .mlflow.Scorer scorer = 3;Service.GetScorer.Response.Builder.setScorer(Service.Scorer value) The scorer entity.Service.ListScorers.Response.Builder.setScorers(int index, Service.Scorer value) List of scorer entities (latest version for each scorer name).Service.ListScorerVersions.Response.Builder.setScorers(int index, Service.Scorer value) List of scorer entities for all versions of the scorer.Method parameters in org.mlflow.api.proto with type arguments of type Service.ScorerModifier and TypeMethodDescriptionService.ListScorers.Response.Builder.addAllScorers(Iterable<? extends Service.Scorer> values) List of scorer entities (latest version for each scorer name).Service.ListScorerVersions.Response.Builder.addAllScorers(Iterable<? extends Service.Scorer> values) List of scorer entities for all versions of the scorer.