Skip to documentation content
On this page
  1. Reference contract
  2. Contract
  3. Signature
  4. Authoritative source

create_dataset_from_dataset

Public method `telion_api.Model.create_dataset_from_dataset(label: 'str', dataset: 'str | None' = None, point_data: 'dict[str, Any] | None' = None, cell_data: 'dict[str, Any] | None' = None, include_existing: 'bool' = True, summary: 'str' = '', field_data: 'dict[str, Any] | None' = None, remove_point_fields: 'Iterable[str]' = (), remove_cell_fields: 'Iterable[str]' = (), rename_point_fields: 'dict[str, str] | None' = None, rename_cell_fields: 'dict[str, str] | None' = None) -> 'None'`.

Reference contract

FieldValueDescription
symboltelion_api.Model.create_dataset_from_dataset
signature(label: 'str', dataset: 'str | None' = None, point_data: 'dict[str, Any] | None' = None, cell_data: 'dict[str, Any] | None' = None, include_existing: 'bool' = True, summary: 'str' = '', field_data: 'dict[str, Any] | None' = None, remove_point_fields: 'Iterable[str]' = (), remove_cell_fields: 'Iterable[str]' = (), rename_point_fields: 'dict[str, str] | None' = None, rename_cell_fields: 'dict[str, str] | None' = None) -> 'None'
returnNone

Public method telion_api.Model.create_dataset_from_dataset(label: 'str', dataset: 'str | None' = None, point_data: 'dict[str, Any] | None' = None, cell_data: 'dict[str, Any] | None' = None, include_existing: 'bool' = True, summary: 'str' = '', field_data: 'dict[str, Any] | None' = None, remove_point_fields: 'Iterable[str]' = (), remove_cell_fields: 'Iterable[str]' = (), rename_point_fields: 'dict[str, str] | None' = None, rename_cell_fields: 'dict[str, str] | None' = None) -> 'None'.

Contract

PropertyValue
symboltelion_api.Model.create_dataset_from_dataset
signature(label: 'str', dataset: 'str | None' = None, point_data: 'dict[str, Any] | None' = None, cell_data: 'dict[str, Any] | None' = None, include_existing: 'bool' = True, summary: 'str' = '', field_data: 'dict[str, Any] | None' = None, remove_point_fields: 'Iterable[str]' = (), remove_cell_fields: 'Iterable[str]' = (), rename_point_fields: 'dict[str, str] | None' = None, rename_cell_fields: 'dict[str, str] | None' = None) -> 'None'
returnNone

Signature

telion_api.Model.create_dataset_from_dataset(label: 'str', dataset: 'str | None' = None, point_data: 'dict[str, Any] | None' = None, cell_data: 'dict[str, Any] | None' = None, include_existing: 'bool' = True, summary: 'str' = '', field_data: 'dict[str, Any] | None' = None, remove_point_fields: 'Iterable[str]' = (), remove_cell_fields: 'Iterable[str]' = (), rename_point_fields: 'dict[str, str] | None' = None, rename_cell_fields: 'dict[str, str] | None' = None) -> 'None'

Authoritative source

Catalog
python:telion_api.__all__
Identity
telion_api.Model.create_dataset_from_dataset
Path
sdk/python/telion_api/model.py
Symbol
telion_api.Model.create_dataset_from_dataset