Interface ModelRegistry.GetModelVersionDownloadUri.ResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.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.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasArtifactUri

        boolean hasArtifactUri()
         URI corresponding to where artifacts for this model version are stored.
         
        optional string artifact_uri = 1;
      • getArtifactUri

        java.lang.String getArtifactUri()
         URI corresponding to where artifacts for this model version are stored.
         
        optional string artifact_uri = 1;
      • getArtifactUriBytes

        com.google.protobuf.ByteString getArtifactUriBytes()
         URI corresponding to where artifacts for this model version are stored.
         
        optional string artifact_uri = 1;