:py:mod:`vendor_fabric.meshy.models` ==================================== .. py:module:: vendor_fabric.meshy.models .. autodoc2-docstring:: vendor_fabric.meshy.models :parser: myst :allowtitles: Module Contents --------------- Classes ~~~~~~~ .. list-table:: :class: autosummary longtable :align: left * - :py:obj:`TaskStatus ` - * - :py:obj:`ArtStyle ` - .. autodoc2-docstring:: vendor_fabric.meshy.models.ArtStyle :parser: myst :summary: * - :py:obj:`TexturePBRMapType ` - * - :py:obj:`Text3DRequest ` - * - :py:obj:`ModelUrls ` - * - :py:obj:`TextureUrls ` - * - :py:obj:`Text3DResult ` - * - :py:obj:`Text3DTask ` - * - :py:obj:`RiggingTask ` - * - :py:obj:`AnimationTask ` - * - :py:obj:`RetextureTask ` - * - :py:obj:`AnimationAction ` - * - :py:obj:`TextTextureRequest ` - * - :py:obj:`TextTextureResult ` - * - :py:obj:`Image3DRequest ` - * - :py:obj:`Image3DResult ` - * - :py:obj:`RiggingRequest ` - * - :py:obj:`BasicAnimations ` - * - :py:obj:`RiggingResultData ` - * - :py:obj:`RiggingResult ` - * - :py:obj:`AnimationRequest ` - * - :py:obj:`AnimationResult ` - * - :py:obj:`RetextureRequest ` - * - :py:obj:`RetextureResult ` - * - :py:obj:`AssetIntent ` - .. autodoc2-docstring:: vendor_fabric.meshy.models.AssetIntent :parser: myst :summary: * - :py:obj:`AssetSpec ` - .. autodoc2-docstring:: vendor_fabric.meshy.models.AssetSpec :parser: myst :summary: API ~~~ .. py:class:: TaskStatus() :canonical: vendor_fabric.meshy.models.TaskStatus Bases: :py:obj:`enum.StrEnum` .. py:attribute:: PENDING :canonical: vendor_fabric.meshy.models.TaskStatus.PENDING :value: 'PENDING' .. autodoc2-docstring:: vendor_fabric.meshy.models.TaskStatus.PENDING :parser: myst .. py:attribute:: IN_PROGRESS :canonical: vendor_fabric.meshy.models.TaskStatus.IN_PROGRESS :value: 'IN_PROGRESS' .. autodoc2-docstring:: vendor_fabric.meshy.models.TaskStatus.IN_PROGRESS :parser: myst .. py:attribute:: SUCCEEDED :canonical: vendor_fabric.meshy.models.TaskStatus.SUCCEEDED :value: 'SUCCEEDED' .. autodoc2-docstring:: vendor_fabric.meshy.models.TaskStatus.SUCCEEDED :parser: myst .. py:attribute:: FAILED :canonical: vendor_fabric.meshy.models.TaskStatus.FAILED :value: 'FAILED' .. autodoc2-docstring:: vendor_fabric.meshy.models.TaskStatus.FAILED :parser: myst .. py:attribute:: EXPIRED :canonical: vendor_fabric.meshy.models.TaskStatus.EXPIRED :value: 'EXPIRED' .. autodoc2-docstring:: vendor_fabric.meshy.models.TaskStatus.EXPIRED :parser: myst .. py:method:: capitalize() :canonical: vendor_fabric.meshy.models.TaskStatus.capitalize .. py:method:: casefold() :canonical: vendor_fabric.meshy.models.TaskStatus.casefold .. py:method:: center() :canonical: vendor_fabric.meshy.models.TaskStatus.center .. py:method:: count() :canonical: vendor_fabric.meshy.models.TaskStatus.count .. py:method:: encode() :canonical: vendor_fabric.meshy.models.TaskStatus.encode .. py:method:: endswith() :canonical: vendor_fabric.meshy.models.TaskStatus.endswith .. py:method:: expandtabs() :canonical: vendor_fabric.meshy.models.TaskStatus.expandtabs .. py:method:: find() :canonical: vendor_fabric.meshy.models.TaskStatus.find .. py:method:: format() :canonical: vendor_fabric.meshy.models.TaskStatus.format .. py:method:: format_map() :canonical: vendor_fabric.meshy.models.TaskStatus.format_map .. py:method:: index() :canonical: vendor_fabric.meshy.models.TaskStatus.index .. py:method:: isalnum() :canonical: vendor_fabric.meshy.models.TaskStatus.isalnum .. py:method:: isalpha() :canonical: vendor_fabric.meshy.models.TaskStatus.isalpha .. py:method:: isascii() :canonical: vendor_fabric.meshy.models.TaskStatus.isascii .. py:method:: isdecimal() :canonical: vendor_fabric.meshy.models.TaskStatus.isdecimal .. py:method:: isdigit() :canonical: vendor_fabric.meshy.models.TaskStatus.isdigit .. py:method:: isidentifier() :canonical: vendor_fabric.meshy.models.TaskStatus.isidentifier .. py:method:: islower() :canonical: vendor_fabric.meshy.models.TaskStatus.islower .. py:method:: isnumeric() :canonical: vendor_fabric.meshy.models.TaskStatus.isnumeric .. py:method:: isprintable() :canonical: vendor_fabric.meshy.models.TaskStatus.isprintable .. py:method:: isspace() :canonical: vendor_fabric.meshy.models.TaskStatus.isspace .. py:method:: istitle() :canonical: vendor_fabric.meshy.models.TaskStatus.istitle .. py:method:: isupper() :canonical: vendor_fabric.meshy.models.TaskStatus.isupper .. py:method:: join() :canonical: vendor_fabric.meshy.models.TaskStatus.join .. py:method:: ljust() :canonical: vendor_fabric.meshy.models.TaskStatus.ljust .. py:method:: lower() :canonical: vendor_fabric.meshy.models.TaskStatus.lower .. py:method:: lstrip() :canonical: vendor_fabric.meshy.models.TaskStatus.lstrip .. py:method:: partition() :canonical: vendor_fabric.meshy.models.TaskStatus.partition .. py:method:: removeprefix() :canonical: vendor_fabric.meshy.models.TaskStatus.removeprefix .. py:method:: removesuffix() :canonical: vendor_fabric.meshy.models.TaskStatus.removesuffix .. py:method:: replace() :canonical: vendor_fabric.meshy.models.TaskStatus.replace .. py:method:: rfind() :canonical: vendor_fabric.meshy.models.TaskStatus.rfind .. py:method:: rindex() :canonical: vendor_fabric.meshy.models.TaskStatus.rindex .. py:method:: rjust() :canonical: vendor_fabric.meshy.models.TaskStatus.rjust .. py:method:: rpartition() :canonical: vendor_fabric.meshy.models.TaskStatus.rpartition .. py:method:: rsplit() :canonical: vendor_fabric.meshy.models.TaskStatus.rsplit .. py:method:: rstrip() :canonical: vendor_fabric.meshy.models.TaskStatus.rstrip .. py:method:: split() :canonical: vendor_fabric.meshy.models.TaskStatus.split .. py:method:: splitlines() :canonical: vendor_fabric.meshy.models.TaskStatus.splitlines .. py:method:: startswith() :canonical: vendor_fabric.meshy.models.TaskStatus.startswith .. py:method:: strip() :canonical: vendor_fabric.meshy.models.TaskStatus.strip .. py:method:: swapcase() :canonical: vendor_fabric.meshy.models.TaskStatus.swapcase .. py:method:: title() :canonical: vendor_fabric.meshy.models.TaskStatus.title .. py:method:: translate() :canonical: vendor_fabric.meshy.models.TaskStatus.translate .. py:method:: upper() :canonical: vendor_fabric.meshy.models.TaskStatus.upper .. py:method:: zfill() :canonical: vendor_fabric.meshy.models.TaskStatus.zfill .. py:method:: name() :canonical: vendor_fabric.meshy.models.TaskStatus.name .. py:method:: value() :canonical: vendor_fabric.meshy.models.TaskStatus.value .. py:class:: ArtStyle() :canonical: vendor_fabric.meshy.models.ArtStyle Bases: :py:obj:`enum.StrEnum` .. autodoc2-docstring:: vendor_fabric.meshy.models.ArtStyle :parser: myst .. rubric:: Initialization .. autodoc2-docstring:: vendor_fabric.meshy.models.ArtStyle.__init__ :parser: myst .. py:attribute:: REALISTIC :canonical: vendor_fabric.meshy.models.ArtStyle.REALISTIC :value: 'realistic' .. autodoc2-docstring:: vendor_fabric.meshy.models.ArtStyle.REALISTIC :parser: myst .. py:attribute:: SCULPTURE :canonical: vendor_fabric.meshy.models.ArtStyle.SCULPTURE :value: 'sculpture' .. autodoc2-docstring:: vendor_fabric.meshy.models.ArtStyle.SCULPTURE :parser: myst .. py:method:: capitalize() :canonical: vendor_fabric.meshy.models.ArtStyle.capitalize .. py:method:: casefold() :canonical: vendor_fabric.meshy.models.ArtStyle.casefold .. py:method:: center() :canonical: vendor_fabric.meshy.models.ArtStyle.center .. py:method:: count() :canonical: vendor_fabric.meshy.models.ArtStyle.count .. py:method:: encode() :canonical: vendor_fabric.meshy.models.ArtStyle.encode .. py:method:: endswith() :canonical: vendor_fabric.meshy.models.ArtStyle.endswith .. py:method:: expandtabs() :canonical: vendor_fabric.meshy.models.ArtStyle.expandtabs .. py:method:: find() :canonical: vendor_fabric.meshy.models.ArtStyle.find .. py:method:: format() :canonical: vendor_fabric.meshy.models.ArtStyle.format .. py:method:: format_map() :canonical: vendor_fabric.meshy.models.ArtStyle.format_map .. py:method:: index() :canonical: vendor_fabric.meshy.models.ArtStyle.index .. py:method:: isalnum() :canonical: vendor_fabric.meshy.models.ArtStyle.isalnum .. py:method:: isalpha() :canonical: vendor_fabric.meshy.models.ArtStyle.isalpha .. py:method:: isascii() :canonical: vendor_fabric.meshy.models.ArtStyle.isascii .. py:method:: isdecimal() :canonical: vendor_fabric.meshy.models.ArtStyle.isdecimal .. py:method:: isdigit() :canonical: vendor_fabric.meshy.models.ArtStyle.isdigit .. py:method:: isidentifier() :canonical: vendor_fabric.meshy.models.ArtStyle.isidentifier .. py:method:: islower() :canonical: vendor_fabric.meshy.models.ArtStyle.islower .. py:method:: isnumeric() :canonical: vendor_fabric.meshy.models.ArtStyle.isnumeric .. py:method:: isprintable() :canonical: vendor_fabric.meshy.models.ArtStyle.isprintable .. py:method:: isspace() :canonical: vendor_fabric.meshy.models.ArtStyle.isspace .. py:method:: istitle() :canonical: vendor_fabric.meshy.models.ArtStyle.istitle .. py:method:: isupper() :canonical: vendor_fabric.meshy.models.ArtStyle.isupper .. py:method:: join() :canonical: vendor_fabric.meshy.models.ArtStyle.join .. py:method:: ljust() :canonical: vendor_fabric.meshy.models.ArtStyle.ljust .. py:method:: lower() :canonical: vendor_fabric.meshy.models.ArtStyle.lower .. py:method:: lstrip() :canonical: vendor_fabric.meshy.models.ArtStyle.lstrip .. py:method:: partition() :canonical: vendor_fabric.meshy.models.ArtStyle.partition .. py:method:: removeprefix() :canonical: vendor_fabric.meshy.models.ArtStyle.removeprefix .. py:method:: removesuffix() :canonical: vendor_fabric.meshy.models.ArtStyle.removesuffix .. py:method:: replace() :canonical: vendor_fabric.meshy.models.ArtStyle.replace .. py:method:: rfind() :canonical: vendor_fabric.meshy.models.ArtStyle.rfind .. py:method:: rindex() :canonical: vendor_fabric.meshy.models.ArtStyle.rindex .. py:method:: rjust() :canonical: vendor_fabric.meshy.models.ArtStyle.rjust .. py:method:: rpartition() :canonical: vendor_fabric.meshy.models.ArtStyle.rpartition .. py:method:: rsplit() :canonical: vendor_fabric.meshy.models.ArtStyle.rsplit .. py:method:: rstrip() :canonical: vendor_fabric.meshy.models.ArtStyle.rstrip .. py:method:: split() :canonical: vendor_fabric.meshy.models.ArtStyle.split .. py:method:: splitlines() :canonical: vendor_fabric.meshy.models.ArtStyle.splitlines .. py:method:: startswith() :canonical: vendor_fabric.meshy.models.ArtStyle.startswith .. py:method:: strip() :canonical: vendor_fabric.meshy.models.ArtStyle.strip .. py:method:: swapcase() :canonical: vendor_fabric.meshy.models.ArtStyle.swapcase .. py:method:: title() :canonical: vendor_fabric.meshy.models.ArtStyle.title .. py:method:: translate() :canonical: vendor_fabric.meshy.models.ArtStyle.translate .. py:method:: upper() :canonical: vendor_fabric.meshy.models.ArtStyle.upper .. py:method:: zfill() :canonical: vendor_fabric.meshy.models.ArtStyle.zfill .. py:method:: name() :canonical: vendor_fabric.meshy.models.ArtStyle.name .. py:method:: value() :canonical: vendor_fabric.meshy.models.ArtStyle.value .. py:class:: TexturePBRMapType() :canonical: vendor_fabric.meshy.models.TexturePBRMapType Bases: :py:obj:`enum.StrEnum` .. py:attribute:: BASE_COLOR :canonical: vendor_fabric.meshy.models.TexturePBRMapType.BASE_COLOR :value: 'baseColor' .. autodoc2-docstring:: vendor_fabric.meshy.models.TexturePBRMapType.BASE_COLOR :parser: myst .. py:attribute:: METALLIC :canonical: vendor_fabric.meshy.models.TexturePBRMapType.METALLIC :value: 'metallic' .. autodoc2-docstring:: vendor_fabric.meshy.models.TexturePBRMapType.METALLIC :parser: myst .. py:attribute:: ROUGHNESS :canonical: vendor_fabric.meshy.models.TexturePBRMapType.ROUGHNESS :value: 'roughness' .. autodoc2-docstring:: vendor_fabric.meshy.models.TexturePBRMapType.ROUGHNESS :parser: myst .. py:attribute:: NORMAL :canonical: vendor_fabric.meshy.models.TexturePBRMapType.NORMAL :value: 'normal' .. autodoc2-docstring:: vendor_fabric.meshy.models.TexturePBRMapType.NORMAL :parser: myst .. py:attribute:: AO :canonical: vendor_fabric.meshy.models.TexturePBRMapType.AO :value: 'ao' .. autodoc2-docstring:: vendor_fabric.meshy.models.TexturePBRMapType.AO :parser: myst .. py:method:: capitalize() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.capitalize .. py:method:: casefold() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.casefold .. py:method:: center() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.center .. py:method:: count() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.count .. py:method:: encode() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.encode .. py:method:: endswith() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.endswith .. py:method:: expandtabs() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.expandtabs .. py:method:: find() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.find .. py:method:: format() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.format .. py:method:: format_map() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.format_map .. py:method:: index() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.index .. py:method:: isalnum() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.isalnum .. py:method:: isalpha() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.isalpha .. py:method:: isascii() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.isascii .. py:method:: isdecimal() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.isdecimal .. py:method:: isdigit() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.isdigit .. py:method:: isidentifier() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.isidentifier .. py:method:: islower() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.islower .. py:method:: isnumeric() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.isnumeric .. py:method:: isprintable() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.isprintable .. py:method:: isspace() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.isspace .. py:method:: istitle() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.istitle .. py:method:: isupper() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.isupper .. py:method:: join() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.join .. py:method:: ljust() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.ljust .. py:method:: lower() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.lower .. py:method:: lstrip() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.lstrip .. py:method:: partition() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.partition .. py:method:: removeprefix() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.removeprefix .. py:method:: removesuffix() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.removesuffix .. py:method:: replace() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.replace .. py:method:: rfind() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.rfind .. py:method:: rindex() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.rindex .. py:method:: rjust() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.rjust .. py:method:: rpartition() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.rpartition .. py:method:: rsplit() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.rsplit .. py:method:: rstrip() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.rstrip .. py:method:: split() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.split .. py:method:: splitlines() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.splitlines .. py:method:: startswith() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.startswith .. py:method:: strip() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.strip .. py:method:: swapcase() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.swapcase .. py:method:: title() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.title .. py:method:: translate() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.translate .. py:method:: upper() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.upper .. py:method:: zfill() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.zfill .. py:method:: name() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.name .. py:method:: value() :canonical: vendor_fabric.meshy.models.TexturePBRMapType.value .. py:class:: Text3DRequest(/, **data: typing.Any) :canonical: vendor_fabric.meshy.models.Text3DRequest Bases: :py:obj:`pydantic.BaseModel` .. py:attribute:: mode :canonical: vendor_fabric.meshy.models.Text3DRequest.mode :type: str :value: 'Field(...)' .. autodoc2-docstring:: vendor_fabric.meshy.models.Text3DRequest.mode :parser: myst .. py:attribute:: prompt :canonical: vendor_fabric.meshy.models.Text3DRequest.prompt :type: str :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.Text3DRequest.prompt :parser: myst .. py:attribute:: art_style :canonical: vendor_fabric.meshy.models.Text3DRequest.art_style :type: vendor_fabric.meshy.models.ArtStyle :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.Text3DRequest.art_style :parser: myst .. py:attribute:: negative_prompt :canonical: vendor_fabric.meshy.models.Text3DRequest.negative_prompt :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.Text3DRequest.negative_prompt :parser: myst .. py:attribute:: ai_model :canonical: vendor_fabric.meshy.models.Text3DRequest.ai_model :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.Text3DRequest.ai_model :parser: myst .. py:attribute:: topology :canonical: vendor_fabric.meshy.models.Text3DRequest.topology :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.Text3DRequest.topology :parser: myst .. py:attribute:: target_polycount :canonical: vendor_fabric.meshy.models.Text3DRequest.target_polycount :type: int | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.Text3DRequest.target_polycount :parser: myst .. py:attribute:: enable_pbr :canonical: vendor_fabric.meshy.models.Text3DRequest.enable_pbr :type: bool | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.Text3DRequest.enable_pbr :parser: myst .. py:attribute:: model_config :canonical: vendor_fabric.meshy.models.Text3DRequest.model_config :type: typing.ClassVar[pydantic.config.ConfigDict] :value: 'ConfigDict(...)' .. py:method:: model_fields() -> dict[str, pydantic.fields.FieldInfo] :canonical: vendor_fabric.meshy.models.Text3DRequest.model_fields :classmethod: .. py:method:: model_computed_fields() -> dict[str, pydantic.fields.ComputedFieldInfo] :canonical: vendor_fabric.meshy.models.Text3DRequest.model_computed_fields :classmethod: .. py:property:: model_extra :canonical: vendor_fabric.meshy.models.Text3DRequest.model_extra :type: dict[str, typing.Any] | None .. py:property:: model_fields_set :canonical: vendor_fabric.meshy.models.Text3DRequest.model_fields_set :type: set[str] .. py:method:: model_construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DRequest.model_construct :classmethod: .. py:method:: model_copy(*, update: collections.abc.Mapping[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DRequest.model_copy .. py:method:: model_dump(*, mode: typing.Literal[json, python] | str = 'python', include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.Text3DRequest.model_dump .. py:method:: model_dump_json(*, indent: int | None = None, ensure_ascii: bool = False, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> str :canonical: vendor_fabric.meshy.models.Text3DRequest.model_dump_json .. py:method:: model_json_schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, schema_generator: type[pydantic.json_schema.GenerateJsonSchema] = GenerateJsonSchema, mode: pydantic.json_schema.JsonSchemaMode = 'validation', *, union_format: typing.Literal[any_of, primitive_type_array] = 'any_of') -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.Text3DRequest.model_json_schema :classmethod: .. py:method:: model_parametrized_name(params: tuple[type[typing.Any], ...]) -> str :canonical: vendor_fabric.meshy.models.Text3DRequest.model_parametrized_name :classmethod: .. py:method:: model_post_init(context: typing.Any, /) -> None :canonical: vendor_fabric.meshy.models.Text3DRequest.model_post_init .. py:method:: model_rebuild(*, force: bool = False, raise_errors: bool = True, _parent_namespace_depth: int = 2, _types_namespace: pydantic._internal._namespace_utils.MappingNamespace | None = None) -> bool | None :canonical: vendor_fabric.meshy.models.Text3DRequest.model_rebuild :classmethod: .. py:method:: model_validate(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, from_attributes: bool | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DRequest.model_validate :classmethod: .. py:method:: model_validate_json(json_data: str | bytes | bytearray, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DRequest.model_validate_json :classmethod: .. py:method:: model_validate_strings(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DRequest.model_validate_strings :classmethod: .. py:method:: dict(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.Text3DRequest.dict .. py:method:: json(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, encoder: typing.Callable[[typing.Any], typing.Any] | None = PydanticUndefined, models_as_dict: bool = PydanticUndefined, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.Text3DRequest.json .. py:method:: parse_obj(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DRequest.parse_obj :classmethod: .. py:method:: parse_raw(b: str | bytes, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DRequest.parse_raw :classmethod: .. py:method:: parse_file(path: str | pathlib.Path, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DRequest.parse_file :classmethod: .. py:method:: from_orm(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DRequest.from_orm :classmethod: .. py:method:: construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DRequest.construct :classmethod: .. py:method:: copy(*, include: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, exclude: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, update: typing.Dict[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DRequest.copy .. py:method:: schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.Text3DRequest.schema :classmethod: .. py:method:: schema_json(*, by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.Text3DRequest.schema_json :classmethod: .. py:method:: validate(value: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DRequest.validate :classmethod: .. py:method:: update_forward_refs(**localns: typing.Any) -> None :canonical: vendor_fabric.meshy.models.Text3DRequest.update_forward_refs :classmethod: .. py:class:: ModelUrls(/, **data: typing.Any) :canonical: vendor_fabric.meshy.models.ModelUrls Bases: :py:obj:`pydantic.BaseModel` .. py:attribute:: glb :canonical: vendor_fabric.meshy.models.ModelUrls.glb :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.ModelUrls.glb :parser: myst .. py:attribute:: fbx :canonical: vendor_fabric.meshy.models.ModelUrls.fbx :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.ModelUrls.fbx :parser: myst .. py:attribute:: usdz :canonical: vendor_fabric.meshy.models.ModelUrls.usdz :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.ModelUrls.usdz :parser: myst .. py:attribute:: obj :canonical: vendor_fabric.meshy.models.ModelUrls.obj :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.ModelUrls.obj :parser: myst .. py:attribute:: mtl :canonical: vendor_fabric.meshy.models.ModelUrls.mtl :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.ModelUrls.mtl :parser: myst .. py:attribute:: model_config :canonical: vendor_fabric.meshy.models.ModelUrls.model_config :type: typing.ClassVar[pydantic.config.ConfigDict] :value: 'ConfigDict(...)' .. py:method:: model_fields() -> dict[str, pydantic.fields.FieldInfo] :canonical: vendor_fabric.meshy.models.ModelUrls.model_fields :classmethod: .. py:method:: model_computed_fields() -> dict[str, pydantic.fields.ComputedFieldInfo] :canonical: vendor_fabric.meshy.models.ModelUrls.model_computed_fields :classmethod: .. py:property:: model_extra :canonical: vendor_fabric.meshy.models.ModelUrls.model_extra :type: dict[str, typing.Any] | None .. py:property:: model_fields_set :canonical: vendor_fabric.meshy.models.ModelUrls.model_fields_set :type: set[str] .. py:method:: model_construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.ModelUrls.model_construct :classmethod: .. py:method:: model_copy(*, update: collections.abc.Mapping[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.ModelUrls.model_copy .. py:method:: model_dump(*, mode: typing.Literal[json, python] | str = 'python', include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.ModelUrls.model_dump .. py:method:: model_dump_json(*, indent: int | None = None, ensure_ascii: bool = False, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> str :canonical: vendor_fabric.meshy.models.ModelUrls.model_dump_json .. py:method:: model_json_schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, schema_generator: type[pydantic.json_schema.GenerateJsonSchema] = GenerateJsonSchema, mode: pydantic.json_schema.JsonSchemaMode = 'validation', *, union_format: typing.Literal[any_of, primitive_type_array] = 'any_of') -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.ModelUrls.model_json_schema :classmethod: .. py:method:: model_parametrized_name(params: tuple[type[typing.Any], ...]) -> str :canonical: vendor_fabric.meshy.models.ModelUrls.model_parametrized_name :classmethod: .. py:method:: model_post_init(context: typing.Any, /) -> None :canonical: vendor_fabric.meshy.models.ModelUrls.model_post_init .. py:method:: model_rebuild(*, force: bool = False, raise_errors: bool = True, _parent_namespace_depth: int = 2, _types_namespace: pydantic._internal._namespace_utils.MappingNamespace | None = None) -> bool | None :canonical: vendor_fabric.meshy.models.ModelUrls.model_rebuild :classmethod: .. py:method:: model_validate(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, from_attributes: bool | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.ModelUrls.model_validate :classmethod: .. py:method:: model_validate_json(json_data: str | bytes | bytearray, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.ModelUrls.model_validate_json :classmethod: .. py:method:: model_validate_strings(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.ModelUrls.model_validate_strings :classmethod: .. py:method:: dict(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.ModelUrls.dict .. py:method:: json(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, encoder: typing.Callable[[typing.Any], typing.Any] | None = PydanticUndefined, models_as_dict: bool = PydanticUndefined, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.ModelUrls.json .. py:method:: parse_obj(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.ModelUrls.parse_obj :classmethod: .. py:method:: parse_raw(b: str | bytes, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.ModelUrls.parse_raw :classmethod: .. py:method:: parse_file(path: str | pathlib.Path, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.ModelUrls.parse_file :classmethod: .. py:method:: from_orm(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.ModelUrls.from_orm :classmethod: .. py:method:: construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.ModelUrls.construct :classmethod: .. py:method:: copy(*, include: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, exclude: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, update: typing.Dict[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.ModelUrls.copy .. py:method:: schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.ModelUrls.schema :classmethod: .. py:method:: schema_json(*, by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.ModelUrls.schema_json :classmethod: .. py:method:: validate(value: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.ModelUrls.validate :classmethod: .. py:method:: update_forward_refs(**localns: typing.Any) -> None :canonical: vendor_fabric.meshy.models.ModelUrls.update_forward_refs :classmethod: .. py:class:: TextureUrls(/, **data: typing.Any) :canonical: vendor_fabric.meshy.models.TextureUrls Bases: :py:obj:`pydantic.BaseModel` .. py:attribute:: base_color :canonical: vendor_fabric.meshy.models.TextureUrls.base_color :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.TextureUrls.base_color :parser: myst .. py:attribute:: metallic :canonical: vendor_fabric.meshy.models.TextureUrls.metallic :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.TextureUrls.metallic :parser: myst .. py:attribute:: roughness :canonical: vendor_fabric.meshy.models.TextureUrls.roughness :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.TextureUrls.roughness :parser: myst .. py:attribute:: normal :canonical: vendor_fabric.meshy.models.TextureUrls.normal :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.TextureUrls.normal :parser: myst .. py:attribute:: ao :canonical: vendor_fabric.meshy.models.TextureUrls.ao :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.TextureUrls.ao :parser: myst .. py:attribute:: model_config :canonical: vendor_fabric.meshy.models.TextureUrls.model_config :type: typing.ClassVar[pydantic.config.ConfigDict] :value: 'ConfigDict(...)' .. py:method:: model_fields() -> dict[str, pydantic.fields.FieldInfo] :canonical: vendor_fabric.meshy.models.TextureUrls.model_fields :classmethod: .. py:method:: model_computed_fields() -> dict[str, pydantic.fields.ComputedFieldInfo] :canonical: vendor_fabric.meshy.models.TextureUrls.model_computed_fields :classmethod: .. py:property:: model_extra :canonical: vendor_fabric.meshy.models.TextureUrls.model_extra :type: dict[str, typing.Any] | None .. py:property:: model_fields_set :canonical: vendor_fabric.meshy.models.TextureUrls.model_fields_set :type: set[str] .. py:method:: model_construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextureUrls.model_construct :classmethod: .. py:method:: model_copy(*, update: collections.abc.Mapping[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextureUrls.model_copy .. py:method:: model_dump(*, mode: typing.Literal[json, python] | str = 'python', include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.TextureUrls.model_dump .. py:method:: model_dump_json(*, indent: int | None = None, ensure_ascii: bool = False, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> str :canonical: vendor_fabric.meshy.models.TextureUrls.model_dump_json .. py:method:: model_json_schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, schema_generator: type[pydantic.json_schema.GenerateJsonSchema] = GenerateJsonSchema, mode: pydantic.json_schema.JsonSchemaMode = 'validation', *, union_format: typing.Literal[any_of, primitive_type_array] = 'any_of') -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.TextureUrls.model_json_schema :classmethod: .. py:method:: model_parametrized_name(params: tuple[type[typing.Any], ...]) -> str :canonical: vendor_fabric.meshy.models.TextureUrls.model_parametrized_name :classmethod: .. py:method:: model_post_init(context: typing.Any, /) -> None :canonical: vendor_fabric.meshy.models.TextureUrls.model_post_init .. py:method:: model_rebuild(*, force: bool = False, raise_errors: bool = True, _parent_namespace_depth: int = 2, _types_namespace: pydantic._internal._namespace_utils.MappingNamespace | None = None) -> bool | None :canonical: vendor_fabric.meshy.models.TextureUrls.model_rebuild :classmethod: .. py:method:: model_validate(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, from_attributes: bool | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextureUrls.model_validate :classmethod: .. py:method:: model_validate_json(json_data: str | bytes | bytearray, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextureUrls.model_validate_json :classmethod: .. py:method:: model_validate_strings(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextureUrls.model_validate_strings :classmethod: .. py:method:: dict(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.TextureUrls.dict .. py:method:: json(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, encoder: typing.Callable[[typing.Any], typing.Any] | None = PydanticUndefined, models_as_dict: bool = PydanticUndefined, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.TextureUrls.json .. py:method:: parse_obj(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextureUrls.parse_obj :classmethod: .. py:method:: parse_raw(b: str | bytes, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextureUrls.parse_raw :classmethod: .. py:method:: parse_file(path: str | pathlib.Path, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextureUrls.parse_file :classmethod: .. py:method:: from_orm(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextureUrls.from_orm :classmethod: .. py:method:: construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextureUrls.construct :classmethod: .. py:method:: copy(*, include: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, exclude: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, update: typing.Dict[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextureUrls.copy .. py:method:: schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.TextureUrls.schema :classmethod: .. py:method:: schema_json(*, by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.TextureUrls.schema_json :classmethod: .. py:method:: validate(value: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextureUrls.validate :classmethod: .. py:method:: update_forward_refs(**localns: typing.Any) -> None :canonical: vendor_fabric.meshy.models.TextureUrls.update_forward_refs :classmethod: .. py:class:: Text3DResult(/, **data: typing.Any) :canonical: vendor_fabric.meshy.models.Text3DResult Bases: :py:obj:`pydantic.BaseModel` .. py:attribute:: id :canonical: vendor_fabric.meshy.models.Text3DResult.id :type: str :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.Text3DResult.id :parser: myst .. py:attribute:: status :canonical: vendor_fabric.meshy.models.Text3DResult.status :type: vendor_fabric.meshy.models.TaskStatus :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.Text3DResult.status :parser: myst .. py:attribute:: progress :canonical: vendor_fabric.meshy.models.Text3DResult.progress :type: int :value: 0 .. autodoc2-docstring:: vendor_fabric.meshy.models.Text3DResult.progress :parser: myst .. py:attribute:: created_at :canonical: vendor_fabric.meshy.models.Text3DResult.created_at :type: int :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.Text3DResult.created_at :parser: myst .. py:attribute:: started_at :canonical: vendor_fabric.meshy.models.Text3DResult.started_at :type: int | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.Text3DResult.started_at :parser: myst .. py:attribute:: finished_at :canonical: vendor_fabric.meshy.models.Text3DResult.finished_at :type: int | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.Text3DResult.finished_at :parser: myst .. py:attribute:: model_urls :canonical: vendor_fabric.meshy.models.Text3DResult.model_urls :type: vendor_fabric.meshy.models.ModelUrls | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.Text3DResult.model_urls :parser: myst .. py:attribute:: texture_urls :canonical: vendor_fabric.meshy.models.Text3DResult.texture_urls :type: list[vendor_fabric.meshy.models.TextureUrls] | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.Text3DResult.texture_urls :parser: myst .. py:attribute:: thumbnail_url :canonical: vendor_fabric.meshy.models.Text3DResult.thumbnail_url :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.Text3DResult.thumbnail_url :parser: myst .. py:attribute:: error :canonical: vendor_fabric.meshy.models.Text3DResult.error :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.Text3DResult.error :parser: myst .. py:attribute:: model_config :canonical: vendor_fabric.meshy.models.Text3DResult.model_config :type: typing.ClassVar[pydantic.config.ConfigDict] :value: 'ConfigDict(...)' .. py:method:: model_fields() -> dict[str, pydantic.fields.FieldInfo] :canonical: vendor_fabric.meshy.models.Text3DResult.model_fields :classmethod: .. py:method:: model_computed_fields() -> dict[str, pydantic.fields.ComputedFieldInfo] :canonical: vendor_fabric.meshy.models.Text3DResult.model_computed_fields :classmethod: .. py:property:: model_extra :canonical: vendor_fabric.meshy.models.Text3DResult.model_extra :type: dict[str, typing.Any] | None .. py:property:: model_fields_set :canonical: vendor_fabric.meshy.models.Text3DResult.model_fields_set :type: set[str] .. py:method:: model_construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DResult.model_construct :classmethod: .. py:method:: model_copy(*, update: collections.abc.Mapping[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DResult.model_copy .. py:method:: model_dump(*, mode: typing.Literal[json, python] | str = 'python', include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.Text3DResult.model_dump .. py:method:: model_dump_json(*, indent: int | None = None, ensure_ascii: bool = False, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> str :canonical: vendor_fabric.meshy.models.Text3DResult.model_dump_json .. py:method:: model_json_schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, schema_generator: type[pydantic.json_schema.GenerateJsonSchema] = GenerateJsonSchema, mode: pydantic.json_schema.JsonSchemaMode = 'validation', *, union_format: typing.Literal[any_of, primitive_type_array] = 'any_of') -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.Text3DResult.model_json_schema :classmethod: .. py:method:: model_parametrized_name(params: tuple[type[typing.Any], ...]) -> str :canonical: vendor_fabric.meshy.models.Text3DResult.model_parametrized_name :classmethod: .. py:method:: model_post_init(context: typing.Any, /) -> None :canonical: vendor_fabric.meshy.models.Text3DResult.model_post_init .. py:method:: model_rebuild(*, force: bool = False, raise_errors: bool = True, _parent_namespace_depth: int = 2, _types_namespace: pydantic._internal._namespace_utils.MappingNamespace | None = None) -> bool | None :canonical: vendor_fabric.meshy.models.Text3DResult.model_rebuild :classmethod: .. py:method:: model_validate(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, from_attributes: bool | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DResult.model_validate :classmethod: .. py:method:: model_validate_json(json_data: str | bytes | bytearray, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DResult.model_validate_json :classmethod: .. py:method:: model_validate_strings(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DResult.model_validate_strings :classmethod: .. py:method:: dict(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.Text3DResult.dict .. py:method:: json(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, encoder: typing.Callable[[typing.Any], typing.Any] | None = PydanticUndefined, models_as_dict: bool = PydanticUndefined, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.Text3DResult.json .. py:method:: parse_obj(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DResult.parse_obj :classmethod: .. py:method:: parse_raw(b: str | bytes, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DResult.parse_raw :classmethod: .. py:method:: parse_file(path: str | pathlib.Path, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DResult.parse_file :classmethod: .. py:method:: from_orm(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DResult.from_orm :classmethod: .. py:method:: construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DResult.construct :classmethod: .. py:method:: copy(*, include: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, exclude: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, update: typing.Dict[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DResult.copy .. py:method:: schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.Text3DResult.schema :classmethod: .. py:method:: schema_json(*, by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.Text3DResult.schema_json :classmethod: .. py:method:: validate(value: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DResult.validate :classmethod: .. py:method:: update_forward_refs(**localns: typing.Any) -> None :canonical: vendor_fabric.meshy.models.Text3DResult.update_forward_refs :classmethod: .. py:class:: Text3DTask(/, **data: typing.Any) :canonical: vendor_fabric.meshy.models.Text3DTask Bases: :py:obj:`pydantic.BaseModel` .. py:attribute:: task_id :canonical: vendor_fabric.meshy.models.Text3DTask.task_id :type: str :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.Text3DTask.task_id :parser: myst .. py:attribute:: prompt :canonical: vendor_fabric.meshy.models.Text3DTask.prompt :type: str :value: .. autodoc2-docstring:: vendor_fabric.meshy.models.Text3DTask.prompt :parser: myst .. py:attribute:: art_style :canonical: vendor_fabric.meshy.models.Text3DTask.art_style :type: str :value: .. autodoc2-docstring:: vendor_fabric.meshy.models.Text3DTask.art_style :parser: myst .. py:attribute:: status :canonical: vendor_fabric.meshy.models.Text3DTask.status :type: vendor_fabric.meshy.models.TaskStatus :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.Text3DTask.status :parser: myst .. py:attribute:: progress :canonical: vendor_fabric.meshy.models.Text3DTask.progress :type: int :value: 0 .. autodoc2-docstring:: vendor_fabric.meshy.models.Text3DTask.progress :parser: myst .. py:attribute:: thumbnail_url :canonical: vendor_fabric.meshy.models.Text3DTask.thumbnail_url :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.Text3DTask.thumbnail_url :parser: myst .. py:attribute:: model_urls :canonical: vendor_fabric.meshy.models.Text3DTask.model_urls :type: dict[str, str] :value: 'Field(...)' .. autodoc2-docstring:: vendor_fabric.meshy.models.Text3DTask.model_urls :parser: myst .. py:attribute:: error :canonical: vendor_fabric.meshy.models.Text3DTask.error :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.Text3DTask.error :parser: myst .. py:attribute:: model_config :canonical: vendor_fabric.meshy.models.Text3DTask.model_config :type: typing.ClassVar[pydantic.config.ConfigDict] :value: 'ConfigDict(...)' .. py:method:: model_fields() -> dict[str, pydantic.fields.FieldInfo] :canonical: vendor_fabric.meshy.models.Text3DTask.model_fields :classmethod: .. py:method:: model_computed_fields() -> dict[str, pydantic.fields.ComputedFieldInfo] :canonical: vendor_fabric.meshy.models.Text3DTask.model_computed_fields :classmethod: .. py:property:: model_extra :canonical: vendor_fabric.meshy.models.Text3DTask.model_extra :type: dict[str, typing.Any] | None .. py:property:: model_fields_set :canonical: vendor_fabric.meshy.models.Text3DTask.model_fields_set :type: set[str] .. py:method:: model_construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DTask.model_construct :classmethod: .. py:method:: model_copy(*, update: collections.abc.Mapping[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DTask.model_copy .. py:method:: model_dump(*, mode: typing.Literal[json, python] | str = 'python', include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.Text3DTask.model_dump .. py:method:: model_dump_json(*, indent: int | None = None, ensure_ascii: bool = False, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> str :canonical: vendor_fabric.meshy.models.Text3DTask.model_dump_json .. py:method:: model_json_schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, schema_generator: type[pydantic.json_schema.GenerateJsonSchema] = GenerateJsonSchema, mode: pydantic.json_schema.JsonSchemaMode = 'validation', *, union_format: typing.Literal[any_of, primitive_type_array] = 'any_of') -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.Text3DTask.model_json_schema :classmethod: .. py:method:: model_parametrized_name(params: tuple[type[typing.Any], ...]) -> str :canonical: vendor_fabric.meshy.models.Text3DTask.model_parametrized_name :classmethod: .. py:method:: model_post_init(context: typing.Any, /) -> None :canonical: vendor_fabric.meshy.models.Text3DTask.model_post_init .. py:method:: model_rebuild(*, force: bool = False, raise_errors: bool = True, _parent_namespace_depth: int = 2, _types_namespace: pydantic._internal._namespace_utils.MappingNamespace | None = None) -> bool | None :canonical: vendor_fabric.meshy.models.Text3DTask.model_rebuild :classmethod: .. py:method:: model_validate(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, from_attributes: bool | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DTask.model_validate :classmethod: .. py:method:: model_validate_json(json_data: str | bytes | bytearray, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DTask.model_validate_json :classmethod: .. py:method:: model_validate_strings(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DTask.model_validate_strings :classmethod: .. py:method:: dict(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.Text3DTask.dict .. py:method:: json(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, encoder: typing.Callable[[typing.Any], typing.Any] | None = PydanticUndefined, models_as_dict: bool = PydanticUndefined, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.Text3DTask.json .. py:method:: parse_obj(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DTask.parse_obj :classmethod: .. py:method:: parse_raw(b: str | bytes, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DTask.parse_raw :classmethod: .. py:method:: parse_file(path: str | pathlib.Path, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DTask.parse_file :classmethod: .. py:method:: from_orm(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DTask.from_orm :classmethod: .. py:method:: construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DTask.construct :classmethod: .. py:method:: copy(*, include: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, exclude: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, update: typing.Dict[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DTask.copy .. py:method:: schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.Text3DTask.schema :classmethod: .. py:method:: schema_json(*, by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.Text3DTask.schema_json :classmethod: .. py:method:: validate(value: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Text3DTask.validate :classmethod: .. py:method:: update_forward_refs(**localns: typing.Any) -> None :canonical: vendor_fabric.meshy.models.Text3DTask.update_forward_refs :classmethod: .. py:class:: RiggingTask(/, **data: typing.Any) :canonical: vendor_fabric.meshy.models.RiggingTask Bases: :py:obj:`pydantic.BaseModel` .. py:attribute:: task_id :canonical: vendor_fabric.meshy.models.RiggingTask.task_id :type: str :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RiggingTask.task_id :parser: myst .. py:attribute:: model_id :canonical: vendor_fabric.meshy.models.RiggingTask.model_id :type: str :value: .. autodoc2-docstring:: vendor_fabric.meshy.models.RiggingTask.model_id :parser: myst .. py:attribute:: status :canonical: vendor_fabric.meshy.models.RiggingTask.status :type: vendor_fabric.meshy.models.TaskStatus :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RiggingTask.status :parser: myst .. py:attribute:: progress :canonical: vendor_fabric.meshy.models.RiggingTask.progress :type: int :value: 0 .. autodoc2-docstring:: vendor_fabric.meshy.models.RiggingTask.progress :parser: myst .. py:attribute:: thumbnail_url :canonical: vendor_fabric.meshy.models.RiggingTask.thumbnail_url :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RiggingTask.thumbnail_url :parser: myst .. py:attribute:: model_urls :canonical: vendor_fabric.meshy.models.RiggingTask.model_urls :type: dict[str, str] :value: 'Field(...)' .. autodoc2-docstring:: vendor_fabric.meshy.models.RiggingTask.model_urls :parser: myst .. py:attribute:: error :canonical: vendor_fabric.meshy.models.RiggingTask.error :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RiggingTask.error :parser: myst .. py:attribute:: model_config :canonical: vendor_fabric.meshy.models.RiggingTask.model_config :type: typing.ClassVar[pydantic.config.ConfigDict] :value: 'ConfigDict(...)' .. py:method:: model_fields() -> dict[str, pydantic.fields.FieldInfo] :canonical: vendor_fabric.meshy.models.RiggingTask.model_fields :classmethod: .. py:method:: model_computed_fields() -> dict[str, pydantic.fields.ComputedFieldInfo] :canonical: vendor_fabric.meshy.models.RiggingTask.model_computed_fields :classmethod: .. py:property:: model_extra :canonical: vendor_fabric.meshy.models.RiggingTask.model_extra :type: dict[str, typing.Any] | None .. py:property:: model_fields_set :canonical: vendor_fabric.meshy.models.RiggingTask.model_fields_set :type: set[str] .. py:method:: model_construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingTask.model_construct :classmethod: .. py:method:: model_copy(*, update: collections.abc.Mapping[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingTask.model_copy .. py:method:: model_dump(*, mode: typing.Literal[json, python] | str = 'python', include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.RiggingTask.model_dump .. py:method:: model_dump_json(*, indent: int | None = None, ensure_ascii: bool = False, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> str :canonical: vendor_fabric.meshy.models.RiggingTask.model_dump_json .. py:method:: model_json_schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, schema_generator: type[pydantic.json_schema.GenerateJsonSchema] = GenerateJsonSchema, mode: pydantic.json_schema.JsonSchemaMode = 'validation', *, union_format: typing.Literal[any_of, primitive_type_array] = 'any_of') -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.RiggingTask.model_json_schema :classmethod: .. py:method:: model_parametrized_name(params: tuple[type[typing.Any], ...]) -> str :canonical: vendor_fabric.meshy.models.RiggingTask.model_parametrized_name :classmethod: .. py:method:: model_post_init(context: typing.Any, /) -> None :canonical: vendor_fabric.meshy.models.RiggingTask.model_post_init .. py:method:: model_rebuild(*, force: bool = False, raise_errors: bool = True, _parent_namespace_depth: int = 2, _types_namespace: pydantic._internal._namespace_utils.MappingNamespace | None = None) -> bool | None :canonical: vendor_fabric.meshy.models.RiggingTask.model_rebuild :classmethod: .. py:method:: model_validate(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, from_attributes: bool | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingTask.model_validate :classmethod: .. py:method:: model_validate_json(json_data: str | bytes | bytearray, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingTask.model_validate_json :classmethod: .. py:method:: model_validate_strings(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingTask.model_validate_strings :classmethod: .. py:method:: dict(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.RiggingTask.dict .. py:method:: json(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, encoder: typing.Callable[[typing.Any], typing.Any] | None = PydanticUndefined, models_as_dict: bool = PydanticUndefined, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.RiggingTask.json .. py:method:: parse_obj(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingTask.parse_obj :classmethod: .. py:method:: parse_raw(b: str | bytes, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingTask.parse_raw :classmethod: .. py:method:: parse_file(path: str | pathlib.Path, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingTask.parse_file :classmethod: .. py:method:: from_orm(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingTask.from_orm :classmethod: .. py:method:: construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingTask.construct :classmethod: .. py:method:: copy(*, include: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, exclude: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, update: typing.Dict[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingTask.copy .. py:method:: schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.RiggingTask.schema :classmethod: .. py:method:: schema_json(*, by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.RiggingTask.schema_json :classmethod: .. py:method:: validate(value: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingTask.validate :classmethod: .. py:method:: update_forward_refs(**localns: typing.Any) -> None :canonical: vendor_fabric.meshy.models.RiggingTask.update_forward_refs :classmethod: .. py:class:: AnimationTask(/, **data: typing.Any) :canonical: vendor_fabric.meshy.models.AnimationTask Bases: :py:obj:`pydantic.BaseModel` .. py:attribute:: task_id :canonical: vendor_fabric.meshy.models.AnimationTask.task_id :type: str :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.AnimationTask.task_id :parser: myst .. py:attribute:: model_id :canonical: vendor_fabric.meshy.models.AnimationTask.model_id :type: str :value: .. autodoc2-docstring:: vendor_fabric.meshy.models.AnimationTask.model_id :parser: myst .. py:attribute:: animation_id :canonical: vendor_fabric.meshy.models.AnimationTask.animation_id :type: str :value: .. autodoc2-docstring:: vendor_fabric.meshy.models.AnimationTask.animation_id :parser: myst .. py:attribute:: status :canonical: vendor_fabric.meshy.models.AnimationTask.status :type: vendor_fabric.meshy.models.TaskStatus :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.AnimationTask.status :parser: myst .. py:attribute:: progress :canonical: vendor_fabric.meshy.models.AnimationTask.progress :type: int :value: 0 .. autodoc2-docstring:: vendor_fabric.meshy.models.AnimationTask.progress :parser: myst .. py:attribute:: video_url :canonical: vendor_fabric.meshy.models.AnimationTask.video_url :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.AnimationTask.video_url :parser: myst .. py:attribute:: model_urls :canonical: vendor_fabric.meshy.models.AnimationTask.model_urls :type: dict[str, str] :value: 'Field(...)' .. autodoc2-docstring:: vendor_fabric.meshy.models.AnimationTask.model_urls :parser: myst .. py:attribute:: error :canonical: vendor_fabric.meshy.models.AnimationTask.error :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.AnimationTask.error :parser: myst .. py:attribute:: model_config :canonical: vendor_fabric.meshy.models.AnimationTask.model_config :type: typing.ClassVar[pydantic.config.ConfigDict] :value: 'ConfigDict(...)' .. py:method:: model_fields() -> dict[str, pydantic.fields.FieldInfo] :canonical: vendor_fabric.meshy.models.AnimationTask.model_fields :classmethod: .. py:method:: model_computed_fields() -> dict[str, pydantic.fields.ComputedFieldInfo] :canonical: vendor_fabric.meshy.models.AnimationTask.model_computed_fields :classmethod: .. py:property:: model_extra :canonical: vendor_fabric.meshy.models.AnimationTask.model_extra :type: dict[str, typing.Any] | None .. py:property:: model_fields_set :canonical: vendor_fabric.meshy.models.AnimationTask.model_fields_set :type: set[str] .. py:method:: model_construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationTask.model_construct :classmethod: .. py:method:: model_copy(*, update: collections.abc.Mapping[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationTask.model_copy .. py:method:: model_dump(*, mode: typing.Literal[json, python] | str = 'python', include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.AnimationTask.model_dump .. py:method:: model_dump_json(*, indent: int | None = None, ensure_ascii: bool = False, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> str :canonical: vendor_fabric.meshy.models.AnimationTask.model_dump_json .. py:method:: model_json_schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, schema_generator: type[pydantic.json_schema.GenerateJsonSchema] = GenerateJsonSchema, mode: pydantic.json_schema.JsonSchemaMode = 'validation', *, union_format: typing.Literal[any_of, primitive_type_array] = 'any_of') -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.AnimationTask.model_json_schema :classmethod: .. py:method:: model_parametrized_name(params: tuple[type[typing.Any], ...]) -> str :canonical: vendor_fabric.meshy.models.AnimationTask.model_parametrized_name :classmethod: .. py:method:: model_post_init(context: typing.Any, /) -> None :canonical: vendor_fabric.meshy.models.AnimationTask.model_post_init .. py:method:: model_rebuild(*, force: bool = False, raise_errors: bool = True, _parent_namespace_depth: int = 2, _types_namespace: pydantic._internal._namespace_utils.MappingNamespace | None = None) -> bool | None :canonical: vendor_fabric.meshy.models.AnimationTask.model_rebuild :classmethod: .. py:method:: model_validate(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, from_attributes: bool | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationTask.model_validate :classmethod: .. py:method:: model_validate_json(json_data: str | bytes | bytearray, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationTask.model_validate_json :classmethod: .. py:method:: model_validate_strings(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationTask.model_validate_strings :classmethod: .. py:method:: dict(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.AnimationTask.dict .. py:method:: json(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, encoder: typing.Callable[[typing.Any], typing.Any] | None = PydanticUndefined, models_as_dict: bool = PydanticUndefined, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.AnimationTask.json .. py:method:: parse_obj(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationTask.parse_obj :classmethod: .. py:method:: parse_raw(b: str | bytes, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationTask.parse_raw :classmethod: .. py:method:: parse_file(path: str | pathlib.Path, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationTask.parse_file :classmethod: .. py:method:: from_orm(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationTask.from_orm :classmethod: .. py:method:: construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationTask.construct :classmethod: .. py:method:: copy(*, include: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, exclude: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, update: typing.Dict[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationTask.copy .. py:method:: schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.AnimationTask.schema :classmethod: .. py:method:: schema_json(*, by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.AnimationTask.schema_json :classmethod: .. py:method:: validate(value: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationTask.validate :classmethod: .. py:method:: update_forward_refs(**localns: typing.Any) -> None :canonical: vendor_fabric.meshy.models.AnimationTask.update_forward_refs :classmethod: .. py:class:: RetextureTask(/, **data: typing.Any) :canonical: vendor_fabric.meshy.models.RetextureTask Bases: :py:obj:`pydantic.BaseModel` .. py:attribute:: task_id :canonical: vendor_fabric.meshy.models.RetextureTask.task_id :type: str :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RetextureTask.task_id :parser: myst .. py:attribute:: model_id :canonical: vendor_fabric.meshy.models.RetextureTask.model_id :type: str :value: .. autodoc2-docstring:: vendor_fabric.meshy.models.RetextureTask.model_id :parser: myst .. py:attribute:: prompt :canonical: vendor_fabric.meshy.models.RetextureTask.prompt :type: str :value: .. autodoc2-docstring:: vendor_fabric.meshy.models.RetextureTask.prompt :parser: myst .. py:attribute:: art_style :canonical: vendor_fabric.meshy.models.RetextureTask.art_style :type: str :value: .. autodoc2-docstring:: vendor_fabric.meshy.models.RetextureTask.art_style :parser: myst .. py:attribute:: status :canonical: vendor_fabric.meshy.models.RetextureTask.status :type: vendor_fabric.meshy.models.TaskStatus :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RetextureTask.status :parser: myst .. py:attribute:: progress :canonical: vendor_fabric.meshy.models.RetextureTask.progress :type: int :value: 0 .. autodoc2-docstring:: vendor_fabric.meshy.models.RetextureTask.progress :parser: myst .. py:attribute:: thumbnail_url :canonical: vendor_fabric.meshy.models.RetextureTask.thumbnail_url :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RetextureTask.thumbnail_url :parser: myst .. py:attribute:: model_urls :canonical: vendor_fabric.meshy.models.RetextureTask.model_urls :type: dict[str, str] :value: 'Field(...)' .. autodoc2-docstring:: vendor_fabric.meshy.models.RetextureTask.model_urls :parser: myst .. py:attribute:: error :canonical: vendor_fabric.meshy.models.RetextureTask.error :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RetextureTask.error :parser: myst .. py:attribute:: model_config :canonical: vendor_fabric.meshy.models.RetextureTask.model_config :type: typing.ClassVar[pydantic.config.ConfigDict] :value: 'ConfigDict(...)' .. py:method:: model_fields() -> dict[str, pydantic.fields.FieldInfo] :canonical: vendor_fabric.meshy.models.RetextureTask.model_fields :classmethod: .. py:method:: model_computed_fields() -> dict[str, pydantic.fields.ComputedFieldInfo] :canonical: vendor_fabric.meshy.models.RetextureTask.model_computed_fields :classmethod: .. py:property:: model_extra :canonical: vendor_fabric.meshy.models.RetextureTask.model_extra :type: dict[str, typing.Any] | None .. py:property:: model_fields_set :canonical: vendor_fabric.meshy.models.RetextureTask.model_fields_set :type: set[str] .. py:method:: model_construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureTask.model_construct :classmethod: .. py:method:: model_copy(*, update: collections.abc.Mapping[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureTask.model_copy .. py:method:: model_dump(*, mode: typing.Literal[json, python] | str = 'python', include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.RetextureTask.model_dump .. py:method:: model_dump_json(*, indent: int | None = None, ensure_ascii: bool = False, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> str :canonical: vendor_fabric.meshy.models.RetextureTask.model_dump_json .. py:method:: model_json_schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, schema_generator: type[pydantic.json_schema.GenerateJsonSchema] = GenerateJsonSchema, mode: pydantic.json_schema.JsonSchemaMode = 'validation', *, union_format: typing.Literal[any_of, primitive_type_array] = 'any_of') -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.RetextureTask.model_json_schema :classmethod: .. py:method:: model_parametrized_name(params: tuple[type[typing.Any], ...]) -> str :canonical: vendor_fabric.meshy.models.RetextureTask.model_parametrized_name :classmethod: .. py:method:: model_post_init(context: typing.Any, /) -> None :canonical: vendor_fabric.meshy.models.RetextureTask.model_post_init .. py:method:: model_rebuild(*, force: bool = False, raise_errors: bool = True, _parent_namespace_depth: int = 2, _types_namespace: pydantic._internal._namespace_utils.MappingNamespace | None = None) -> bool | None :canonical: vendor_fabric.meshy.models.RetextureTask.model_rebuild :classmethod: .. py:method:: model_validate(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, from_attributes: bool | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureTask.model_validate :classmethod: .. py:method:: model_validate_json(json_data: str | bytes | bytearray, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureTask.model_validate_json :classmethod: .. py:method:: model_validate_strings(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureTask.model_validate_strings :classmethod: .. py:method:: dict(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.RetextureTask.dict .. py:method:: json(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, encoder: typing.Callable[[typing.Any], typing.Any] | None = PydanticUndefined, models_as_dict: bool = PydanticUndefined, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.RetextureTask.json .. py:method:: parse_obj(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureTask.parse_obj :classmethod: .. py:method:: parse_raw(b: str | bytes, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureTask.parse_raw :classmethod: .. py:method:: parse_file(path: str | pathlib.Path, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureTask.parse_file :classmethod: .. py:method:: from_orm(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureTask.from_orm :classmethod: .. py:method:: construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureTask.construct :classmethod: .. py:method:: copy(*, include: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, exclude: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, update: typing.Dict[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureTask.copy .. py:method:: schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.RetextureTask.schema :classmethod: .. py:method:: schema_json(*, by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.RetextureTask.schema_json :classmethod: .. py:method:: validate(value: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureTask.validate :classmethod: .. py:method:: update_forward_refs(**localns: typing.Any) -> None :canonical: vendor_fabric.meshy.models.RetextureTask.update_forward_refs :classmethod: .. py:class:: AnimationAction(/, **data: typing.Any) :canonical: vendor_fabric.meshy.models.AnimationAction Bases: :py:obj:`pydantic.BaseModel` .. py:attribute:: id :canonical: vendor_fabric.meshy.models.AnimationAction.id :type: str :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.AnimationAction.id :parser: myst .. py:attribute:: name :canonical: vendor_fabric.meshy.models.AnimationAction.name :type: str :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.AnimationAction.name :parser: myst .. py:attribute:: category :canonical: vendor_fabric.meshy.models.AnimationAction.category :type: str :value: .. autodoc2-docstring:: vendor_fabric.meshy.models.AnimationAction.category :parser: myst .. py:attribute:: duration :canonical: vendor_fabric.meshy.models.AnimationAction.duration :type: float :value: 0.0 .. autodoc2-docstring:: vendor_fabric.meshy.models.AnimationAction.duration :parser: myst .. py:attribute:: preview_url :canonical: vendor_fabric.meshy.models.AnimationAction.preview_url :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.AnimationAction.preview_url :parser: myst .. py:attribute:: model_config :canonical: vendor_fabric.meshy.models.AnimationAction.model_config :type: typing.ClassVar[pydantic.config.ConfigDict] :value: 'ConfigDict(...)' .. py:method:: model_fields() -> dict[str, pydantic.fields.FieldInfo] :canonical: vendor_fabric.meshy.models.AnimationAction.model_fields :classmethod: .. py:method:: model_computed_fields() -> dict[str, pydantic.fields.ComputedFieldInfo] :canonical: vendor_fabric.meshy.models.AnimationAction.model_computed_fields :classmethod: .. py:property:: model_extra :canonical: vendor_fabric.meshy.models.AnimationAction.model_extra :type: dict[str, typing.Any] | None .. py:property:: model_fields_set :canonical: vendor_fabric.meshy.models.AnimationAction.model_fields_set :type: set[str] .. py:method:: model_construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationAction.model_construct :classmethod: .. py:method:: model_copy(*, update: collections.abc.Mapping[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationAction.model_copy .. py:method:: model_dump(*, mode: typing.Literal[json, python] | str = 'python', include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.AnimationAction.model_dump .. py:method:: model_dump_json(*, indent: int | None = None, ensure_ascii: bool = False, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> str :canonical: vendor_fabric.meshy.models.AnimationAction.model_dump_json .. py:method:: model_json_schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, schema_generator: type[pydantic.json_schema.GenerateJsonSchema] = GenerateJsonSchema, mode: pydantic.json_schema.JsonSchemaMode = 'validation', *, union_format: typing.Literal[any_of, primitive_type_array] = 'any_of') -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.AnimationAction.model_json_schema :classmethod: .. py:method:: model_parametrized_name(params: tuple[type[typing.Any], ...]) -> str :canonical: vendor_fabric.meshy.models.AnimationAction.model_parametrized_name :classmethod: .. py:method:: model_post_init(context: typing.Any, /) -> None :canonical: vendor_fabric.meshy.models.AnimationAction.model_post_init .. py:method:: model_rebuild(*, force: bool = False, raise_errors: bool = True, _parent_namespace_depth: int = 2, _types_namespace: pydantic._internal._namespace_utils.MappingNamespace | None = None) -> bool | None :canonical: vendor_fabric.meshy.models.AnimationAction.model_rebuild :classmethod: .. py:method:: model_validate(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, from_attributes: bool | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationAction.model_validate :classmethod: .. py:method:: model_validate_json(json_data: str | bytes | bytearray, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationAction.model_validate_json :classmethod: .. py:method:: model_validate_strings(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationAction.model_validate_strings :classmethod: .. py:method:: dict(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.AnimationAction.dict .. py:method:: json(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, encoder: typing.Callable[[typing.Any], typing.Any] | None = PydanticUndefined, models_as_dict: bool = PydanticUndefined, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.AnimationAction.json .. py:method:: parse_obj(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationAction.parse_obj :classmethod: .. py:method:: parse_raw(b: str | bytes, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationAction.parse_raw :classmethod: .. py:method:: parse_file(path: str | pathlib.Path, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationAction.parse_file :classmethod: .. py:method:: from_orm(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationAction.from_orm :classmethod: .. py:method:: construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationAction.construct :classmethod: .. py:method:: copy(*, include: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, exclude: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, update: typing.Dict[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationAction.copy .. py:method:: schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.AnimationAction.schema :classmethod: .. py:method:: schema_json(*, by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.AnimationAction.schema_json :classmethod: .. py:method:: validate(value: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationAction.validate :classmethod: .. py:method:: update_forward_refs(**localns: typing.Any) -> None :canonical: vendor_fabric.meshy.models.AnimationAction.update_forward_refs :classmethod: .. py:class:: TextTextureRequest(/, **data: typing.Any) :canonical: vendor_fabric.meshy.models.TextTextureRequest Bases: :py:obj:`pydantic.BaseModel` .. py:attribute:: model_url :canonical: vendor_fabric.meshy.models.TextTextureRequest.model_url :type: str :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.TextTextureRequest.model_url :parser: myst .. py:attribute:: prompt :canonical: vendor_fabric.meshy.models.TextTextureRequest.prompt :type: str :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.TextTextureRequest.prompt :parser: myst .. py:attribute:: art_style :canonical: vendor_fabric.meshy.models.TextTextureRequest.art_style :type: vendor_fabric.meshy.models.ArtStyle :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.TextTextureRequest.art_style :parser: myst .. py:attribute:: negative_prompt :canonical: vendor_fabric.meshy.models.TextTextureRequest.negative_prompt :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.TextTextureRequest.negative_prompt :parser: myst .. py:attribute:: ai_model :canonical: vendor_fabric.meshy.models.TextTextureRequest.ai_model :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.TextTextureRequest.ai_model :parser: myst .. py:attribute:: resolution :canonical: vendor_fabric.meshy.models.TextTextureRequest.resolution :type: str | None :value: '1024' .. autodoc2-docstring:: vendor_fabric.meshy.models.TextTextureRequest.resolution :parser: myst .. py:attribute:: enable_pbr :canonical: vendor_fabric.meshy.models.TextTextureRequest.enable_pbr :type: bool | None :value: True .. autodoc2-docstring:: vendor_fabric.meshy.models.TextTextureRequest.enable_pbr :parser: myst .. py:attribute:: model_config :canonical: vendor_fabric.meshy.models.TextTextureRequest.model_config :type: typing.ClassVar[pydantic.config.ConfigDict] :value: 'ConfigDict(...)' .. py:method:: model_fields() -> dict[str, pydantic.fields.FieldInfo] :canonical: vendor_fabric.meshy.models.TextTextureRequest.model_fields :classmethod: .. py:method:: model_computed_fields() -> dict[str, pydantic.fields.ComputedFieldInfo] :canonical: vendor_fabric.meshy.models.TextTextureRequest.model_computed_fields :classmethod: .. py:property:: model_extra :canonical: vendor_fabric.meshy.models.TextTextureRequest.model_extra :type: dict[str, typing.Any] | None .. py:property:: model_fields_set :canonical: vendor_fabric.meshy.models.TextTextureRequest.model_fields_set :type: set[str] .. py:method:: model_construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextTextureRequest.model_construct :classmethod: .. py:method:: model_copy(*, update: collections.abc.Mapping[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextTextureRequest.model_copy .. py:method:: model_dump(*, mode: typing.Literal[json, python] | str = 'python', include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.TextTextureRequest.model_dump .. py:method:: model_dump_json(*, indent: int | None = None, ensure_ascii: bool = False, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> str :canonical: vendor_fabric.meshy.models.TextTextureRequest.model_dump_json .. py:method:: model_json_schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, schema_generator: type[pydantic.json_schema.GenerateJsonSchema] = GenerateJsonSchema, mode: pydantic.json_schema.JsonSchemaMode = 'validation', *, union_format: typing.Literal[any_of, primitive_type_array] = 'any_of') -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.TextTextureRequest.model_json_schema :classmethod: .. py:method:: model_parametrized_name(params: tuple[type[typing.Any], ...]) -> str :canonical: vendor_fabric.meshy.models.TextTextureRequest.model_parametrized_name :classmethod: .. py:method:: model_post_init(context: typing.Any, /) -> None :canonical: vendor_fabric.meshy.models.TextTextureRequest.model_post_init .. py:method:: model_rebuild(*, force: bool = False, raise_errors: bool = True, _parent_namespace_depth: int = 2, _types_namespace: pydantic._internal._namespace_utils.MappingNamespace | None = None) -> bool | None :canonical: vendor_fabric.meshy.models.TextTextureRequest.model_rebuild :classmethod: .. py:method:: model_validate(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, from_attributes: bool | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextTextureRequest.model_validate :classmethod: .. py:method:: model_validate_json(json_data: str | bytes | bytearray, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextTextureRequest.model_validate_json :classmethod: .. py:method:: model_validate_strings(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextTextureRequest.model_validate_strings :classmethod: .. py:method:: dict(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.TextTextureRequest.dict .. py:method:: json(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, encoder: typing.Callable[[typing.Any], typing.Any] | None = PydanticUndefined, models_as_dict: bool = PydanticUndefined, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.TextTextureRequest.json .. py:method:: parse_obj(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextTextureRequest.parse_obj :classmethod: .. py:method:: parse_raw(b: str | bytes, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextTextureRequest.parse_raw :classmethod: .. py:method:: parse_file(path: str | pathlib.Path, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextTextureRequest.parse_file :classmethod: .. py:method:: from_orm(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextTextureRequest.from_orm :classmethod: .. py:method:: construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextTextureRequest.construct :classmethod: .. py:method:: copy(*, include: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, exclude: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, update: typing.Dict[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextTextureRequest.copy .. py:method:: schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.TextTextureRequest.schema :classmethod: .. py:method:: schema_json(*, by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.TextTextureRequest.schema_json :classmethod: .. py:method:: validate(value: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextTextureRequest.validate :classmethod: .. py:method:: update_forward_refs(**localns: typing.Any) -> None :canonical: vendor_fabric.meshy.models.TextTextureRequest.update_forward_refs :classmethod: .. py:class:: TextTextureResult(/, **data: typing.Any) :canonical: vendor_fabric.meshy.models.TextTextureResult Bases: :py:obj:`pydantic.BaseModel` .. py:attribute:: id :canonical: vendor_fabric.meshy.models.TextTextureResult.id :type: str :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.TextTextureResult.id :parser: myst .. py:attribute:: status :canonical: vendor_fabric.meshy.models.TextTextureResult.status :type: vendor_fabric.meshy.models.TaskStatus :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.TextTextureResult.status :parser: myst .. py:attribute:: progress :canonical: vendor_fabric.meshy.models.TextTextureResult.progress :type: int :value: 0 .. autodoc2-docstring:: vendor_fabric.meshy.models.TextTextureResult.progress :parser: myst .. py:attribute:: created_at :canonical: vendor_fabric.meshy.models.TextTextureResult.created_at :type: int :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.TextTextureResult.created_at :parser: myst .. py:attribute:: started_at :canonical: vendor_fabric.meshy.models.TextTextureResult.started_at :type: int | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.TextTextureResult.started_at :parser: myst .. py:attribute:: finished_at :canonical: vendor_fabric.meshy.models.TextTextureResult.finished_at :type: int | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.TextTextureResult.finished_at :parser: myst .. py:attribute:: texture_urls :canonical: vendor_fabric.meshy.models.TextTextureResult.texture_urls :type: list[vendor_fabric.meshy.models.TextureUrls] | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.TextTextureResult.texture_urls :parser: myst .. py:attribute:: thumbnail_url :canonical: vendor_fabric.meshy.models.TextTextureResult.thumbnail_url :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.TextTextureResult.thumbnail_url :parser: myst .. py:attribute:: error :canonical: vendor_fabric.meshy.models.TextTextureResult.error :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.TextTextureResult.error :parser: myst .. py:attribute:: model_config :canonical: vendor_fabric.meshy.models.TextTextureResult.model_config :type: typing.ClassVar[pydantic.config.ConfigDict] :value: 'ConfigDict(...)' .. py:method:: model_fields() -> dict[str, pydantic.fields.FieldInfo] :canonical: vendor_fabric.meshy.models.TextTextureResult.model_fields :classmethod: .. py:method:: model_computed_fields() -> dict[str, pydantic.fields.ComputedFieldInfo] :canonical: vendor_fabric.meshy.models.TextTextureResult.model_computed_fields :classmethod: .. py:property:: model_extra :canonical: vendor_fabric.meshy.models.TextTextureResult.model_extra :type: dict[str, typing.Any] | None .. py:property:: model_fields_set :canonical: vendor_fabric.meshy.models.TextTextureResult.model_fields_set :type: set[str] .. py:method:: model_construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextTextureResult.model_construct :classmethod: .. py:method:: model_copy(*, update: collections.abc.Mapping[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextTextureResult.model_copy .. py:method:: model_dump(*, mode: typing.Literal[json, python] | str = 'python', include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.TextTextureResult.model_dump .. py:method:: model_dump_json(*, indent: int | None = None, ensure_ascii: bool = False, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> str :canonical: vendor_fabric.meshy.models.TextTextureResult.model_dump_json .. py:method:: model_json_schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, schema_generator: type[pydantic.json_schema.GenerateJsonSchema] = GenerateJsonSchema, mode: pydantic.json_schema.JsonSchemaMode = 'validation', *, union_format: typing.Literal[any_of, primitive_type_array] = 'any_of') -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.TextTextureResult.model_json_schema :classmethod: .. py:method:: model_parametrized_name(params: tuple[type[typing.Any], ...]) -> str :canonical: vendor_fabric.meshy.models.TextTextureResult.model_parametrized_name :classmethod: .. py:method:: model_post_init(context: typing.Any, /) -> None :canonical: vendor_fabric.meshy.models.TextTextureResult.model_post_init .. py:method:: model_rebuild(*, force: bool = False, raise_errors: bool = True, _parent_namespace_depth: int = 2, _types_namespace: pydantic._internal._namespace_utils.MappingNamespace | None = None) -> bool | None :canonical: vendor_fabric.meshy.models.TextTextureResult.model_rebuild :classmethod: .. py:method:: model_validate(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, from_attributes: bool | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextTextureResult.model_validate :classmethod: .. py:method:: model_validate_json(json_data: str | bytes | bytearray, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextTextureResult.model_validate_json :classmethod: .. py:method:: model_validate_strings(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextTextureResult.model_validate_strings :classmethod: .. py:method:: dict(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.TextTextureResult.dict .. py:method:: json(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, encoder: typing.Callable[[typing.Any], typing.Any] | None = PydanticUndefined, models_as_dict: bool = PydanticUndefined, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.TextTextureResult.json .. py:method:: parse_obj(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextTextureResult.parse_obj :classmethod: .. py:method:: parse_raw(b: str | bytes, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextTextureResult.parse_raw :classmethod: .. py:method:: parse_file(path: str | pathlib.Path, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextTextureResult.parse_file :classmethod: .. py:method:: from_orm(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextTextureResult.from_orm :classmethod: .. py:method:: construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextTextureResult.construct :classmethod: .. py:method:: copy(*, include: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, exclude: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, update: typing.Dict[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextTextureResult.copy .. py:method:: schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.TextTextureResult.schema :classmethod: .. py:method:: schema_json(*, by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.TextTextureResult.schema_json :classmethod: .. py:method:: validate(value: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.TextTextureResult.validate :classmethod: .. py:method:: update_forward_refs(**localns: typing.Any) -> None :canonical: vendor_fabric.meshy.models.TextTextureResult.update_forward_refs :classmethod: .. py:class:: Image3DRequest(/, **data: typing.Any) :canonical: vendor_fabric.meshy.models.Image3DRequest Bases: :py:obj:`pydantic.BaseModel` .. py:attribute:: mode :canonical: vendor_fabric.meshy.models.Image3DRequest.mode :type: str :value: 'Field(...)' .. autodoc2-docstring:: vendor_fabric.meshy.models.Image3DRequest.mode :parser: myst .. py:attribute:: image_url :canonical: vendor_fabric.meshy.models.Image3DRequest.image_url :type: str :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.Image3DRequest.image_url :parser: myst .. py:attribute:: ai_model :canonical: vendor_fabric.meshy.models.Image3DRequest.ai_model :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.Image3DRequest.ai_model :parser: myst .. py:attribute:: topology :canonical: vendor_fabric.meshy.models.Image3DRequest.topology :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.Image3DRequest.topology :parser: myst .. py:attribute:: target_polycount :canonical: vendor_fabric.meshy.models.Image3DRequest.target_polycount :type: int | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.Image3DRequest.target_polycount :parser: myst .. py:attribute:: enable_pbr :canonical: vendor_fabric.meshy.models.Image3DRequest.enable_pbr :type: bool | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.Image3DRequest.enable_pbr :parser: myst .. py:attribute:: model_config :canonical: vendor_fabric.meshy.models.Image3DRequest.model_config :type: typing.ClassVar[pydantic.config.ConfigDict] :value: 'ConfigDict(...)' .. py:method:: model_fields() -> dict[str, pydantic.fields.FieldInfo] :canonical: vendor_fabric.meshy.models.Image3DRequest.model_fields :classmethod: .. py:method:: model_computed_fields() -> dict[str, pydantic.fields.ComputedFieldInfo] :canonical: vendor_fabric.meshy.models.Image3DRequest.model_computed_fields :classmethod: .. py:property:: model_extra :canonical: vendor_fabric.meshy.models.Image3DRequest.model_extra :type: dict[str, typing.Any] | None .. py:property:: model_fields_set :canonical: vendor_fabric.meshy.models.Image3DRequest.model_fields_set :type: set[str] .. py:method:: model_construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Image3DRequest.model_construct :classmethod: .. py:method:: model_copy(*, update: collections.abc.Mapping[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Image3DRequest.model_copy .. py:method:: model_dump(*, mode: typing.Literal[json, python] | str = 'python', include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.Image3DRequest.model_dump .. py:method:: model_dump_json(*, indent: int | None = None, ensure_ascii: bool = False, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> str :canonical: vendor_fabric.meshy.models.Image3DRequest.model_dump_json .. py:method:: model_json_schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, schema_generator: type[pydantic.json_schema.GenerateJsonSchema] = GenerateJsonSchema, mode: pydantic.json_schema.JsonSchemaMode = 'validation', *, union_format: typing.Literal[any_of, primitive_type_array] = 'any_of') -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.Image3DRequest.model_json_schema :classmethod: .. py:method:: model_parametrized_name(params: tuple[type[typing.Any], ...]) -> str :canonical: vendor_fabric.meshy.models.Image3DRequest.model_parametrized_name :classmethod: .. py:method:: model_post_init(context: typing.Any, /) -> None :canonical: vendor_fabric.meshy.models.Image3DRequest.model_post_init .. py:method:: model_rebuild(*, force: bool = False, raise_errors: bool = True, _parent_namespace_depth: int = 2, _types_namespace: pydantic._internal._namespace_utils.MappingNamespace | None = None) -> bool | None :canonical: vendor_fabric.meshy.models.Image3DRequest.model_rebuild :classmethod: .. py:method:: model_validate(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, from_attributes: bool | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Image3DRequest.model_validate :classmethod: .. py:method:: model_validate_json(json_data: str | bytes | bytearray, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Image3DRequest.model_validate_json :classmethod: .. py:method:: model_validate_strings(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Image3DRequest.model_validate_strings :classmethod: .. py:method:: dict(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.Image3DRequest.dict .. py:method:: json(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, encoder: typing.Callable[[typing.Any], typing.Any] | None = PydanticUndefined, models_as_dict: bool = PydanticUndefined, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.Image3DRequest.json .. py:method:: parse_obj(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Image3DRequest.parse_obj :classmethod: .. py:method:: parse_raw(b: str | bytes, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Image3DRequest.parse_raw :classmethod: .. py:method:: parse_file(path: str | pathlib.Path, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Image3DRequest.parse_file :classmethod: .. py:method:: from_orm(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Image3DRequest.from_orm :classmethod: .. py:method:: construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Image3DRequest.construct :classmethod: .. py:method:: copy(*, include: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, exclude: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, update: typing.Dict[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Image3DRequest.copy .. py:method:: schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.Image3DRequest.schema :classmethod: .. py:method:: schema_json(*, by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.Image3DRequest.schema_json :classmethod: .. py:method:: validate(value: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Image3DRequest.validate :classmethod: .. py:method:: update_forward_refs(**localns: typing.Any) -> None :canonical: vendor_fabric.meshy.models.Image3DRequest.update_forward_refs :classmethod: .. py:class:: Image3DResult(/, **data: typing.Any) :canonical: vendor_fabric.meshy.models.Image3DResult Bases: :py:obj:`pydantic.BaseModel` .. py:attribute:: id :canonical: vendor_fabric.meshy.models.Image3DResult.id :type: str :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.Image3DResult.id :parser: myst .. py:attribute:: status :canonical: vendor_fabric.meshy.models.Image3DResult.status :type: vendor_fabric.meshy.models.TaskStatus :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.Image3DResult.status :parser: myst .. py:attribute:: progress :canonical: vendor_fabric.meshy.models.Image3DResult.progress :type: int :value: 0 .. autodoc2-docstring:: vendor_fabric.meshy.models.Image3DResult.progress :parser: myst .. py:attribute:: created_at :canonical: vendor_fabric.meshy.models.Image3DResult.created_at :type: int :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.Image3DResult.created_at :parser: myst .. py:attribute:: started_at :canonical: vendor_fabric.meshy.models.Image3DResult.started_at :type: int | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.Image3DResult.started_at :parser: myst .. py:attribute:: finished_at :canonical: vendor_fabric.meshy.models.Image3DResult.finished_at :type: int | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.Image3DResult.finished_at :parser: myst .. py:attribute:: model_urls :canonical: vendor_fabric.meshy.models.Image3DResult.model_urls :type: vendor_fabric.meshy.models.ModelUrls | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.Image3DResult.model_urls :parser: myst .. py:attribute:: texture_urls :canonical: vendor_fabric.meshy.models.Image3DResult.texture_urls :type: list[vendor_fabric.meshy.models.TextureUrls] | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.Image3DResult.texture_urls :parser: myst .. py:attribute:: thumbnail_url :canonical: vendor_fabric.meshy.models.Image3DResult.thumbnail_url :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.Image3DResult.thumbnail_url :parser: myst .. py:attribute:: error :canonical: vendor_fabric.meshy.models.Image3DResult.error :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.Image3DResult.error :parser: myst .. py:attribute:: model_config :canonical: vendor_fabric.meshy.models.Image3DResult.model_config :type: typing.ClassVar[pydantic.config.ConfigDict] :value: 'ConfigDict(...)' .. py:method:: model_fields() -> dict[str, pydantic.fields.FieldInfo] :canonical: vendor_fabric.meshy.models.Image3DResult.model_fields :classmethod: .. py:method:: model_computed_fields() -> dict[str, pydantic.fields.ComputedFieldInfo] :canonical: vendor_fabric.meshy.models.Image3DResult.model_computed_fields :classmethod: .. py:property:: model_extra :canonical: vendor_fabric.meshy.models.Image3DResult.model_extra :type: dict[str, typing.Any] | None .. py:property:: model_fields_set :canonical: vendor_fabric.meshy.models.Image3DResult.model_fields_set :type: set[str] .. py:method:: model_construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Image3DResult.model_construct :classmethod: .. py:method:: model_copy(*, update: collections.abc.Mapping[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Image3DResult.model_copy .. py:method:: model_dump(*, mode: typing.Literal[json, python] | str = 'python', include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.Image3DResult.model_dump .. py:method:: model_dump_json(*, indent: int | None = None, ensure_ascii: bool = False, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> str :canonical: vendor_fabric.meshy.models.Image3DResult.model_dump_json .. py:method:: model_json_schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, schema_generator: type[pydantic.json_schema.GenerateJsonSchema] = GenerateJsonSchema, mode: pydantic.json_schema.JsonSchemaMode = 'validation', *, union_format: typing.Literal[any_of, primitive_type_array] = 'any_of') -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.Image3DResult.model_json_schema :classmethod: .. py:method:: model_parametrized_name(params: tuple[type[typing.Any], ...]) -> str :canonical: vendor_fabric.meshy.models.Image3DResult.model_parametrized_name :classmethod: .. py:method:: model_post_init(context: typing.Any, /) -> None :canonical: vendor_fabric.meshy.models.Image3DResult.model_post_init .. py:method:: model_rebuild(*, force: bool = False, raise_errors: bool = True, _parent_namespace_depth: int = 2, _types_namespace: pydantic._internal._namespace_utils.MappingNamespace | None = None) -> bool | None :canonical: vendor_fabric.meshy.models.Image3DResult.model_rebuild :classmethod: .. py:method:: model_validate(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, from_attributes: bool | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Image3DResult.model_validate :classmethod: .. py:method:: model_validate_json(json_data: str | bytes | bytearray, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Image3DResult.model_validate_json :classmethod: .. py:method:: model_validate_strings(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Image3DResult.model_validate_strings :classmethod: .. py:method:: dict(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.Image3DResult.dict .. py:method:: json(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, encoder: typing.Callable[[typing.Any], typing.Any] | None = PydanticUndefined, models_as_dict: bool = PydanticUndefined, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.Image3DResult.json .. py:method:: parse_obj(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Image3DResult.parse_obj :classmethod: .. py:method:: parse_raw(b: str | bytes, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Image3DResult.parse_raw :classmethod: .. py:method:: parse_file(path: str | pathlib.Path, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Image3DResult.parse_file :classmethod: .. py:method:: from_orm(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Image3DResult.from_orm :classmethod: .. py:method:: construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Image3DResult.construct :classmethod: .. py:method:: copy(*, include: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, exclude: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, update: typing.Dict[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Image3DResult.copy .. py:method:: schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.Image3DResult.schema :classmethod: .. py:method:: schema_json(*, by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.Image3DResult.schema_json :classmethod: .. py:method:: validate(value: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.Image3DResult.validate :classmethod: .. py:method:: update_forward_refs(**localns: typing.Any) -> None :canonical: vendor_fabric.meshy.models.Image3DResult.update_forward_refs :classmethod: .. py:class:: RiggingRequest(/, **data: typing.Any) :canonical: vendor_fabric.meshy.models.RiggingRequest Bases: :py:obj:`pydantic.BaseModel` .. py:attribute:: input_task_id :canonical: vendor_fabric.meshy.models.RiggingRequest.input_task_id :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RiggingRequest.input_task_id :parser: myst .. py:attribute:: model_url :canonical: vendor_fabric.meshy.models.RiggingRequest.model_url :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RiggingRequest.model_url :parser: myst .. py:attribute:: height_meters :canonical: vendor_fabric.meshy.models.RiggingRequest.height_meters :type: float :value: 1.7 .. autodoc2-docstring:: vendor_fabric.meshy.models.RiggingRequest.height_meters :parser: myst .. py:attribute:: texture_image_url :canonical: vendor_fabric.meshy.models.RiggingRequest.texture_image_url :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RiggingRequest.texture_image_url :parser: myst .. py:attribute:: model_config :canonical: vendor_fabric.meshy.models.RiggingRequest.model_config :type: typing.ClassVar[pydantic.config.ConfigDict] :value: 'ConfigDict(...)' .. py:method:: model_fields() -> dict[str, pydantic.fields.FieldInfo] :canonical: vendor_fabric.meshy.models.RiggingRequest.model_fields :classmethod: .. py:method:: model_computed_fields() -> dict[str, pydantic.fields.ComputedFieldInfo] :canonical: vendor_fabric.meshy.models.RiggingRequest.model_computed_fields :classmethod: .. py:property:: model_extra :canonical: vendor_fabric.meshy.models.RiggingRequest.model_extra :type: dict[str, typing.Any] | None .. py:property:: model_fields_set :canonical: vendor_fabric.meshy.models.RiggingRequest.model_fields_set :type: set[str] .. py:method:: model_construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingRequest.model_construct :classmethod: .. py:method:: model_copy(*, update: collections.abc.Mapping[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingRequest.model_copy .. py:method:: model_dump(*, mode: typing.Literal[json, python] | str = 'python', include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.RiggingRequest.model_dump .. py:method:: model_dump_json(*, indent: int | None = None, ensure_ascii: bool = False, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> str :canonical: vendor_fabric.meshy.models.RiggingRequest.model_dump_json .. py:method:: model_json_schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, schema_generator: type[pydantic.json_schema.GenerateJsonSchema] = GenerateJsonSchema, mode: pydantic.json_schema.JsonSchemaMode = 'validation', *, union_format: typing.Literal[any_of, primitive_type_array] = 'any_of') -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.RiggingRequest.model_json_schema :classmethod: .. py:method:: model_parametrized_name(params: tuple[type[typing.Any], ...]) -> str :canonical: vendor_fabric.meshy.models.RiggingRequest.model_parametrized_name :classmethod: .. py:method:: model_post_init(context: typing.Any, /) -> None :canonical: vendor_fabric.meshy.models.RiggingRequest.model_post_init .. py:method:: model_rebuild(*, force: bool = False, raise_errors: bool = True, _parent_namespace_depth: int = 2, _types_namespace: pydantic._internal._namespace_utils.MappingNamespace | None = None) -> bool | None :canonical: vendor_fabric.meshy.models.RiggingRequest.model_rebuild :classmethod: .. py:method:: model_validate(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, from_attributes: bool | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingRequest.model_validate :classmethod: .. py:method:: model_validate_json(json_data: str | bytes | bytearray, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingRequest.model_validate_json :classmethod: .. py:method:: model_validate_strings(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingRequest.model_validate_strings :classmethod: .. py:method:: dict(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.RiggingRequest.dict .. py:method:: json(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, encoder: typing.Callable[[typing.Any], typing.Any] | None = PydanticUndefined, models_as_dict: bool = PydanticUndefined, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.RiggingRequest.json .. py:method:: parse_obj(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingRequest.parse_obj :classmethod: .. py:method:: parse_raw(b: str | bytes, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingRequest.parse_raw :classmethod: .. py:method:: parse_file(path: str | pathlib.Path, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingRequest.parse_file :classmethod: .. py:method:: from_orm(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingRequest.from_orm :classmethod: .. py:method:: construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingRequest.construct :classmethod: .. py:method:: copy(*, include: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, exclude: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, update: typing.Dict[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingRequest.copy .. py:method:: schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.RiggingRequest.schema :classmethod: .. py:method:: schema_json(*, by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.RiggingRequest.schema_json :classmethod: .. py:method:: validate(value: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingRequest.validate :classmethod: .. py:method:: update_forward_refs(**localns: typing.Any) -> None :canonical: vendor_fabric.meshy.models.RiggingRequest.update_forward_refs :classmethod: .. py:class:: BasicAnimations(/, **data: typing.Any) :canonical: vendor_fabric.meshy.models.BasicAnimations Bases: :py:obj:`pydantic.BaseModel` .. py:attribute:: walking_glb_url :canonical: vendor_fabric.meshy.models.BasicAnimations.walking_glb_url :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.BasicAnimations.walking_glb_url :parser: myst .. py:attribute:: walking_fbx_url :canonical: vendor_fabric.meshy.models.BasicAnimations.walking_fbx_url :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.BasicAnimations.walking_fbx_url :parser: myst .. py:attribute:: walking_armature_glb_url :canonical: vendor_fabric.meshy.models.BasicAnimations.walking_armature_glb_url :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.BasicAnimations.walking_armature_glb_url :parser: myst .. py:attribute:: running_glb_url :canonical: vendor_fabric.meshy.models.BasicAnimations.running_glb_url :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.BasicAnimations.running_glb_url :parser: myst .. py:attribute:: running_fbx_url :canonical: vendor_fabric.meshy.models.BasicAnimations.running_fbx_url :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.BasicAnimations.running_fbx_url :parser: myst .. py:attribute:: running_armature_glb_url :canonical: vendor_fabric.meshy.models.BasicAnimations.running_armature_glb_url :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.BasicAnimations.running_armature_glb_url :parser: myst .. py:attribute:: model_config :canonical: vendor_fabric.meshy.models.BasicAnimations.model_config :type: typing.ClassVar[pydantic.config.ConfigDict] :value: 'ConfigDict(...)' .. py:method:: model_fields() -> dict[str, pydantic.fields.FieldInfo] :canonical: vendor_fabric.meshy.models.BasicAnimations.model_fields :classmethod: .. py:method:: model_computed_fields() -> dict[str, pydantic.fields.ComputedFieldInfo] :canonical: vendor_fabric.meshy.models.BasicAnimations.model_computed_fields :classmethod: .. py:property:: model_extra :canonical: vendor_fabric.meshy.models.BasicAnimations.model_extra :type: dict[str, typing.Any] | None .. py:property:: model_fields_set :canonical: vendor_fabric.meshy.models.BasicAnimations.model_fields_set :type: set[str] .. py:method:: model_construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.BasicAnimations.model_construct :classmethod: .. py:method:: model_copy(*, update: collections.abc.Mapping[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.BasicAnimations.model_copy .. py:method:: model_dump(*, mode: typing.Literal[json, python] | str = 'python', include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.BasicAnimations.model_dump .. py:method:: model_dump_json(*, indent: int | None = None, ensure_ascii: bool = False, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> str :canonical: vendor_fabric.meshy.models.BasicAnimations.model_dump_json .. py:method:: model_json_schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, schema_generator: type[pydantic.json_schema.GenerateJsonSchema] = GenerateJsonSchema, mode: pydantic.json_schema.JsonSchemaMode = 'validation', *, union_format: typing.Literal[any_of, primitive_type_array] = 'any_of') -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.BasicAnimations.model_json_schema :classmethod: .. py:method:: model_parametrized_name(params: tuple[type[typing.Any], ...]) -> str :canonical: vendor_fabric.meshy.models.BasicAnimations.model_parametrized_name :classmethod: .. py:method:: model_post_init(context: typing.Any, /) -> None :canonical: vendor_fabric.meshy.models.BasicAnimations.model_post_init .. py:method:: model_rebuild(*, force: bool = False, raise_errors: bool = True, _parent_namespace_depth: int = 2, _types_namespace: pydantic._internal._namespace_utils.MappingNamespace | None = None) -> bool | None :canonical: vendor_fabric.meshy.models.BasicAnimations.model_rebuild :classmethod: .. py:method:: model_validate(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, from_attributes: bool | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.BasicAnimations.model_validate :classmethod: .. py:method:: model_validate_json(json_data: str | bytes | bytearray, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.BasicAnimations.model_validate_json :classmethod: .. py:method:: model_validate_strings(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.BasicAnimations.model_validate_strings :classmethod: .. py:method:: dict(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.BasicAnimations.dict .. py:method:: json(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, encoder: typing.Callable[[typing.Any], typing.Any] | None = PydanticUndefined, models_as_dict: bool = PydanticUndefined, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.BasicAnimations.json .. py:method:: parse_obj(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.BasicAnimations.parse_obj :classmethod: .. py:method:: parse_raw(b: str | bytes, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.BasicAnimations.parse_raw :classmethod: .. py:method:: parse_file(path: str | pathlib.Path, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.BasicAnimations.parse_file :classmethod: .. py:method:: from_orm(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.BasicAnimations.from_orm :classmethod: .. py:method:: construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.BasicAnimations.construct :classmethod: .. py:method:: copy(*, include: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, exclude: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, update: typing.Dict[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.BasicAnimations.copy .. py:method:: schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.BasicAnimations.schema :classmethod: .. py:method:: schema_json(*, by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.BasicAnimations.schema_json :classmethod: .. py:method:: validate(value: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.BasicAnimations.validate :classmethod: .. py:method:: update_forward_refs(**localns: typing.Any) -> None :canonical: vendor_fabric.meshy.models.BasicAnimations.update_forward_refs :classmethod: .. py:class:: RiggingResultData(/, **data: typing.Any) :canonical: vendor_fabric.meshy.models.RiggingResultData Bases: :py:obj:`pydantic.BaseModel` .. py:attribute:: rigged_character_fbx_url :canonical: vendor_fabric.meshy.models.RiggingResultData.rigged_character_fbx_url :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RiggingResultData.rigged_character_fbx_url :parser: myst .. py:attribute:: rigged_character_glb_url :canonical: vendor_fabric.meshy.models.RiggingResultData.rigged_character_glb_url :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RiggingResultData.rigged_character_glb_url :parser: myst .. py:attribute:: basic_animations :canonical: vendor_fabric.meshy.models.RiggingResultData.basic_animations :type: vendor_fabric.meshy.models.BasicAnimations | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RiggingResultData.basic_animations :parser: myst .. py:attribute:: model_config :canonical: vendor_fabric.meshy.models.RiggingResultData.model_config :type: typing.ClassVar[pydantic.config.ConfigDict] :value: 'ConfigDict(...)' .. py:method:: model_fields() -> dict[str, pydantic.fields.FieldInfo] :canonical: vendor_fabric.meshy.models.RiggingResultData.model_fields :classmethod: .. py:method:: model_computed_fields() -> dict[str, pydantic.fields.ComputedFieldInfo] :canonical: vendor_fabric.meshy.models.RiggingResultData.model_computed_fields :classmethod: .. py:property:: model_extra :canonical: vendor_fabric.meshy.models.RiggingResultData.model_extra :type: dict[str, typing.Any] | None .. py:property:: model_fields_set :canonical: vendor_fabric.meshy.models.RiggingResultData.model_fields_set :type: set[str] .. py:method:: model_construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingResultData.model_construct :classmethod: .. py:method:: model_copy(*, update: collections.abc.Mapping[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingResultData.model_copy .. py:method:: model_dump(*, mode: typing.Literal[json, python] | str = 'python', include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.RiggingResultData.model_dump .. py:method:: model_dump_json(*, indent: int | None = None, ensure_ascii: bool = False, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> str :canonical: vendor_fabric.meshy.models.RiggingResultData.model_dump_json .. py:method:: model_json_schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, schema_generator: type[pydantic.json_schema.GenerateJsonSchema] = GenerateJsonSchema, mode: pydantic.json_schema.JsonSchemaMode = 'validation', *, union_format: typing.Literal[any_of, primitive_type_array] = 'any_of') -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.RiggingResultData.model_json_schema :classmethod: .. py:method:: model_parametrized_name(params: tuple[type[typing.Any], ...]) -> str :canonical: vendor_fabric.meshy.models.RiggingResultData.model_parametrized_name :classmethod: .. py:method:: model_post_init(context: typing.Any, /) -> None :canonical: vendor_fabric.meshy.models.RiggingResultData.model_post_init .. py:method:: model_rebuild(*, force: bool = False, raise_errors: bool = True, _parent_namespace_depth: int = 2, _types_namespace: pydantic._internal._namespace_utils.MappingNamespace | None = None) -> bool | None :canonical: vendor_fabric.meshy.models.RiggingResultData.model_rebuild :classmethod: .. py:method:: model_validate(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, from_attributes: bool | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingResultData.model_validate :classmethod: .. py:method:: model_validate_json(json_data: str | bytes | bytearray, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingResultData.model_validate_json :classmethod: .. py:method:: model_validate_strings(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingResultData.model_validate_strings :classmethod: .. py:method:: dict(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.RiggingResultData.dict .. py:method:: json(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, encoder: typing.Callable[[typing.Any], typing.Any] | None = PydanticUndefined, models_as_dict: bool = PydanticUndefined, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.RiggingResultData.json .. py:method:: parse_obj(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingResultData.parse_obj :classmethod: .. py:method:: parse_raw(b: str | bytes, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingResultData.parse_raw :classmethod: .. py:method:: parse_file(path: str | pathlib.Path, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingResultData.parse_file :classmethod: .. py:method:: from_orm(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingResultData.from_orm :classmethod: .. py:method:: construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingResultData.construct :classmethod: .. py:method:: copy(*, include: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, exclude: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, update: typing.Dict[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingResultData.copy .. py:method:: schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.RiggingResultData.schema :classmethod: .. py:method:: schema_json(*, by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.RiggingResultData.schema_json :classmethod: .. py:method:: validate(value: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingResultData.validate :classmethod: .. py:method:: update_forward_refs(**localns: typing.Any) -> None :canonical: vendor_fabric.meshy.models.RiggingResultData.update_forward_refs :classmethod: .. py:class:: RiggingResult(/, **data: typing.Any) :canonical: vendor_fabric.meshy.models.RiggingResult Bases: :py:obj:`pydantic.BaseModel` .. py:attribute:: id :canonical: vendor_fabric.meshy.models.RiggingResult.id :type: str :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RiggingResult.id :parser: myst .. py:attribute:: status :canonical: vendor_fabric.meshy.models.RiggingResult.status :type: vendor_fabric.meshy.models.TaskStatus :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RiggingResult.status :parser: myst .. py:attribute:: progress :canonical: vendor_fabric.meshy.models.RiggingResult.progress :type: int :value: 0 .. autodoc2-docstring:: vendor_fabric.meshy.models.RiggingResult.progress :parser: myst .. py:attribute:: created_at :canonical: vendor_fabric.meshy.models.RiggingResult.created_at :type: int :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RiggingResult.created_at :parser: myst .. py:attribute:: started_at :canonical: vendor_fabric.meshy.models.RiggingResult.started_at :type: int | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RiggingResult.started_at :parser: myst .. py:attribute:: finished_at :canonical: vendor_fabric.meshy.models.RiggingResult.finished_at :type: int | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RiggingResult.finished_at :parser: myst .. py:attribute:: expires_at :canonical: vendor_fabric.meshy.models.RiggingResult.expires_at :type: int | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RiggingResult.expires_at :parser: myst .. py:attribute:: task_error :canonical: vendor_fabric.meshy.models.RiggingResult.task_error :type: dict[str, typing.Any] | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RiggingResult.task_error :parser: myst .. py:attribute:: result :canonical: vendor_fabric.meshy.models.RiggingResult.result :type: vendor_fabric.meshy.models.RiggingResultData | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RiggingResult.result :parser: myst .. py:attribute:: preceding_tasks :canonical: vendor_fabric.meshy.models.RiggingResult.preceding_tasks :type: int :value: 0 .. autodoc2-docstring:: vendor_fabric.meshy.models.RiggingResult.preceding_tasks :parser: myst .. py:attribute:: model_config :canonical: vendor_fabric.meshy.models.RiggingResult.model_config :type: typing.ClassVar[pydantic.config.ConfigDict] :value: 'ConfigDict(...)' .. py:method:: model_fields() -> dict[str, pydantic.fields.FieldInfo] :canonical: vendor_fabric.meshy.models.RiggingResult.model_fields :classmethod: .. py:method:: model_computed_fields() -> dict[str, pydantic.fields.ComputedFieldInfo] :canonical: vendor_fabric.meshy.models.RiggingResult.model_computed_fields :classmethod: .. py:property:: model_extra :canonical: vendor_fabric.meshy.models.RiggingResult.model_extra :type: dict[str, typing.Any] | None .. py:property:: model_fields_set :canonical: vendor_fabric.meshy.models.RiggingResult.model_fields_set :type: set[str] .. py:method:: model_construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingResult.model_construct :classmethod: .. py:method:: model_copy(*, update: collections.abc.Mapping[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingResult.model_copy .. py:method:: model_dump(*, mode: typing.Literal[json, python] | str = 'python', include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.RiggingResult.model_dump .. py:method:: model_dump_json(*, indent: int | None = None, ensure_ascii: bool = False, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> str :canonical: vendor_fabric.meshy.models.RiggingResult.model_dump_json .. py:method:: model_json_schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, schema_generator: type[pydantic.json_schema.GenerateJsonSchema] = GenerateJsonSchema, mode: pydantic.json_schema.JsonSchemaMode = 'validation', *, union_format: typing.Literal[any_of, primitive_type_array] = 'any_of') -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.RiggingResult.model_json_schema :classmethod: .. py:method:: model_parametrized_name(params: tuple[type[typing.Any], ...]) -> str :canonical: vendor_fabric.meshy.models.RiggingResult.model_parametrized_name :classmethod: .. py:method:: model_post_init(context: typing.Any, /) -> None :canonical: vendor_fabric.meshy.models.RiggingResult.model_post_init .. py:method:: model_rebuild(*, force: bool = False, raise_errors: bool = True, _parent_namespace_depth: int = 2, _types_namespace: pydantic._internal._namespace_utils.MappingNamespace | None = None) -> bool | None :canonical: vendor_fabric.meshy.models.RiggingResult.model_rebuild :classmethod: .. py:method:: model_validate(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, from_attributes: bool | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingResult.model_validate :classmethod: .. py:method:: model_validate_json(json_data: str | bytes | bytearray, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingResult.model_validate_json :classmethod: .. py:method:: model_validate_strings(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingResult.model_validate_strings :classmethod: .. py:method:: dict(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.RiggingResult.dict .. py:method:: json(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, encoder: typing.Callable[[typing.Any], typing.Any] | None = PydanticUndefined, models_as_dict: bool = PydanticUndefined, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.RiggingResult.json .. py:method:: parse_obj(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingResult.parse_obj :classmethod: .. py:method:: parse_raw(b: str | bytes, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingResult.parse_raw :classmethod: .. py:method:: parse_file(path: str | pathlib.Path, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingResult.parse_file :classmethod: .. py:method:: from_orm(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingResult.from_orm :classmethod: .. py:method:: construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingResult.construct :classmethod: .. py:method:: copy(*, include: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, exclude: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, update: typing.Dict[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingResult.copy .. py:method:: schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.RiggingResult.schema :classmethod: .. py:method:: schema_json(*, by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.RiggingResult.schema_json :classmethod: .. py:method:: validate(value: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RiggingResult.validate :classmethod: .. py:method:: update_forward_refs(**localns: typing.Any) -> None :canonical: vendor_fabric.meshy.models.RiggingResult.update_forward_refs :classmethod: .. py:class:: AnimationRequest(/, **data: typing.Any) :canonical: vendor_fabric.meshy.models.AnimationRequest Bases: :py:obj:`pydantic.BaseModel` .. py:attribute:: rig_task_id :canonical: vendor_fabric.meshy.models.AnimationRequest.rig_task_id :type: str :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.AnimationRequest.rig_task_id :parser: myst .. py:attribute:: action_id :canonical: vendor_fabric.meshy.models.AnimationRequest.action_id :type: int :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.AnimationRequest.action_id :parser: myst .. py:attribute:: loop :canonical: vendor_fabric.meshy.models.AnimationRequest.loop :type: bool | None :value: True .. autodoc2-docstring:: vendor_fabric.meshy.models.AnimationRequest.loop :parser: myst .. py:attribute:: frame_rate :canonical: vendor_fabric.meshy.models.AnimationRequest.frame_rate :type: int | None :value: 30 .. autodoc2-docstring:: vendor_fabric.meshy.models.AnimationRequest.frame_rate :parser: myst .. py:attribute:: model_config :canonical: vendor_fabric.meshy.models.AnimationRequest.model_config :type: typing.ClassVar[pydantic.config.ConfigDict] :value: 'ConfigDict(...)' .. py:method:: model_fields() -> dict[str, pydantic.fields.FieldInfo] :canonical: vendor_fabric.meshy.models.AnimationRequest.model_fields :classmethod: .. py:method:: model_computed_fields() -> dict[str, pydantic.fields.ComputedFieldInfo] :canonical: vendor_fabric.meshy.models.AnimationRequest.model_computed_fields :classmethod: .. py:property:: model_extra :canonical: vendor_fabric.meshy.models.AnimationRequest.model_extra :type: dict[str, typing.Any] | None .. py:property:: model_fields_set :canonical: vendor_fabric.meshy.models.AnimationRequest.model_fields_set :type: set[str] .. py:method:: model_construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationRequest.model_construct :classmethod: .. py:method:: model_copy(*, update: collections.abc.Mapping[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationRequest.model_copy .. py:method:: model_dump(*, mode: typing.Literal[json, python] | str = 'python', include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.AnimationRequest.model_dump .. py:method:: model_dump_json(*, indent: int | None = None, ensure_ascii: bool = False, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> str :canonical: vendor_fabric.meshy.models.AnimationRequest.model_dump_json .. py:method:: model_json_schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, schema_generator: type[pydantic.json_schema.GenerateJsonSchema] = GenerateJsonSchema, mode: pydantic.json_schema.JsonSchemaMode = 'validation', *, union_format: typing.Literal[any_of, primitive_type_array] = 'any_of') -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.AnimationRequest.model_json_schema :classmethod: .. py:method:: model_parametrized_name(params: tuple[type[typing.Any], ...]) -> str :canonical: vendor_fabric.meshy.models.AnimationRequest.model_parametrized_name :classmethod: .. py:method:: model_post_init(context: typing.Any, /) -> None :canonical: vendor_fabric.meshy.models.AnimationRequest.model_post_init .. py:method:: model_rebuild(*, force: bool = False, raise_errors: bool = True, _parent_namespace_depth: int = 2, _types_namespace: pydantic._internal._namespace_utils.MappingNamespace | None = None) -> bool | None :canonical: vendor_fabric.meshy.models.AnimationRequest.model_rebuild :classmethod: .. py:method:: model_validate(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, from_attributes: bool | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationRequest.model_validate :classmethod: .. py:method:: model_validate_json(json_data: str | bytes | bytearray, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationRequest.model_validate_json :classmethod: .. py:method:: model_validate_strings(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationRequest.model_validate_strings :classmethod: .. py:method:: dict(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.AnimationRequest.dict .. py:method:: json(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, encoder: typing.Callable[[typing.Any], typing.Any] | None = PydanticUndefined, models_as_dict: bool = PydanticUndefined, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.AnimationRequest.json .. py:method:: parse_obj(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationRequest.parse_obj :classmethod: .. py:method:: parse_raw(b: str | bytes, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationRequest.parse_raw :classmethod: .. py:method:: parse_file(path: str | pathlib.Path, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationRequest.parse_file :classmethod: .. py:method:: from_orm(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationRequest.from_orm :classmethod: .. py:method:: construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationRequest.construct :classmethod: .. py:method:: copy(*, include: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, exclude: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, update: typing.Dict[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationRequest.copy .. py:method:: schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.AnimationRequest.schema :classmethod: .. py:method:: schema_json(*, by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.AnimationRequest.schema_json :classmethod: .. py:method:: validate(value: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationRequest.validate :classmethod: .. py:method:: update_forward_refs(**localns: typing.Any) -> None :canonical: vendor_fabric.meshy.models.AnimationRequest.update_forward_refs :classmethod: .. py:class:: AnimationResult(/, **data: typing.Any) :canonical: vendor_fabric.meshy.models.AnimationResult Bases: :py:obj:`pydantic.BaseModel` .. py:attribute:: id :canonical: vendor_fabric.meshy.models.AnimationResult.id :type: str :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.AnimationResult.id :parser: myst .. py:attribute:: status :canonical: vendor_fabric.meshy.models.AnimationResult.status :type: vendor_fabric.meshy.models.TaskStatus :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.AnimationResult.status :parser: myst .. py:attribute:: progress :canonical: vendor_fabric.meshy.models.AnimationResult.progress :type: int :value: 0 .. autodoc2-docstring:: vendor_fabric.meshy.models.AnimationResult.progress :parser: myst .. py:attribute:: created_at :canonical: vendor_fabric.meshy.models.AnimationResult.created_at :type: int :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.AnimationResult.created_at :parser: myst .. py:attribute:: started_at :canonical: vendor_fabric.meshy.models.AnimationResult.started_at :type: int | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.AnimationResult.started_at :parser: myst .. py:attribute:: finished_at :canonical: vendor_fabric.meshy.models.AnimationResult.finished_at :type: int | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.AnimationResult.finished_at :parser: myst .. py:attribute:: expires_at :canonical: vendor_fabric.meshy.models.AnimationResult.expires_at :type: int | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.AnimationResult.expires_at :parser: myst .. py:attribute:: animation_glb_url :canonical: vendor_fabric.meshy.models.AnimationResult.animation_glb_url :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.AnimationResult.animation_glb_url :parser: myst .. py:attribute:: animation_fbx_url :canonical: vendor_fabric.meshy.models.AnimationResult.animation_fbx_url :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.AnimationResult.animation_fbx_url :parser: myst .. py:attribute:: task_error :canonical: vendor_fabric.meshy.models.AnimationResult.task_error :type: dict[str, typing.Any] | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.AnimationResult.task_error :parser: myst .. py:attribute:: preceding_tasks :canonical: vendor_fabric.meshy.models.AnimationResult.preceding_tasks :type: int :value: 0 .. autodoc2-docstring:: vendor_fabric.meshy.models.AnimationResult.preceding_tasks :parser: myst .. py:attribute:: model_config :canonical: vendor_fabric.meshy.models.AnimationResult.model_config :type: typing.ClassVar[pydantic.config.ConfigDict] :value: 'ConfigDict(...)' .. py:method:: model_fields() -> dict[str, pydantic.fields.FieldInfo] :canonical: vendor_fabric.meshy.models.AnimationResult.model_fields :classmethod: .. py:method:: model_computed_fields() -> dict[str, pydantic.fields.ComputedFieldInfo] :canonical: vendor_fabric.meshy.models.AnimationResult.model_computed_fields :classmethod: .. py:property:: model_extra :canonical: vendor_fabric.meshy.models.AnimationResult.model_extra :type: dict[str, typing.Any] | None .. py:property:: model_fields_set :canonical: vendor_fabric.meshy.models.AnimationResult.model_fields_set :type: set[str] .. py:method:: model_construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationResult.model_construct :classmethod: .. py:method:: model_copy(*, update: collections.abc.Mapping[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationResult.model_copy .. py:method:: model_dump(*, mode: typing.Literal[json, python] | str = 'python', include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.AnimationResult.model_dump .. py:method:: model_dump_json(*, indent: int | None = None, ensure_ascii: bool = False, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> str :canonical: vendor_fabric.meshy.models.AnimationResult.model_dump_json .. py:method:: model_json_schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, schema_generator: type[pydantic.json_schema.GenerateJsonSchema] = GenerateJsonSchema, mode: pydantic.json_schema.JsonSchemaMode = 'validation', *, union_format: typing.Literal[any_of, primitive_type_array] = 'any_of') -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.AnimationResult.model_json_schema :classmethod: .. py:method:: model_parametrized_name(params: tuple[type[typing.Any], ...]) -> str :canonical: vendor_fabric.meshy.models.AnimationResult.model_parametrized_name :classmethod: .. py:method:: model_post_init(context: typing.Any, /) -> None :canonical: vendor_fabric.meshy.models.AnimationResult.model_post_init .. py:method:: model_rebuild(*, force: bool = False, raise_errors: bool = True, _parent_namespace_depth: int = 2, _types_namespace: pydantic._internal._namespace_utils.MappingNamespace | None = None) -> bool | None :canonical: vendor_fabric.meshy.models.AnimationResult.model_rebuild :classmethod: .. py:method:: model_validate(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, from_attributes: bool | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationResult.model_validate :classmethod: .. py:method:: model_validate_json(json_data: str | bytes | bytearray, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationResult.model_validate_json :classmethod: .. py:method:: model_validate_strings(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationResult.model_validate_strings :classmethod: .. py:method:: dict(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.AnimationResult.dict .. py:method:: json(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, encoder: typing.Callable[[typing.Any], typing.Any] | None = PydanticUndefined, models_as_dict: bool = PydanticUndefined, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.AnimationResult.json .. py:method:: parse_obj(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationResult.parse_obj :classmethod: .. py:method:: parse_raw(b: str | bytes, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationResult.parse_raw :classmethod: .. py:method:: parse_file(path: str | pathlib.Path, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationResult.parse_file :classmethod: .. py:method:: from_orm(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationResult.from_orm :classmethod: .. py:method:: construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationResult.construct :classmethod: .. py:method:: copy(*, include: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, exclude: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, update: typing.Dict[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationResult.copy .. py:method:: schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.AnimationResult.schema :classmethod: .. py:method:: schema_json(*, by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.AnimationResult.schema_json :classmethod: .. py:method:: validate(value: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AnimationResult.validate :classmethod: .. py:method:: update_forward_refs(**localns: typing.Any) -> None :canonical: vendor_fabric.meshy.models.AnimationResult.update_forward_refs :classmethod: .. py:class:: RetextureRequest(/, **data: typing.Any) :canonical: vendor_fabric.meshy.models.RetextureRequest Bases: :py:obj:`pydantic.BaseModel` .. py:attribute:: input_task_id :canonical: vendor_fabric.meshy.models.RetextureRequest.input_task_id :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RetextureRequest.input_task_id :parser: myst .. py:attribute:: model_url :canonical: vendor_fabric.meshy.models.RetextureRequest.model_url :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RetextureRequest.model_url :parser: myst .. py:attribute:: text_style_prompt :canonical: vendor_fabric.meshy.models.RetextureRequest.text_style_prompt :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RetextureRequest.text_style_prompt :parser: myst .. py:attribute:: image_style_url :canonical: vendor_fabric.meshy.models.RetextureRequest.image_style_url :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RetextureRequest.image_style_url :parser: myst .. py:attribute:: ai_model :canonical: vendor_fabric.meshy.models.RetextureRequest.ai_model :type: str :value: 'latest' .. autodoc2-docstring:: vendor_fabric.meshy.models.RetextureRequest.ai_model :parser: myst .. py:attribute:: enable_original_uv :canonical: vendor_fabric.meshy.models.RetextureRequest.enable_original_uv :type: bool :value: True .. autodoc2-docstring:: vendor_fabric.meshy.models.RetextureRequest.enable_original_uv :parser: myst .. py:attribute:: enable_pbr :canonical: vendor_fabric.meshy.models.RetextureRequest.enable_pbr :type: bool :value: False .. autodoc2-docstring:: vendor_fabric.meshy.models.RetextureRequest.enable_pbr :parser: myst .. py:attribute:: model_config :canonical: vendor_fabric.meshy.models.RetextureRequest.model_config :type: typing.ClassVar[pydantic.config.ConfigDict] :value: 'ConfigDict(...)' .. py:method:: model_fields() -> dict[str, pydantic.fields.FieldInfo] :canonical: vendor_fabric.meshy.models.RetextureRequest.model_fields :classmethod: .. py:method:: model_computed_fields() -> dict[str, pydantic.fields.ComputedFieldInfo] :canonical: vendor_fabric.meshy.models.RetextureRequest.model_computed_fields :classmethod: .. py:property:: model_extra :canonical: vendor_fabric.meshy.models.RetextureRequest.model_extra :type: dict[str, typing.Any] | None .. py:property:: model_fields_set :canonical: vendor_fabric.meshy.models.RetextureRequest.model_fields_set :type: set[str] .. py:method:: model_construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureRequest.model_construct :classmethod: .. py:method:: model_copy(*, update: collections.abc.Mapping[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureRequest.model_copy .. py:method:: model_dump(*, mode: typing.Literal[json, python] | str = 'python', include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.RetextureRequest.model_dump .. py:method:: model_dump_json(*, indent: int | None = None, ensure_ascii: bool = False, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> str :canonical: vendor_fabric.meshy.models.RetextureRequest.model_dump_json .. py:method:: model_json_schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, schema_generator: type[pydantic.json_schema.GenerateJsonSchema] = GenerateJsonSchema, mode: pydantic.json_schema.JsonSchemaMode = 'validation', *, union_format: typing.Literal[any_of, primitive_type_array] = 'any_of') -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.RetextureRequest.model_json_schema :classmethod: .. py:method:: model_parametrized_name(params: tuple[type[typing.Any], ...]) -> str :canonical: vendor_fabric.meshy.models.RetextureRequest.model_parametrized_name :classmethod: .. py:method:: model_post_init(context: typing.Any, /) -> None :canonical: vendor_fabric.meshy.models.RetextureRequest.model_post_init .. py:method:: model_rebuild(*, force: bool = False, raise_errors: bool = True, _parent_namespace_depth: int = 2, _types_namespace: pydantic._internal._namespace_utils.MappingNamespace | None = None) -> bool | None :canonical: vendor_fabric.meshy.models.RetextureRequest.model_rebuild :classmethod: .. py:method:: model_validate(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, from_attributes: bool | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureRequest.model_validate :classmethod: .. py:method:: model_validate_json(json_data: str | bytes | bytearray, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureRequest.model_validate_json :classmethod: .. py:method:: model_validate_strings(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureRequest.model_validate_strings :classmethod: .. py:method:: dict(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.RetextureRequest.dict .. py:method:: json(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, encoder: typing.Callable[[typing.Any], typing.Any] | None = PydanticUndefined, models_as_dict: bool = PydanticUndefined, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.RetextureRequest.json .. py:method:: parse_obj(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureRequest.parse_obj :classmethod: .. py:method:: parse_raw(b: str | bytes, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureRequest.parse_raw :classmethod: .. py:method:: parse_file(path: str | pathlib.Path, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureRequest.parse_file :classmethod: .. py:method:: from_orm(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureRequest.from_orm :classmethod: .. py:method:: construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureRequest.construct :classmethod: .. py:method:: copy(*, include: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, exclude: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, update: typing.Dict[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureRequest.copy .. py:method:: schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.RetextureRequest.schema :classmethod: .. py:method:: schema_json(*, by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.RetextureRequest.schema_json :classmethod: .. py:method:: validate(value: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureRequest.validate :classmethod: .. py:method:: update_forward_refs(**localns: typing.Any) -> None :canonical: vendor_fabric.meshy.models.RetextureRequest.update_forward_refs :classmethod: .. py:class:: RetextureResult(/, **data: typing.Any) :canonical: vendor_fabric.meshy.models.RetextureResult Bases: :py:obj:`pydantic.BaseModel` .. py:attribute:: id :canonical: vendor_fabric.meshy.models.RetextureResult.id :type: str :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RetextureResult.id :parser: myst .. py:attribute:: status :canonical: vendor_fabric.meshy.models.RetextureResult.status :type: vendor_fabric.meshy.models.TaskStatus :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RetextureResult.status :parser: myst .. py:attribute:: progress :canonical: vendor_fabric.meshy.models.RetextureResult.progress :type: int :value: 0 .. autodoc2-docstring:: vendor_fabric.meshy.models.RetextureResult.progress :parser: myst .. py:attribute:: created_at :canonical: vendor_fabric.meshy.models.RetextureResult.created_at :type: int :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RetextureResult.created_at :parser: myst .. py:attribute:: started_at :canonical: vendor_fabric.meshy.models.RetextureResult.started_at :type: int | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RetextureResult.started_at :parser: myst .. py:attribute:: finished_at :canonical: vendor_fabric.meshy.models.RetextureResult.finished_at :type: int | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RetextureResult.finished_at :parser: myst .. py:attribute:: expires_at :canonical: vendor_fabric.meshy.models.RetextureResult.expires_at :type: int | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RetextureResult.expires_at :parser: myst .. py:attribute:: model_urls :canonical: vendor_fabric.meshy.models.RetextureResult.model_urls :type: vendor_fabric.meshy.models.ModelUrls | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RetextureResult.model_urls :parser: myst .. py:attribute:: texture_urls :canonical: vendor_fabric.meshy.models.RetextureResult.texture_urls :type: list[vendor_fabric.meshy.models.TextureUrls] | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RetextureResult.texture_urls :parser: myst .. py:attribute:: thumbnail_url :canonical: vendor_fabric.meshy.models.RetextureResult.thumbnail_url :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RetextureResult.thumbnail_url :parser: myst .. py:attribute:: text_style_prompt :canonical: vendor_fabric.meshy.models.RetextureResult.text_style_prompt :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RetextureResult.text_style_prompt :parser: myst .. py:attribute:: image_style_url :canonical: vendor_fabric.meshy.models.RetextureResult.image_style_url :type: str | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RetextureResult.image_style_url :parser: myst .. py:attribute:: task_error :canonical: vendor_fabric.meshy.models.RetextureResult.task_error :type: dict[str, typing.Any] | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.RetextureResult.task_error :parser: myst .. py:attribute:: preceding_tasks :canonical: vendor_fabric.meshy.models.RetextureResult.preceding_tasks :type: int :value: 0 .. autodoc2-docstring:: vendor_fabric.meshy.models.RetextureResult.preceding_tasks :parser: myst .. py:attribute:: model_config :canonical: vendor_fabric.meshy.models.RetextureResult.model_config :type: typing.ClassVar[pydantic.config.ConfigDict] :value: 'ConfigDict(...)' .. py:method:: model_fields() -> dict[str, pydantic.fields.FieldInfo] :canonical: vendor_fabric.meshy.models.RetextureResult.model_fields :classmethod: .. py:method:: model_computed_fields() -> dict[str, pydantic.fields.ComputedFieldInfo] :canonical: vendor_fabric.meshy.models.RetextureResult.model_computed_fields :classmethod: .. py:property:: model_extra :canonical: vendor_fabric.meshy.models.RetextureResult.model_extra :type: dict[str, typing.Any] | None .. py:property:: model_fields_set :canonical: vendor_fabric.meshy.models.RetextureResult.model_fields_set :type: set[str] .. py:method:: model_construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureResult.model_construct :classmethod: .. py:method:: model_copy(*, update: collections.abc.Mapping[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureResult.model_copy .. py:method:: model_dump(*, mode: typing.Literal[json, python] | str = 'python', include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.RetextureResult.model_dump .. py:method:: model_dump_json(*, indent: int | None = None, ensure_ascii: bool = False, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> str :canonical: vendor_fabric.meshy.models.RetextureResult.model_dump_json .. py:method:: model_json_schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, schema_generator: type[pydantic.json_schema.GenerateJsonSchema] = GenerateJsonSchema, mode: pydantic.json_schema.JsonSchemaMode = 'validation', *, union_format: typing.Literal[any_of, primitive_type_array] = 'any_of') -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.RetextureResult.model_json_schema :classmethod: .. py:method:: model_parametrized_name(params: tuple[type[typing.Any], ...]) -> str :canonical: vendor_fabric.meshy.models.RetextureResult.model_parametrized_name :classmethod: .. py:method:: model_post_init(context: typing.Any, /) -> None :canonical: vendor_fabric.meshy.models.RetextureResult.model_post_init .. py:method:: model_rebuild(*, force: bool = False, raise_errors: bool = True, _parent_namespace_depth: int = 2, _types_namespace: pydantic._internal._namespace_utils.MappingNamespace | None = None) -> bool | None :canonical: vendor_fabric.meshy.models.RetextureResult.model_rebuild :classmethod: .. py:method:: model_validate(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, from_attributes: bool | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureResult.model_validate :classmethod: .. py:method:: model_validate_json(json_data: str | bytes | bytearray, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureResult.model_validate_json :classmethod: .. py:method:: model_validate_strings(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureResult.model_validate_strings :classmethod: .. py:method:: dict(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.RetextureResult.dict .. py:method:: json(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, encoder: typing.Callable[[typing.Any], typing.Any] | None = PydanticUndefined, models_as_dict: bool = PydanticUndefined, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.RetextureResult.json .. py:method:: parse_obj(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureResult.parse_obj :classmethod: .. py:method:: parse_raw(b: str | bytes, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureResult.parse_raw :classmethod: .. py:method:: parse_file(path: str | pathlib.Path, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureResult.parse_file :classmethod: .. py:method:: from_orm(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureResult.from_orm :classmethod: .. py:method:: construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureResult.construct :classmethod: .. py:method:: copy(*, include: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, exclude: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, update: typing.Dict[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureResult.copy .. py:method:: schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.RetextureResult.schema :classmethod: .. py:method:: schema_json(*, by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.RetextureResult.schema_json :classmethod: .. py:method:: validate(value: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.RetextureResult.validate :classmethod: .. py:method:: update_forward_refs(**localns: typing.Any) -> None :canonical: vendor_fabric.meshy.models.RetextureResult.update_forward_refs :classmethod: .. py:class:: AssetIntent() :canonical: vendor_fabric.meshy.models.AssetIntent Bases: :py:obj:`enum.StrEnum` .. autodoc2-docstring:: vendor_fabric.meshy.models.AssetIntent :parser: myst .. rubric:: Initialization .. autodoc2-docstring:: vendor_fabric.meshy.models.AssetIntent.__init__ :parser: myst .. py:attribute:: PLAYER_CHARACTER :canonical: vendor_fabric.meshy.models.AssetIntent.PLAYER_CHARACTER :value: 'player_character' .. autodoc2-docstring:: vendor_fabric.meshy.models.AssetIntent.PLAYER_CHARACTER :parser: myst .. py:attribute:: NPC_CHARACTER :canonical: vendor_fabric.meshy.models.AssetIntent.NPC_CHARACTER :value: 'npc_character' .. autodoc2-docstring:: vendor_fabric.meshy.models.AssetIntent.NPC_CHARACTER :parser: myst .. py:attribute:: CREATURE_PREDATOR :canonical: vendor_fabric.meshy.models.AssetIntent.CREATURE_PREDATOR :value: 'creature_predator' .. autodoc2-docstring:: vendor_fabric.meshy.models.AssetIntent.CREATURE_PREDATOR :parser: myst .. py:attribute:: CREATURE_PREY :canonical: vendor_fabric.meshy.models.AssetIntent.CREATURE_PREY :value: 'creature_prey' .. autodoc2-docstring:: vendor_fabric.meshy.models.AssetIntent.CREATURE_PREY :parser: myst .. py:attribute:: PROP_INTERACTABLE :canonical: vendor_fabric.meshy.models.AssetIntent.PROP_INTERACTABLE :value: 'prop_interactable' .. autodoc2-docstring:: vendor_fabric.meshy.models.AssetIntent.PROP_INTERACTABLE :parser: myst .. py:attribute:: PROP_DECORATION :canonical: vendor_fabric.meshy.models.AssetIntent.PROP_DECORATION :value: 'prop_decoration' .. autodoc2-docstring:: vendor_fabric.meshy.models.AssetIntent.PROP_DECORATION :parser: myst .. py:attribute:: TERRAIN_ELEMENT :canonical: vendor_fabric.meshy.models.AssetIntent.TERRAIN_ELEMENT :value: 'terrain_element' .. autodoc2-docstring:: vendor_fabric.meshy.models.AssetIntent.TERRAIN_ELEMENT :parser: myst .. py:attribute:: TEXTURE_TERRAIN :canonical: vendor_fabric.meshy.models.AssetIntent.TEXTURE_TERRAIN :value: 'texture_terrain' .. autodoc2-docstring:: vendor_fabric.meshy.models.AssetIntent.TEXTURE_TERRAIN :parser: myst .. py:attribute:: TEXTURE_MATERIAL :canonical: vendor_fabric.meshy.models.AssetIntent.TEXTURE_MATERIAL :value: 'texture_material' .. autodoc2-docstring:: vendor_fabric.meshy.models.AssetIntent.TEXTURE_MATERIAL :parser: myst .. py:method:: capitalize() :canonical: vendor_fabric.meshy.models.AssetIntent.capitalize .. py:method:: casefold() :canonical: vendor_fabric.meshy.models.AssetIntent.casefold .. py:method:: center() :canonical: vendor_fabric.meshy.models.AssetIntent.center .. py:method:: count() :canonical: vendor_fabric.meshy.models.AssetIntent.count .. py:method:: encode() :canonical: vendor_fabric.meshy.models.AssetIntent.encode .. py:method:: endswith() :canonical: vendor_fabric.meshy.models.AssetIntent.endswith .. py:method:: expandtabs() :canonical: vendor_fabric.meshy.models.AssetIntent.expandtabs .. py:method:: find() :canonical: vendor_fabric.meshy.models.AssetIntent.find .. py:method:: format() :canonical: vendor_fabric.meshy.models.AssetIntent.format .. py:method:: format_map() :canonical: vendor_fabric.meshy.models.AssetIntent.format_map .. py:method:: index() :canonical: vendor_fabric.meshy.models.AssetIntent.index .. py:method:: isalnum() :canonical: vendor_fabric.meshy.models.AssetIntent.isalnum .. py:method:: isalpha() :canonical: vendor_fabric.meshy.models.AssetIntent.isalpha .. py:method:: isascii() :canonical: vendor_fabric.meshy.models.AssetIntent.isascii .. py:method:: isdecimal() :canonical: vendor_fabric.meshy.models.AssetIntent.isdecimal .. py:method:: isdigit() :canonical: vendor_fabric.meshy.models.AssetIntent.isdigit .. py:method:: isidentifier() :canonical: vendor_fabric.meshy.models.AssetIntent.isidentifier .. py:method:: islower() :canonical: vendor_fabric.meshy.models.AssetIntent.islower .. py:method:: isnumeric() :canonical: vendor_fabric.meshy.models.AssetIntent.isnumeric .. py:method:: isprintable() :canonical: vendor_fabric.meshy.models.AssetIntent.isprintable .. py:method:: isspace() :canonical: vendor_fabric.meshy.models.AssetIntent.isspace .. py:method:: istitle() :canonical: vendor_fabric.meshy.models.AssetIntent.istitle .. py:method:: isupper() :canonical: vendor_fabric.meshy.models.AssetIntent.isupper .. py:method:: join() :canonical: vendor_fabric.meshy.models.AssetIntent.join .. py:method:: ljust() :canonical: vendor_fabric.meshy.models.AssetIntent.ljust .. py:method:: lower() :canonical: vendor_fabric.meshy.models.AssetIntent.lower .. py:method:: lstrip() :canonical: vendor_fabric.meshy.models.AssetIntent.lstrip .. py:method:: partition() :canonical: vendor_fabric.meshy.models.AssetIntent.partition .. py:method:: removeprefix() :canonical: vendor_fabric.meshy.models.AssetIntent.removeprefix .. py:method:: removesuffix() :canonical: vendor_fabric.meshy.models.AssetIntent.removesuffix .. py:method:: replace() :canonical: vendor_fabric.meshy.models.AssetIntent.replace .. py:method:: rfind() :canonical: vendor_fabric.meshy.models.AssetIntent.rfind .. py:method:: rindex() :canonical: vendor_fabric.meshy.models.AssetIntent.rindex .. py:method:: rjust() :canonical: vendor_fabric.meshy.models.AssetIntent.rjust .. py:method:: rpartition() :canonical: vendor_fabric.meshy.models.AssetIntent.rpartition .. py:method:: rsplit() :canonical: vendor_fabric.meshy.models.AssetIntent.rsplit .. py:method:: rstrip() :canonical: vendor_fabric.meshy.models.AssetIntent.rstrip .. py:method:: split() :canonical: vendor_fabric.meshy.models.AssetIntent.split .. py:method:: splitlines() :canonical: vendor_fabric.meshy.models.AssetIntent.splitlines .. py:method:: startswith() :canonical: vendor_fabric.meshy.models.AssetIntent.startswith .. py:method:: strip() :canonical: vendor_fabric.meshy.models.AssetIntent.strip .. py:method:: swapcase() :canonical: vendor_fabric.meshy.models.AssetIntent.swapcase .. py:method:: title() :canonical: vendor_fabric.meshy.models.AssetIntent.title .. py:method:: translate() :canonical: vendor_fabric.meshy.models.AssetIntent.translate .. py:method:: upper() :canonical: vendor_fabric.meshy.models.AssetIntent.upper .. py:method:: zfill() :canonical: vendor_fabric.meshy.models.AssetIntent.zfill .. py:method:: name() :canonical: vendor_fabric.meshy.models.AssetIntent.name .. py:method:: value() :canonical: vendor_fabric.meshy.models.AssetIntent.value .. py:class:: AssetSpec(/, **data: typing.Any) :canonical: vendor_fabric.meshy.models.AssetSpec Bases: :py:obj:`pydantic.BaseModel` .. autodoc2-docstring:: vendor_fabric.meshy.models.AssetSpec :parser: myst .. rubric:: Initialization .. autodoc2-docstring:: vendor_fabric.meshy.models.AssetSpec.__init__ :parser: myst .. py:attribute:: intent :canonical: vendor_fabric.meshy.models.AssetSpec.intent :type: vendor_fabric.meshy.models.AssetIntent :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.AssetSpec.intent :parser: myst .. py:attribute:: description :canonical: vendor_fabric.meshy.models.AssetSpec.description :type: str :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.AssetSpec.description :parser: myst .. py:attribute:: art_style :canonical: vendor_fabric.meshy.models.AssetSpec.art_style :type: vendor_fabric.meshy.models.ArtStyle :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.AssetSpec.art_style :parser: myst .. py:attribute:: target_polycount :canonical: vendor_fabric.meshy.models.AssetSpec.target_polycount :type: int | None :value: None .. autodoc2-docstring:: vendor_fabric.meshy.models.AssetSpec.target_polycount :parser: myst .. py:attribute:: enable_pbr :canonical: vendor_fabric.meshy.models.AssetSpec.enable_pbr :type: bool :value: True .. autodoc2-docstring:: vendor_fabric.meshy.models.AssetSpec.enable_pbr :parser: myst .. py:attribute:: output_path :canonical: vendor_fabric.meshy.models.AssetSpec.output_path :type: str :value: 'Field(...)' .. autodoc2-docstring:: vendor_fabric.meshy.models.AssetSpec.output_path :parser: myst .. py:attribute:: metadata :canonical: vendor_fabric.meshy.models.AssetSpec.metadata :type: dict[str, typing.Any] :value: 'Field(...)' .. autodoc2-docstring:: vendor_fabric.meshy.models.AssetSpec.metadata :parser: myst .. py:attribute:: asset_id :canonical: vendor_fabric.meshy.models.AssetSpec.asset_id :type: str | None :value: 'Field(...)' .. autodoc2-docstring:: vendor_fabric.meshy.models.AssetSpec.asset_id :parser: myst .. py:attribute:: model_config :canonical: vendor_fabric.meshy.models.AssetSpec.model_config :type: typing.ClassVar[pydantic.config.ConfigDict] :value: 'ConfigDict(...)' .. py:method:: model_fields() -> dict[str, pydantic.fields.FieldInfo] :canonical: vendor_fabric.meshy.models.AssetSpec.model_fields :classmethod: .. py:method:: model_computed_fields() -> dict[str, pydantic.fields.ComputedFieldInfo] :canonical: vendor_fabric.meshy.models.AssetSpec.model_computed_fields :classmethod: .. py:property:: model_extra :canonical: vendor_fabric.meshy.models.AssetSpec.model_extra :type: dict[str, typing.Any] | None .. py:property:: model_fields_set :canonical: vendor_fabric.meshy.models.AssetSpec.model_fields_set :type: set[str] .. py:method:: model_construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AssetSpec.model_construct :classmethod: .. py:method:: model_copy(*, update: collections.abc.Mapping[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AssetSpec.model_copy .. py:method:: model_dump(*, mode: typing.Literal[json, python] | str = 'python', include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.AssetSpec.model_dump .. py:method:: model_dump_json(*, indent: int | None = None, ensure_ascii: bool = False, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, context: typing.Any | None = None, by_alias: bool | None = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, exclude_computed_fields: bool = False, round_trip: bool = False, warnings: bool | typing.Literal[none, warn, error] = True, fallback: typing.Callable[[typing.Any], typing.Any] | None = None, serialize_as_any: bool = False, polymorphic_serialization: bool | None = None) -> str :canonical: vendor_fabric.meshy.models.AssetSpec.model_dump_json .. py:method:: model_json_schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, schema_generator: type[pydantic.json_schema.GenerateJsonSchema] = GenerateJsonSchema, mode: pydantic.json_schema.JsonSchemaMode = 'validation', *, union_format: typing.Literal[any_of, primitive_type_array] = 'any_of') -> dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.AssetSpec.model_json_schema :classmethod: .. py:method:: model_parametrized_name(params: tuple[type[typing.Any], ...]) -> str :canonical: vendor_fabric.meshy.models.AssetSpec.model_parametrized_name :classmethod: .. py:method:: model_post_init(context: typing.Any, /) -> None :canonical: vendor_fabric.meshy.models.AssetSpec.model_post_init .. py:method:: model_rebuild(*, force: bool = False, raise_errors: bool = True, _parent_namespace_depth: int = 2, _types_namespace: pydantic._internal._namespace_utils.MappingNamespace | None = None) -> bool | None :canonical: vendor_fabric.meshy.models.AssetSpec.model_rebuild :classmethod: .. py:method:: model_validate(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, from_attributes: bool | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AssetSpec.model_validate :classmethod: .. py:method:: model_validate_json(json_data: str | bytes | bytearray, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AssetSpec.model_validate_json :classmethod: .. py:method:: model_validate_strings(obj: typing.Any, *, strict: bool | None = None, extra: pydantic.config.ExtraValues | None = None, context: typing.Any | None = None, by_alias: bool | None = None, by_name: bool | None = None) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AssetSpec.model_validate_strings :classmethod: .. py:method:: dict(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.AssetSpec.dict .. py:method:: json(*, include: pydantic.main.IncEx | None = None, exclude: pydantic.main.IncEx | None = None, by_alias: bool = False, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = False, encoder: typing.Callable[[typing.Any], typing.Any] | None = PydanticUndefined, models_as_dict: bool = PydanticUndefined, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.AssetSpec.json .. py:method:: parse_obj(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AssetSpec.parse_obj :classmethod: .. py:method:: parse_raw(b: str | bytes, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AssetSpec.parse_raw :classmethod: .. py:method:: parse_file(path: str | pathlib.Path, *, content_type: str | None = None, encoding: str = 'utf8', proto: pydantic.deprecated.parse.Protocol | None = None, allow_pickle: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AssetSpec.parse_file :classmethod: .. py:method:: from_orm(obj: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AssetSpec.from_orm :classmethod: .. py:method:: construct(_fields_set: set[str] | None = None, **values: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AssetSpec.construct :classmethod: .. py:method:: copy(*, include: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, exclude: pydantic._internal._utils.AbstractSetIntStr | pydantic._internal._utils.MappingIntStrAny | None = None, update: typing.Dict[str, typing.Any] | None = None, deep: bool = False) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AssetSpec.copy .. py:method:: schema(by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE) -> typing.Dict[str, typing.Any] :canonical: vendor_fabric.meshy.models.AssetSpec.schema :classmethod: .. py:method:: schema_json(*, by_alias: bool = True, ref_template: str = DEFAULT_REF_TEMPLATE, **dumps_kwargs: typing.Any) -> str :canonical: vendor_fabric.meshy.models.AssetSpec.schema_json :classmethod: .. py:method:: validate(value: typing.Any) -> typing_extensions.Self :canonical: vendor_fabric.meshy.models.AssetSpec.validate :classmethod: .. py:method:: update_forward_refs(**localns: typing.Any) -> None :canonical: vendor_fabric.meshy.models.AssetSpec.update_forward_refs :classmethod: