public static interface ModelRegistry.GetModelVersionDownloadUri.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getArtifactUri()
URI corresponding to where artifacts for this model version are stored.
|
com.google.protobuf.ByteString |
getArtifactUriBytes()
URI corresponding to where artifacts for this model version are stored.
|
boolean |
hasArtifactUri()
URI corresponding to where artifacts for this model version are stored.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasArtifactUri()
URI corresponding to where artifacts for this model version are stored.
optional string artifact_uri = 1;
String getArtifactUri()
URI corresponding to where artifacts for this model version are stored.
optional string artifact_uri = 1;
com.google.protobuf.ByteString getArtifactUriBytes()
URI corresponding to where artifacts for this model version are stored.
optional string artifact_uri = 1;
Copyright © 2021. All rights reserved.