Interface Service.GetRun.ResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Run metadata (name, start time, etc) and data (metrics, params, and tags).
    Run metadata (name, start time, etc) and data (metrics, params, and tags).
    boolean
    Run metadata (name, start time, etc) and data (metrics, params, and tags).

    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

    • hasRun

      boolean hasRun()
       Run metadata (name, start time, etc) and data (metrics, params, and tags).
       
      optional .mlflow.Run run = 1;
      Returns:
      Whether the run field is set.
    • getRun

      Service.Run getRun()
       Run metadata (name, start time, etc) and data (metrics, params, and tags).
       
      optional .mlflow.Run run = 1;
      Returns:
      The run.
    • getRunOrBuilder

      Service.RunOrBuilder getRunOrBuilder()
       Run metadata (name, start time, etc) and data (metrics, params, and tags).
       
      optional .mlflow.Run run = 1;