Interface MlflowArtifacts.FileInfoOrBuilder

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

public static interface MlflowArtifacts.FileInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    long
    Size in bytes.
    boolean
    Whether the path is a directory.
    Path relative to the root artifact directory run.
    com.google.protobuf.ByteString
    Path relative to the root artifact directory run.
    boolean
    Size in bytes.
    boolean
    Whether the path is a directory.
    boolean
    Path relative to the root artifact directory run.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder Link icon

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder Link icon

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details Link icon

    • hasPath Link icon

      boolean hasPath()
       Path relative to the root artifact directory run.
       
      optional string path = 1;
      Returns:
      Whether the path field is set.
    • getPath Link icon

      String getPath()
       Path relative to the root artifact directory run.
       
      optional string path = 1;
      Returns:
      The path.
    • getPathBytes Link icon

      com.google.protobuf.ByteString getPathBytes()
       Path relative to the root artifact directory run.
       
      optional string path = 1;
      Returns:
      The bytes for path.
    • hasIsDir Link icon

      boolean hasIsDir()
       Whether the path is a directory.
       
      optional bool is_dir = 2;
      Returns:
      Whether the isDir field is set.
    • getIsDir Link icon

      boolean getIsDir()
       Whether the path is a directory.
       
      optional bool is_dir = 2;
      Returns:
      The isDir.
    • hasFileSize Link icon

      boolean hasFileSize()
       Size in bytes. Unset for directories.
       
      optional int64 file_size = 3;
      Returns:
      Whether the fileSize field is set.
    • getFileSize Link icon

      long getFileSize()
       Size in bytes. Unset for directories.
       
      optional int64 file_size = 3;
      Returns:
      The fileSize.