Package org.mlflow.api.proto
Interface Service.LogModelOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.LogModel
,Service.LogModel.Builder
- Enclosing class:
Service
public static interface Service.LogModelOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionMLmodel file in json format.com.google.protobuf.ByteString
MLmodel file in json format.getRunId()
ID of the run to log undercom.google.protobuf.ByteString
ID of the run to log underboolean
MLmodel file in json format.boolean
hasRunId()
ID of the run to log underMethods 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
-
hasRunId
boolean hasRunId()ID of the run to log under
optional string run_id = 1;
- Returns:
- Whether the runId field is set.
-
getRunId
String getRunId()ID of the run to log under
optional string run_id = 1;
- Returns:
- The runId.
-
getRunIdBytes
com.google.protobuf.ByteString getRunIdBytes()ID of the run to log under
optional string run_id = 1;
- Returns:
- The bytes for runId.
-
hasModelJson
boolean hasModelJson()MLmodel file in json format.
optional string model_json = 2;
- Returns:
- Whether the modelJson field is set.
-
getModelJson
String getModelJson()MLmodel file in json format.
optional string model_json = 2;
- Returns:
- The modelJson.
-
getModelJsonBytes
com.google.protobuf.ByteString getModelJsonBytes()MLmodel file in json format.
optional string model_json = 2;
- Returns:
- The bytes for modelJson.
-