ansys.sherlock.core.types.project_types.CsvExcelOutlineFile#

class ansys.sherlock.core.types.project_types.CsvExcelOutlineFile(**data)#

Contains the properties for a CSV or Excel outline file.

Methods

CsvExcelOutlineFile.construct([_fields_set])

CsvExcelOutlineFile.copy(*[, include, ...])

Returns a copy of the model.

CsvExcelOutlineFile.dict(*[, include, ...])

CsvExcelOutlineFile.from_orm(obj)

CsvExcelOutlineFile.json(*[, include, ...])

CsvExcelOutlineFile.model_construct([...])

Creates a new instance of the Model class with validated data.

CsvExcelOutlineFile.model_copy(*[, update, deep])

!!! abstract "Usage Documentation"

CsvExcelOutlineFile.model_dump(*[, mode, ...])

!!! abstract "Usage Documentation"

CsvExcelOutlineFile.model_dump_json(*[, ...])

!!! abstract "Usage Documentation"

CsvExcelOutlineFile.model_json_schema([...])

Generates a JSON schema for a model class.

CsvExcelOutlineFile.model_parametrized_name(params)

Compute the class name for parametrizations of generic classes.

CsvExcelOutlineFile.model_post_init(context, /)

Override this method to perform additional initialization after __init__ and model_construct.

CsvExcelOutlineFile.model_rebuild(*[, ...])

Try to rebuild the pydantic-core schema for the model.

CsvExcelOutlineFile.model_validate(obj, *[, ...])

Validate a pydantic model instance.

CsvExcelOutlineFile.model_validate_json(...)

!!! abstract "Usage Documentation"

CsvExcelOutlineFile.model_validate_strings(obj, *)

Validate the given object with string data against the Pydantic model.

CsvExcelOutlineFile.non_negative_int_validation(...)

Validate integer fields listed contain non-negative values.

CsvExcelOutlineFile.parse_file(path, *[, ...])

CsvExcelOutlineFile.parse_obj(obj)

CsvExcelOutlineFile.parse_raw(b, *[, ...])

CsvExcelOutlineFile.schema([by_alias, ...])

CsvExcelOutlineFile.schema_json(*[, ...])

CsvExcelOutlineFile.str_validation(value, info)

Validate string fields listed.

CsvExcelOutlineFile.update_forward_refs(...)

CsvExcelOutlineFile.validate(value)

Attributes

CsvExcelOutlineFile.model_computed_fields

CsvExcelOutlineFile.model_config

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

CsvExcelOutlineFile.model_extra

Get extra fields set during validation.

CsvExcelOutlineFile.model_fields

CsvExcelOutlineFile.model_fields_set

Returns the set of fields that have been explicitly set on this model instance.

CsvExcelOutlineFile.header_row_count

Number of rows before the column header in the file

CsvExcelOutlineFile.x_location_column

X location column name

CsvExcelOutlineFile.y_location_column

Y location column name

CsvExcelOutlineFile.location_units

Units for location values