Interface Service.LogBatchOrBuilder

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

public static interface Service.LogBatchOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details Link icon

    • hasRunId Link icon

      boolean hasRunId()
       ID of the run to log under
       
      optional string run_id = 1;
      Returns:
      Whether the runId field is set.
    • getRunId Link icon

      String getRunId()
       ID of the run to log under
       
      optional string run_id = 1;
      Returns:
      The runId.
    • getRunIdBytes Link icon

      com.google.protobuf.ByteString getRunIdBytes()
       ID of the run to log under
       
      optional string run_id = 1;
      Returns:
      The bytes for runId.
    • getMetricsList Link icon

      List<Service.Metric> getMetricsList()
       Metrics to log. A single request can contain up to 1000 metrics, and up to 1000
       metrics, params, and tags in total.
       
      repeated .mlflow.Metric metrics = 2;
    • getMetrics Link icon

      Service.Metric getMetrics(int index)
       Metrics to log. A single request can contain up to 1000 metrics, and up to 1000
       metrics, params, and tags in total.
       
      repeated .mlflow.Metric metrics = 2;
    • getMetricsCount Link icon

      int getMetricsCount()
       Metrics to log. A single request can contain up to 1000 metrics, and up to 1000
       metrics, params, and tags in total.
       
      repeated .mlflow.Metric metrics = 2;
    • getMetricsOrBuilderList Link icon

      List<? extends Service.MetricOrBuilder> getMetricsOrBuilderList()
       Metrics to log. A single request can contain up to 1000 metrics, and up to 1000
       metrics, params, and tags in total.
       
      repeated .mlflow.Metric metrics = 2;
    • getMetricsOrBuilder Link icon

      Service.MetricOrBuilder getMetricsOrBuilder(int index)
       Metrics to log. A single request can contain up to 1000 metrics, and up to 1000
       metrics, params, and tags in total.
       
      repeated .mlflow.Metric metrics = 2;
    • getParamsList Link icon

      List<Service.Param> getParamsList()
       Params to log. A single request can contain up to 100 params, and up to 1000
       metrics, params, and tags in total.
       
      repeated .mlflow.Param params = 3;
    • getParams Link icon

      Service.Param getParams(int index)
       Params to log. A single request can contain up to 100 params, and up to 1000
       metrics, params, and tags in total.
       
      repeated .mlflow.Param params = 3;
    • getParamsCount Link icon

      int getParamsCount()
       Params to log. A single request can contain up to 100 params, and up to 1000
       metrics, params, and tags in total.
       
      repeated .mlflow.Param params = 3;
    • getParamsOrBuilderList Link icon

      List<? extends Service.ParamOrBuilder> getParamsOrBuilderList()
       Params to log. A single request can contain up to 100 params, and up to 1000
       metrics, params, and tags in total.
       
      repeated .mlflow.Param params = 3;
    • getParamsOrBuilder Link icon

      Service.ParamOrBuilder getParamsOrBuilder(int index)
       Params to log. A single request can contain up to 100 params, and up to 1000
       metrics, params, and tags in total.
       
      repeated .mlflow.Param params = 3;
    • getTagsList Link icon

      List<Service.RunTag> getTagsList()
       Tags to log. A single request can contain up to 100 tags, and up to 1000
       metrics, params, and tags in total.
       
      repeated .mlflow.RunTag tags = 4;
    • getTags Link icon

      Service.RunTag getTags(int index)
       Tags to log. A single request can contain up to 100 tags, and up to 1000
       metrics, params, and tags in total.
       
      repeated .mlflow.RunTag tags = 4;
    • getTagsCount Link icon

      int getTagsCount()
       Tags to log. A single request can contain up to 100 tags, and up to 1000
       metrics, params, and tags in total.
       
      repeated .mlflow.RunTag tags = 4;
    • getTagsOrBuilderList Link icon

      List<? extends Service.RunTagOrBuilder> getTagsOrBuilderList()
       Tags to log. A single request can contain up to 100 tags, and up to 1000
       metrics, params, and tags in total.
       
      repeated .mlflow.RunTag tags = 4;
    • getTagsOrBuilder Link icon

      Service.RunTagOrBuilder getTagsOrBuilder(int index)
       Tags to log. A single request can contain up to 100 tags, and up to 1000
       metrics, params, and tags in total.
       
      repeated .mlflow.RunTag tags = 4;