Uses of Class
org.mlflow.api.proto.Service.ModelOutput
Packages that use Service.ModelOutput
-
Uses of Service.ModelOutput in org.mlflow.api.proto
Fields in org.mlflow.api.proto with type parameters of type Service.ModelOutputModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<Service.ModelOutput>Service.ModelOutput.PARSERDeprecated.Methods in org.mlflow.api.proto that return Service.ModelOutputModifier and TypeMethodDescriptionService.ModelOutput.Builder.build()Service.ModelOutput.Builder.buildPartial()static Service.ModelOutputService.ModelOutput.getDefaultInstance()Service.ModelOutput.Builder.getDefaultInstanceForType()Service.ModelOutput.getDefaultInstanceForType()Service.RunOutputs.Builder.getModelOutputs(int index) Model outputs of the Run.Service.RunOutputs.getModelOutputs(int index) Model outputs of the Run.Service.RunOutputsOrBuilder.getModelOutputs(int index) Model outputs of the Run.Service.LogOutputs.Builder.getModels(int index) Model outputs from the Run.Service.LogOutputs.getModels(int index) Model outputs from the Run.Service.LogOutputsOrBuilder.getModels(int index) Model outputs from the Run.static Service.ModelOutputService.ModelOutput.parseDelimitedFrom(InputStream input) static Service.ModelOutputService.ModelOutput.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.ModelOutputService.ModelOutput.parseFrom(byte[] data) static Service.ModelOutputService.ModelOutput.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.ModelOutputService.ModelOutput.parseFrom(com.google.protobuf.ByteString data) static Service.ModelOutputService.ModelOutput.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.ModelOutputService.ModelOutput.parseFrom(com.google.protobuf.CodedInputStream input) static Service.ModelOutputService.ModelOutput.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.ModelOutputService.ModelOutput.parseFrom(InputStream input) static Service.ModelOutputService.ModelOutput.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.ModelOutputService.ModelOutput.parseFrom(ByteBuffer data) static Service.ModelOutputService.ModelOutput.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.mlflow.api.proto that return types with arguments of type Service.ModelOutputModifier and TypeMethodDescriptionService.RunOutputs.Builder.getModelOutputsList()Model outputs of the Run.Service.RunOutputs.getModelOutputsList()Model outputs of the Run.Service.RunOutputsOrBuilder.getModelOutputsList()Model outputs of the Run.Service.LogOutputs.Builder.getModelsList()Model outputs from the Run.Service.LogOutputs.getModelsList()Model outputs from the Run.Service.LogOutputsOrBuilder.getModelsList()Model outputs from the Run.com.google.protobuf.Parser<Service.ModelOutput>Service.ModelOutput.getParserForType()static com.google.protobuf.Parser<Service.ModelOutput>Service.ModelOutput.parser()Methods in org.mlflow.api.proto with parameters of type Service.ModelOutputModifier and TypeMethodDescriptionService.RunOutputs.Builder.addModelOutputs(int index, Service.ModelOutput value) Model outputs of the Run.Service.RunOutputs.Builder.addModelOutputs(Service.ModelOutput value) Model outputs of the Run.Service.LogOutputs.Builder.addModels(int index, Service.ModelOutput value) Model outputs from the Run.Service.LogOutputs.Builder.addModels(Service.ModelOutput value) Model outputs from the Run.Service.ModelOutput.Builder.mergeFrom(Service.ModelOutput other) static Service.ModelOutput.BuilderService.ModelOutput.newBuilder(Service.ModelOutput prototype) Service.RunOutputs.Builder.setModelOutputs(int index, Service.ModelOutput value) Model outputs of the Run.Service.LogOutputs.Builder.setModels(int index, Service.ModelOutput value) Model outputs from the Run.Method parameters in org.mlflow.api.proto with type arguments of type Service.ModelOutputModifier and TypeMethodDescriptionService.RunOutputs.Builder.addAllModelOutputs(Iterable<? extends Service.ModelOutput> values) Model outputs of the Run.Service.LogOutputs.Builder.addAllModels(Iterable<? extends Service.ModelOutput> values) Model outputs from the Run.