Interface Service.ModelOutputOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The unique identifier of the model.
    com.google.protobuf.ByteString
    The unique identifier of the model.
    long
    Step at which the model was produced.
    boolean
    The unique identifier of the model.
    boolean
    Step at which the model was produced.

    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

    • hasModelId

      boolean hasModelId()
       The unique identifier of the model.
       
      optional string model_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      Whether the modelId field is set.
    • getModelId

      String getModelId()
       The unique identifier of the model.
       
      optional string model_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      The modelId.
    • getModelIdBytes

      com.google.protobuf.ByteString getModelIdBytes()
       The unique identifier of the model.
       
      optional string model_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      The bytes for modelId.
    • hasStep

      boolean hasStep()
       Step at which the model was produced.
       
      optional int64 step = 2 [(.mlflow.validate_required) = true];
      Returns:
      Whether the step field is set.
    • getStep

      long getStep()
       Step at which the model was produced.
       
      optional int64 step = 2 [(.mlflow.validate_required) = true];
      Returns:
      The step.