Class AMSDataView¶
Defined in File views.py
Inheritance Relationships¶
Base Type¶
public abc.ABC
Class Documentation¶
- views.AMSDataView : public abc.ABC
Public Functions
- __init__(self, ams_store, domain_name, entry='data', versions=None, **options)¶
- __enter__(self)¶
- __exit__(self, exc_type, exc_value, exc_traceback)¶
- close(self)¶
- open(self)¶
- input_feature_names(self)¶
a list of the names of the input features
- input_feature_dims(self)¶
a list of the dimensions of input features
- input_feature_types(self)¶
a list of the types of input features
- describe_inputs(self)¶
- output_feature_names(self)¶
a list of the names of the output features
- output_feature_dims(self)¶
a list of the dimensions of output features
- output_feature_types(self)¶
a list of the types of output features
- describe_outputs(self)¶
- get_files(self)¶
- get_input_data(self)¶
Return the input data for this dataset
- get_output_data(self)¶
return the output data for this dataset
- get_data(self)¶
- get(self, k)¶
- versions(self)¶
- versions(self)¶