Interface Service.RunOutputsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Service.RunOutputs, Service.RunOutputs.Builder
Enclosing class:
Service

public static interface Service.RunOutputsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getModelOutputsList

      List<Service.ModelOutput> getModelOutputsList()
       Model outputs of the Run.
       
      repeated .mlflow.ModelOutput model_outputs = 1;
    • getModelOutputs

      Service.ModelOutput getModelOutputs(int index)
       Model outputs of the Run.
       
      repeated .mlflow.ModelOutput model_outputs = 1;
    • getModelOutputsCount

      int getModelOutputsCount()
       Model outputs of the Run.
       
      repeated .mlflow.ModelOutput model_outputs = 1;
    • getModelOutputsOrBuilderList

      List<? extends Service.ModelOutputOrBuilder> getModelOutputsOrBuilderList()
       Model outputs of the Run.
       
      repeated .mlflow.ModelOutput model_outputs = 1;
    • getModelOutputsOrBuilder

      Service.ModelOutputOrBuilder getModelOutputsOrBuilder(int index)
       Model outputs of the Run.
       
      repeated .mlflow.ModelOutput model_outputs = 1;