| Name | Type | Description |
|---|---|---|
data* | str | bytes | The in-memory data associated with the |
encoding | str | Default: 'utf-8'Encoding to use if decoding the bytes into a string |
mime_type | str | None | Default: NoneIf provided, will be set as the MIME type of the data |
path | str | None | Default: None |
metadata | dict[Any, Any] | None | Default: None |
Initialize the Blob from in-memory data.
If provided, will be set as the source from which the data came
Metadata to associate with the Blob