Uses of Interface
org.mlflow.api.proto.Service.ModelOutputOrBuilder
-
Packages that use Service.ModelOutputOrBuilder Package Description org.mlflow.api.proto Autogenerated MLflow Tracking API entity objects. -
-
Uses of Service.ModelOutputOrBuilder in org.mlflow.api.proto
Classes in org.mlflow.api.proto that implement Service.ModelOutputOrBuilder Modifier and Type Class Description static class
Service.ModelOutput
Represents a LoggedModel output of a Run.static class
Service.ModelOutput.Builder
Represents a LoggedModel output of a Run.Methods in org.mlflow.api.proto that return Service.ModelOutputOrBuilder Modifier and Type Method Description Service.ModelOutputOrBuilder
Service.RunOutputs.Builder. getModelOutputsOrBuilder(int index)
Model outputs of the Run.Service.ModelOutputOrBuilder
Service.RunOutputs. getModelOutputsOrBuilder(int index)
Model outputs of the Run.Service.ModelOutputOrBuilder
Service.RunOutputsOrBuilder. getModelOutputsOrBuilder(int index)
Model outputs of the Run.Service.ModelOutputOrBuilder
Service.LogOutputs.Builder. getModelsOrBuilder(int index)
Model outputs from the Run.Service.ModelOutputOrBuilder
Service.LogOutputs. getModelsOrBuilder(int index)
Model outputs from the Run.Service.ModelOutputOrBuilder
Service.LogOutputsOrBuilder. getModelsOrBuilder(int index)
Model outputs from the Run.Methods in org.mlflow.api.proto that return types with arguments of type Service.ModelOutputOrBuilder Modifier and Type Method Description java.util.List<? extends Service.ModelOutputOrBuilder>
Service.RunOutputs.Builder. getModelOutputsOrBuilderList()
Model outputs of the Run.java.util.List<? extends Service.ModelOutputOrBuilder>
Service.RunOutputs. getModelOutputsOrBuilderList()
Model outputs of the Run.java.util.List<? extends Service.ModelOutputOrBuilder>
Service.RunOutputsOrBuilder. getModelOutputsOrBuilderList()
Model outputs of the Run.java.util.List<? extends Service.ModelOutputOrBuilder>
Service.LogOutputs.Builder. getModelsOrBuilderList()
Model outputs from the Run.java.util.List<? extends Service.ModelOutputOrBuilder>
Service.LogOutputs. getModelsOrBuilderList()
Model outputs from the Run.java.util.List<? extends Service.ModelOutputOrBuilder>
Service.LogOutputsOrBuilder. getModelsOrBuilderList()
Model outputs from the Run.
-