Package org.mlflow.api.proto
Interface Service.ListLoggedModelArtifactsOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- Service.ListLoggedModelArtifacts,- Service.ListLoggedModelArtifacts.Builder
 - Enclosing class:
- Service
 
 public static interface Service.ListLoggedModelArtifactsOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetArtifactDirectoryPath()Filter artifacts matching this path (a relative path from the root artifact directory).com.google.protobuf.ByteStringgetArtifactDirectoryPathBytes()Filter artifacts matching this path (a relative path from the root artifact directory).java.lang.StringgetModelId()The ID of the LoggedModel for which to list the artifactscom.google.protobuf.ByteStringgetModelIdBytes()The ID of the LoggedModel for which to list the artifactsjava.lang.StringgetPageToken()Token indicating the page of artifact results to fetchcom.google.protobuf.ByteStringgetPageTokenBytes()Token indicating the page of artifact results to fetchbooleanhasArtifactDirectoryPath()Filter artifacts matching this path (a relative path from the root artifact directory).booleanhasModelId()The ID of the LoggedModel for which to list the artifactsbooleanhasPageToken()Token indicating the page of artifact results to fetch- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasModelIdboolean hasModelId() The ID of the LoggedModel for which to list the artifacts optional string model_id = 1 [(.mlflow.validate_required) = true];- Returns:
- Whether the modelId field is set.
 
 - 
getModelIdjava.lang.String getModelId() The ID of the LoggedModel for which to list the artifacts optional string model_id = 1 [(.mlflow.validate_required) = true];- Returns:
- The modelId.
 
 - 
getModelIdBytescom.google.protobuf.ByteString getModelIdBytes() The ID of the LoggedModel for which to list the artifacts optional string model_id = 1 [(.mlflow.validate_required) = true];- Returns:
- The bytes for modelId.
 
 - 
hasArtifactDirectoryPathboolean hasArtifactDirectoryPath() Filter artifacts matching this path (a relative path from the root artifact directory). optional string artifact_directory_path = 2;- Returns:
- Whether the artifactDirectoryPath field is set.
 
 - 
getArtifactDirectoryPathjava.lang.String getArtifactDirectoryPath() Filter artifacts matching this path (a relative path from the root artifact directory). optional string artifact_directory_path = 2;- Returns:
- The artifactDirectoryPath.
 
 - 
getArtifactDirectoryPathBytescom.google.protobuf.ByteString getArtifactDirectoryPathBytes() Filter artifacts matching this path (a relative path from the root artifact directory). optional string artifact_directory_path = 2;- Returns:
- The bytes for artifactDirectoryPath.
 
 - 
hasPageTokenboolean hasPageToken() Token indicating the page of artifact results to fetch optional string page_token = 3;- Returns:
- Whether the pageToken field is set.
 
 - 
getPageTokenjava.lang.String getPageToken() Token indicating the page of artifact results to fetch optional string page_token = 3;- Returns:
- The pageToken.
 
 - 
getPageTokenBytescom.google.protobuf.ByteString getPageTokenBytes() Token indicating the page of artifact results to fetch optional string page_token = 3;- Returns:
- The bytes for pageToken.
 
 
- 
 
-