Interface Service.RestoreExperimentOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getExperimentId()
      ID of the associated experiment.
      com.google.protobuf.ByteString getExperimentIdBytes()
      ID of the associated experiment.
      boolean hasExperimentId()
      ID of the associated experiment.
      • 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 Detail

      • hasExperimentId

        boolean hasExperimentId()
         ID of the associated experiment.
         
        optional string experiment_id = 1 [(.mlflow.validate_required) = true];
        Returns:
        Whether the experimentId field is set.
      • getExperimentId

        java.lang.String getExperimentId()
         ID of the associated experiment.
         
        optional string experiment_id = 1 [(.mlflow.validate_required) = true];
        Returns:
        The experimentId.
      • getExperimentIdBytes

        com.google.protobuf.ByteString getExperimentIdBytes()
         ID of the associated experiment.
         
        optional string experiment_id = 1 [(.mlflow.validate_required) = true];
        Returns:
        The bytes for experimentId.