Interface Service.CreateRun.ResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The newly created run.
    The newly created run.
    boolean
    The newly created 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

    • hasRun

      boolean hasRun()
       The newly created run.
       
      optional .mlflow.Run run = 1;
      Returns:
      Whether the run field is set.
    • getRun

      Service.Run getRun()
       The newly created run.
       
      optional .mlflow.Run run = 1;
      Returns:
      The run.
    • getRunOrBuilder

      Service.RunOrBuilder getRunOrBuilder()
       The newly created run.
       
      optional .mlflow.Run run = 1;