다음을 통해 공유


AccountProperties 클래스

계정의 모든 사용자 지정 모델에 대한 요약입니다.

버전 v2.1의 새로운 기능: to_dictfrom_dict 메서드 지원

상속
builtins.object
AccountProperties

생성자

AccountProperties(**kwargs: Any)

메서드

from_dict

AccountProperties 셰이프의 받아쓰기를 모델 자체로 변환합니다.

to_dict

AccountProperties의 받아쓰기 표현을 반환합니다.

from_dict

AccountProperties 셰이프의 받아쓰기를 모델 자체로 변환합니다.

from_dict(data: Dict) -> AccountProperties

매개 변수

data
dict
필수

AccountProperties 셰이프의 사전입니다.

반환

AccountProperties

반환 형식

to_dict

AccountProperties의 받아쓰기 표현을 반환합니다.

to_dict() -> Dict

반환

dict

반환 형식

특성

custom_model_count

학습된 사용자 지정 모델의 현재 수입니다.

custom_model_count: int

custom_model_limit

이 계정에 대해 학습할 수 있는 최대 모델 수입니다.

custom_model_limit: int