Stream information container that is used to describe streams when implementing custom minibatch source through UserMinibatchSource.
| 1 | StreamInformation(name, stream_id, storage_format, dtype, shape)
 | 
| name | string (optional) the name of the Function instance in the network | 
| stream_id | (int) unique ID of the stream | 
| storage_format | "dense" or "sparse" | 
| dtype | data type to be used ("float32", "float64", or "auto") | 
| shape | list of ints representing tensor shape | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.