Uses of Interface
org.mlflow.api.proto.Service.RunOutputsOrBuilder
-
Packages that use Service.RunOutputsOrBuilder Package Description org.mlflow.api.proto Autogenerated MLflow Tracking API entity objects. -
-
Uses of Service.RunOutputsOrBuilder in org.mlflow.api.proto
Classes in org.mlflow.api.proto that implement Service.RunOutputsOrBuilder Modifier and Type Class Description static class
Service.RunOutputs
Outputs of a Run.static class
Service.RunOutputs.Builder
Outputs of a Run.Methods in org.mlflow.api.proto that return Service.RunOutputsOrBuilder Modifier and Type Method Description Service.RunOutputsOrBuilder
Service.Run.Builder. getOutputsOrBuilder()
Run outputs.Service.RunOutputsOrBuilder
Service.Run. getOutputsOrBuilder()
Run outputs.Service.RunOutputsOrBuilder
Service.RunOrBuilder. getOutputsOrBuilder()
Run outputs.
-