Interface Service.UpdateRun.ResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Updated metadata of the run.
    Updated metadata of the run.
    boolean
    Updated metadata of the run.

    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

    • hasRunInfo

      boolean hasRunInfo()
       Updated metadata of the run.
       
      optional .mlflow.RunInfo run_info = 1;
      Returns:
      Whether the runInfo field is set.
    • getRunInfo

      Service.RunInfo getRunInfo()
       Updated metadata of the run.
       
      optional .mlflow.RunInfo run_info = 1;
      Returns:
      The runInfo.
    • getRunInfoOrBuilder

      Service.RunInfoOrBuilder getRunInfoOrBuilder()
       Updated metadata of the run.
       
      optional .mlflow.RunInfo run_info = 1;