Interface Service.ListArtifacts.ResponseOrBuilder

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

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

    Modifier and Type Method Description
    Service.FileInfo getFiles​(int index)
    File location and metadata for artifacts.
    int getFilesCount()
    File location and metadata for artifacts.
    java.util.List<Service.FileInfo> getFilesList()
    File location and metadata for artifacts.
    Service.FileInfoOrBuilder getFilesOrBuilder​(int index)
    File location and metadata for artifacts.
    java.util.List<? extends Service.FileInfoOrBuilder> getFilesOrBuilderList()
    File location and metadata for artifacts.
    java.lang.String getRootUri()
    Root artifact directory for the run.
    com.google.protobuf.ByteString getRootUriBytes()
    Root artifact directory for the run.
    boolean hasRootUri()
    Root artifact directory for the run.

    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

    • hasRootUri

      boolean hasRootUri()
       Root artifact directory for the run.
       
      optional string root_uri = 1;
    • getRootUri

      java.lang.String getRootUri()
       Root artifact directory for the run.
       
      optional string root_uri = 1;
    • getRootUriBytes

      com.google.protobuf.ByteString getRootUriBytes()
       Root artifact directory for the run.
       
      optional string root_uri = 1;
    • getFilesList

      java.util.List<Service.FileInfo> getFilesList()
       File location and metadata for artifacts.
       
      repeated .mlflow.FileInfo files = 2;
    • getFiles

      Service.FileInfo getFiles​(int index)
       File location and metadata for artifacts.
       
      repeated .mlflow.FileInfo files = 2;
    • getFilesCount

      int getFilesCount()
       File location and metadata for artifacts.
       
      repeated .mlflow.FileInfo files = 2;
    • getFilesOrBuilderList

      java.util.List<? extends Service.FileInfoOrBuilder> getFilesOrBuilderList()
       File location and metadata for artifacts.
       
      repeated .mlflow.FileInfo files = 2;
    • getFilesOrBuilder

      Service.FileInfoOrBuilder getFilesOrBuilder​(int index)
       File location and metadata for artifacts.
       
      repeated .mlflow.FileInfo files = 2;