Skip to content
TensorStore
tensorstore.CodecSpec
Initializing search
    google/tensorstore
    google/tensorstore
      • Tutorial
      • Indexing
      • API reference
        • Core
        • Indexing
        • Spec
          • CSpec
          • CSchema
          • CCodecSpec
            • Constructors
              • M__init__
            • Public members
              • Mto_json
          • CCodecSpec
            • Constructors
              • M__init__
            • Public members
              • Mto_json
          • CChunkLayout
          • CUnit
        • Views
        • Data types
        • Asynchronous support
        • Experimental
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    • Constructors
    • Public members
    class tensorstore.CodecSpec

    Specifies driver-specific encoding/decoding parameters.

    Constructors¶

    CodecSpec(json: Any)

    Constructs from the JSON representation.

    Public members¶

    to_json(include_defaults: bool = False) → Any

    Converts to the JSON representation.

    Back to top
    Previous tensorstore.Schema.__eq__
    Next tensorstore.CodecSpec.__init__