Package org.mlflow.api.proto
Interface Service.FileInfoOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- Service.FileInfo,- Service.FileInfo.Builder
 - Enclosing class:
- Service
 
 public static interface Service.FileInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetFileSize()Size in bytes.booleangetIsDir()Whether the path is a directory.java.lang.StringgetPath()Path relative to the root artifact directory run.com.google.protobuf.ByteStringgetPathBytes()Path relative to the root artifact directory run.booleanhasFileSize()Size in bytes.booleanhasIsDir()Whether the path is a directory.booleanhasPath()Path relative to the root artifact directory run.- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasPathboolean hasPath() Path relative to the root artifact directory run. optional string path = 1;- Returns:
- Whether the path field is set.
 
 - 
getPathjava.lang.String getPath() Path relative to the root artifact directory run. optional string path = 1;- Returns:
- The path.
 
 - 
getPathBytescom.google.protobuf.ByteString getPathBytes() Path relative to the root artifact directory run. optional string path = 1;- Returns:
- The bytes for path.
 
 - 
hasIsDirboolean hasIsDir() Whether the path is a directory. optional bool is_dir = 2;- Returns:
- Whether the isDir field is set.
 
 - 
getIsDirboolean getIsDir() Whether the path is a directory. optional bool is_dir = 2;- Returns:
- The isDir.
 
 - 
hasFileSizeboolean hasFileSize() Size in bytes. Unset for directories. optional int64 file_size = 3;- Returns:
- Whether the fileSize field is set.
 
 - 
getFileSizelong getFileSize() Size in bytes. Unset for directories. optional int64 file_size = 3;- Returns:
- The fileSize.
 
 
- 
 
-