Interface ExecutionOuterClass.LiteralMapBlobOrBuilder

    • Method Detail

      • hasValues

        boolean hasValues()
         Data in LiteralMap format
         
        .flyteidl.core.LiteralMap values = 1;
        Returns:
        Whether the values field is set.
      • getValues

        Literals.LiteralMap getValues()
         Data in LiteralMap format
         
        .flyteidl.core.LiteralMap values = 1;
        Returns:
        The values.
      • getUri

        java.lang.String getUri()
         In the event that the map is too large, we return a uri to the data
         
        string uri = 2;
        Returns:
        The uri.
      • getUriBytes

        com.google.protobuf.ByteString getUriBytes()
         In the event that the map is too large, we return a uri to the data
         
        string uri = 2;
        Returns:
        The bytes for uri.