Package org.mlflow.api.proto
Interface MlflowArtifacts.GetPresignedDownloadUrl.ResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MlflowArtifacts.GetPresignedDownloadUrl.Response,MlflowArtifacts.GetPresignedDownloadUrl.Response.Builder
- Enclosing class:
- MlflowArtifacts.GetPresignedDownloadUrl
public static interface MlflowArtifacts.GetPresignedDownloadUrl.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsHeaders(String key) Optional headers that must be included in the download request.longOptional size of the file in bytes.Deprecated.intOptional headers that must be included in the download request.Optional headers that must be included in the download request.getHeadersOrDefault(String key, String defaultValue) Optional headers that must be included in the download request.getHeadersOrThrow(String key) Optional headers that must be included in the download request.getUrl()The presigned URL for downloading the artifact directly from cloud storage.com.google.protobuf.ByteStringThe presigned URL for downloading the artifact directly from cloud storage.booleanOptional size of the file in bytes.booleanhasUrl()The presigned URL for downloading the artifact directly from cloud storage.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasUrl
boolean hasUrl()The presigned URL for downloading the artifact directly from cloud storage.
optional string url = 1;- Returns:
- Whether the url field is set.
-
getUrl
String getUrl()The presigned URL for downloading the artifact directly from cloud storage.
optional string url = 1;- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()The presigned URL for downloading the artifact directly from cloud storage.
optional string url = 1;- Returns:
- The bytes for url.
-
getHeadersCount
int getHeadersCount()Optional headers that must be included in the download request.
map<string, string> headers = 2; -
containsHeaders
Optional headers that must be included in the download request.
map<string, string> headers = 2; -
getHeaders
Deprecated.UsegetHeadersMap()instead. -
getHeadersMap
Optional headers that must be included in the download request.
map<string, string> headers = 2; -
getHeadersOrDefault
Optional headers that must be included in the download request.
map<string, string> headers = 2; -
getHeadersOrThrow
Optional headers that must be included in the download request.
map<string, string> headers = 2; -
hasFileSize
boolean hasFileSize()Optional size of the file in bytes.
optional int64 file_size = 3;- Returns:
- Whether the fileSize field is set.
-
getFileSize
long getFileSize()Optional size of the file in bytes.
optional int64 file_size = 3;- Returns:
- The fileSize.
-