The models package#

Summary#

common

Provides the user information schema for the current user.

core

Provides the error response schema.

metadata

Provides schemas for one or more data assignments and for a data transfer source and destination.

msg

Provides the build information schema and response schemas for other data transfer operations.

ops

Provides the schemas for the operation state and operation.

permissions

Provides the schemas for resource type, role type, and subject type.

rest

Provides the Pydantic model for a schema related to a copy operation.

storage

Provides the schema for the path type.

FieldCompatBucketNameFileNamePostRequest

Provides the post operation request schema for field compatibility of the bucket name and file name.

Description#

PyHPS data transfer models subpackage.

Module detail#

class models.FieldCompatBucketNameFileNamePostRequest(/, **data: Any)#

Provides the post operation request schema for field compatibility of the bucket name and file name.

Overview#

Import detail#

from ansys.hps.data_transfer.client.models import FieldCompatBucketNameFileNamePostRequest

Attribute detail#

FieldCompatBucketNameFileNamePostRequest.file: bytes = None#