Package org.mlflow.api.proto
Interface ModelRegistry.GetModelVersionDownloadUri.ResponseOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- ModelRegistry.GetModelVersionDownloadUri.Response,- ModelRegistry.GetModelVersionDownloadUri.Response.Builder
 - Enclosing class:
- ModelRegistry.GetModelVersionDownloadUri
 
 public static interface ModelRegistry.GetModelVersionDownloadUri.ResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetArtifactUri()URI corresponding to where artifacts for this model version are stored.com.google.protobuf.ByteStringgetArtifactUriBytes()URI corresponding to where artifacts for this model version are stored.booleanhasArtifactUri()URI corresponding to where artifacts for this model version are stored.- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasArtifactUriboolean hasArtifactUri() URI corresponding to where artifacts for this model version are stored. optional string artifact_uri = 1;- Returns:
- Whether the artifactUri field is set.
 
 - 
getArtifactUrijava.lang.String getArtifactUri() URI corresponding to where artifacts for this model version are stored. optional string artifact_uri = 1;- Returns:
- The artifactUri.
 
 - 
getArtifactUriBytescom.google.protobuf.ByteString getArtifactUriBytes() URI corresponding to where artifacts for this model version are stored. optional string artifact_uri = 1;- Returns:
- The bytes for artifactUri.
 
 
- 
 
-