Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface UpdateGlobalModelResponse

    Response for updating a global model

    interface UpdateGlobalModelResponse {
        error: string;
        message: string;
        request_id: string;
        response: { model_list: { global_model_id: number }[] };
        result?: { model_list: { global_model_id: number }[] };
    }

    Hierarchy (View Summary)

    • FetchResponse<{ model_list: { global_model_id: number }[] }>
      • UpdateGlobalModelResponse
    Index

    Properties

    error: string
    message: string
    request_id: string
    response: { model_list: { global_model_id: number }[] }

    Type Declaration

    • model_list: { global_model_id: number }[]

      List of updated model results

    result?: { model_list: { global_model_id: number }[] }

    Type Declaration

    • model_list: { global_model_id: number }[]

      List of updated model results