Package org.mlflow.api.proto
Interface Service.CreatePresignedUploadUrlOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.CreatePresignedUploadUrl,Service.CreatePresignedUploadUrl.Builder
- Enclosing class:
- Service
public static interface Service.CreatePresignedUploadUrlOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongURL expiration time in seconds (default: 900).getPath()Relative path within the run's artifact directory (e.g.com.google.protobuf.ByteStringRelative path within the run's artifact directory (e.g.getRunId()Run ID that owns the artifact.com.google.protobuf.ByteStringRun ID that owns the artifact.booleanURL expiration time in seconds (default: 900).booleanhasPath()Relative path within the run's artifact directory (e.g.booleanhasRunId()Run ID that owns the artifact.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
-
hasRunId
boolean hasRunId()Run ID that owns the artifact. Must be provided.
optional string run_id = 1;- Returns:
- Whether the runId field is set.
-
getRunId
String getRunId()Run ID that owns the artifact. Must be provided.
optional string run_id = 1;- Returns:
- The runId.
-
getRunIdBytes
com.google.protobuf.ByteString getRunIdBytes()Run ID that owns the artifact. Must be provided.
optional string run_id = 1;- Returns:
- The bytes for runId.
-
hasPath
boolean hasPath()Relative path within the run's artifact directory (e.g. "models/model.pkl"). Must be provided.
optional string path = 2;- Returns:
- Whether the path field is set.
-
getPath
String getPath()Relative path within the run's artifact directory (e.g. "models/model.pkl"). Must be provided.
optional string path = 2;- Returns:
- The path.
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()Relative path within the run's artifact directory (e.g. "models/model.pkl"). Must be provided.
optional string path = 2;- Returns:
- The bytes for path.
-
hasExpiration
boolean hasExpiration()URL expiration time in seconds (default: 900).
optional int64 expiration = 3;- Returns:
- Whether the expiration field is set.
-
getExpiration
long getExpiration()URL expiration time in seconds (default: 900).
optional int64 expiration = 3;- Returns:
- The expiration.
-