Uses of Interface
org.mlflow.api.proto.Service.ModelOutputOrBuilder
Packages that use Service.ModelOutputOrBuilder
-
Uses of Service.ModelOutputOrBuilder in org.mlflow.api.proto
Classes in org.mlflow.api.proto that implement Service.ModelOutputOrBuilderModifier and TypeClassDescriptionstatic final class
Represents a LoggedModel output of a Run.static final class
Represents a LoggedModel output of a Run.Methods in org.mlflow.api.proto that return Service.ModelOutputOrBuilderModifier and TypeMethodDescriptionService.RunOutputs.Builder.getModelOutputsOrBuilder
(int index) Model outputs of the Run.Service.RunOutputs.getModelOutputsOrBuilder
(int index) Model outputs of the Run.Service.RunOutputsOrBuilder.getModelOutputsOrBuilder
(int index) Model outputs of the Run.Service.LogOutputs.Builder.getModelsOrBuilder
(int index) Model outputs from the Run.Service.LogOutputs.getModelsOrBuilder
(int index) Model outputs from the Run.Service.LogOutputsOrBuilder.getModelsOrBuilder
(int index) Model outputs from the Run.Methods in org.mlflow.api.proto that return types with arguments of type Service.ModelOutputOrBuilderModifier and TypeMethodDescriptionList<? extends Service.ModelOutputOrBuilder>
Service.RunOutputs.Builder.getModelOutputsOrBuilderList()
Model outputs of the Run.List<? extends Service.ModelOutputOrBuilder>
Service.RunOutputs.getModelOutputsOrBuilderList()
Model outputs of the Run.List<? extends Service.ModelOutputOrBuilder>
Service.RunOutputsOrBuilder.getModelOutputsOrBuilderList()
Model outputs of the Run.List<? extends Service.ModelOutputOrBuilder>
Service.LogOutputs.Builder.getModelsOrBuilderList()
Model outputs from the Run.List<? extends Service.ModelOutputOrBuilder>
Service.LogOutputs.getModelsOrBuilderList()
Model outputs from the Run.List<? extends Service.ModelOutputOrBuilder>
Service.LogOutputsOrBuilder.getModelsOrBuilderList()
Model outputs from the Run.