import * as $dara from '@darabonba/typescript'; export declare class UpdateAvatarTrainingJobResponseBodyData extends $dara.Model { /** * @remarks * The ID of the digital human training job. * * @example * ****d718e2ff4f018ccf419a7b71**** */ jobId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class UpdateAvatarTrainingJobResponseBody extends $dara.Model { /** * @remarks * The data returned. */ data?: UpdateAvatarTrainingJobResponseBodyData; /** * @remarks * The request ID. * * @example * ******11-DB8D-4A9A-875B-275798****** */ requestId?: string; /** * @remarks * Indicates whether the request was successful. Valid values: * * * true * * false * * @example * true */ success?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }