kappa_sdk.Metadata#
- class kappa_sdk.Metadata(user_measure_id, is_by_step, first_x, min_y, max_y, is_step_at_start, name, count, min_x=None, max_x=None, cumulative_vector_id=None)[source]#
Metadata object.
Presents a KAPPA Automate vector metadata object
Note
Should not be instantiated directly.
Attributes
Gets number of points for this
MetadataGets cumulative vector id for this
MetadataGets the first X for this
Metadata.Metadata is a step data or not.
Metadata is a step at start data or not.
Gets maximum X for this
MetadataGets the maximum Y for this
Metadata.Gets minimum X for this
MetadataGets the minimum Y for this
Metadata.Gets name for this
MetadataGets the user measure id for this
Metadata.Methods
- Parameters:
user_measure_id (str | None)
is_by_step (bool)
first_x (datetime | None)
min_y (float | None)
max_y (float | None)
is_step_at_start (bool)
name (str)
count (int)
min_x (datetime | None)
max_x (datetime | None)
cumulative_vector_id (str | None)
- __init__(user_measure_id, is_by_step, first_x, min_y, max_y, is_step_at_start, name, count, min_x=None, max_x=None, cumulative_vector_id=None)[source]#
- Parameters:
user_measure_id (str | None)
is_by_step (bool)
first_x (datetime | None)
min_y (float | None)
max_y (float | None)
is_step_at_start (bool)
name (str)
count (int)
min_x (datetime | None)
max_x (datetime | None)
cumulative_vector_id (str | None)
- property is_by_step: bool#
Metadata is a step data or not.
- Type:
A value indicating whether this class
- property is_step_at_start: bool#
Metadata is a step at start data or not.
- Type:
A value indicating whether this class