DatasetStorageFormat Class

The format definition of a storage.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: AvroFormat, JsonFormat, OrcFormat, ParquetFormat, TextFormat

Constructor

DatasetStorageFormat(*args: Any, **kwargs: Any)

Variables

Name Description
type
str

Type of dataset storage format. Required. Default value is None.

serializer
any

Serializer. Type: string (or Expression with resultType string).

deserializer
any

Deserializer. Type: string (or Expression with resultType string).

Attributes

deserializer

string (or Expression with resultType string).

deserializer: Any | None

serializer

string (or Expression with resultType string).

serializer: Any | None

type

Type of dataset storage format. Required. Default value is None.

type: str