TrainingDataParts#

A TrainingDataPart instance is a singular file that is part of a TrainingData instance.

Directory#

class TrainingDataPartDirectory(client: ansys.simai.core.client.SimAIClient)#

Provides the collection of methods related to training data parts.

This class is accessed through client.training_data_parts.

get(id: str) TrainingDataPart#

Get a TrainingDataPart object from the server.

Model#

class TrainingDataPart(*args, **kwargs)#

Provides the local representation of a training data part object.

reload() None#

Refresh the object with its representation from the server.

property fields: dict#

Dictionary containing the raw object representation.

property id: str#

ID of the object on the server.

property name: str#

Name of the file.

property size: int#

Size of the file in bytes.