Interface Service.LogOutputsOrBuilder

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

public static interface Service.LogOutputsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getModels(int index)
    Model outputs from the Run.
    int
    Model outputs from the Run.
    Model outputs from the Run.
    getModelsOrBuilder(int index)
    Model outputs from the Run.
    Model outputs from the Run.
    ID of the Run from which to log outputs.
    com.google.protobuf.ByteString
    ID of the Run from which to log outputs.
    boolean
    ID of the Run from which to log outputs.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasRunId

      boolean hasRunId()
       ID of the Run from which to log outputs.
       
      optional string run_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      Whether the runId field is set.
    • getRunId

      String getRunId()
       ID of the Run from which to log outputs.
       
      optional string run_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      The runId.
    • getRunIdBytes

      com.google.protobuf.ByteString getRunIdBytes()
       ID of the Run from which to log outputs.
       
      optional string run_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      The bytes for runId.
    • getModelsList

      List<Service.ModelOutput> getModelsList()
       Model outputs from the Run.
       
      repeated .mlflow.ModelOutput models = 2;
    • getModels

      Service.ModelOutput getModels(int index)
       Model outputs from the Run.
       
      repeated .mlflow.ModelOutput models = 2;
    • getModelsCount

      int getModelsCount()
       Model outputs from the Run.
       
      repeated .mlflow.ModelOutput models = 2;
    • getModelsOrBuilderList

      List<? extends Service.ModelOutputOrBuilder> getModelsOrBuilderList()
       Model outputs from the Run.
       
      repeated .mlflow.ModelOutput models = 2;
    • getModelsOrBuilder

      Service.ModelOutputOrBuilder getModelsOrBuilder(int index)
       Model outputs from the Run.
       
      repeated .mlflow.ModelOutput models = 2;