Package org.mlflow.api.proto
Interface Service.CreatePresignedDownloadUrl.ResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.CreatePresignedDownloadUrl.Response,Service.CreatePresignedDownloadUrl.Response.Builder
- Enclosing class:
- Service.CreatePresignedDownloadUrl
public static interface Service.CreatePresignedDownloadUrl.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsHeaders(String key) Optional headers for the download request (empty for standard S3 GET).longSize of the artifact in bytes, when available.Deprecated.intOptional headers for the download request (empty for standard S3 GET).Optional headers for the download request (empty for standard S3 GET).getHeadersOrDefault(String key, String defaultValue) Optional headers for the download request (empty for standard S3 GET).getHeadersOrThrow(String key) Optional headers for the download request (empty for standard S3 GET).Presigned URL for direct artifact download.com.google.protobuf.ByteStringPresigned URL for direct artifact download.booleanSize of the artifact in bytes, when available.booleanPresigned URL for direct artifact download.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
-
hasPresignedUrl
boolean hasPresignedUrl()Presigned URL for direct artifact download.
optional string presigned_url = 1;- Returns:
- Whether the presignedUrl field is set.
-
getPresignedUrl
String getPresignedUrl()Presigned URL for direct artifact download.
optional string presigned_url = 1;- Returns:
- The presignedUrl.
-
getPresignedUrlBytes
com.google.protobuf.ByteString getPresignedUrlBytes()Presigned URL for direct artifact download.
optional string presigned_url = 1;- Returns:
- The bytes for presignedUrl.
-
getHeadersCount
int getHeadersCount()Optional headers for the download request (empty for standard S3 GET).
map<string, string> headers = 2; -
containsHeaders
Optional headers for the download request (empty for standard S3 GET).
map<string, string> headers = 2; -
getHeaders
Deprecated.UsegetHeadersMap()instead. -
getHeadersMap
Optional headers for the download request (empty for standard S3 GET).
map<string, string> headers = 2; -
getHeadersOrDefault
Optional headers for the download request (empty for standard S3 GET).
map<string, string> headers = 2; -
getHeadersOrThrow
Optional headers for the download request (empty for standard S3 GET).
map<string, string> headers = 2; -
hasFileSize
boolean hasFileSize()Size of the artifact in bytes, when available.
optional int64 file_size = 3;- Returns:
- Whether the fileSize field is set.
-
getFileSize
long getFileSize()Size of the artifact in bytes, when available.
optional int64 file_size = 3;- Returns:
- The fileSize.
-