Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EiHealthClientBuilder ¶
func EiHealthClientBuilder() *http_client.HcHttpClientBuilder
func GenReqDefForShowAdmetWithCustomProps ¶
func GenReqDefForShowAdmetWithCustomProps() *def.HttpRequestDef
Types ¶
type EiHealthClient ¶
type EiHealthClient struct {
HcClient *http_client.HcHttpClient
}
func NewEiHealthClient ¶
func NewEiHealthClient(hcClient *http_client.HcHttpClient) *EiHealthClient
func (*EiHealthClient) ShowAdmetWithCustomProps ¶
func (c *EiHealthClient) ShowAdmetWithCustomProps(request *model.ShowAdmetWithCustomPropsRequest) (*model.ShowAdmetWithCustomPropsResponse, error)
ShowAdmetWithCustomProps ADMET属性预测接口(默认+自定义属性)
计算小分子的物化性质,包括默认的吸收(adsorption)、分布(distribution)、代谢(metabolism)、清除(excretion)与毒性(toxicity),以及用户自定义的属性。
Please refer to HUAWEI cloud API Explorer for details.
func (*EiHealthClient) ShowAdmetWithCustomPropsInvoker ¶
func (c *EiHealthClient) ShowAdmetWithCustomPropsInvoker(request *model.ShowAdmetWithCustomPropsRequest) *ShowAdmetWithCustomPropsInvoker
ShowAdmetWithCustomPropsInvoker ADMET属性预测接口(默认+自定义属性)
type ShowAdmetWithCustomPropsInvoker ¶
type ShowAdmetWithCustomPropsInvoker struct {
*invoker.BaseInvoker
}
func (*ShowAdmetWithCustomPropsInvoker) Invoke ¶
func (i *ShowAdmetWithCustomPropsInvoker) Invoke() (*model.ShowAdmetWithCustomPropsResponse, error)
Click to show internal directories.
Click to hide internal directories.