ByteDanceResponseSegmentationResp |
SegmentationApi.legacyCreateManualSegment(Integer tenantId,
LegacyManualSegCreateRequest body)
创建人工分群
|
com.squareup.okhttp.Call |
SegmentationApi.legacyCreateManualSegmentAsync(Integer tenantId,
LegacyManualSegCreateRequest body,
ApiCallback<ByteDanceResponseSegmentationResp> callback)
创建人工分群 (asynchronously)
|
com.squareup.okhttp.Call |
SegmentationApi.legacyCreateManualSegmentCall(Integer tenantId,
LegacyManualSegCreateRequest body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for legacyCreateManualSegment
|
ApiResponse<ByteDanceResponseSegmentationResp> |
SegmentationApi.legacyCreateManualSegmentWithHttpInfo(Integer tenantId,
LegacyManualSegCreateRequest body)
创建人工分群
|
CommonResponseVoid |
SegmentationApi.legacyModifyManualSegment(Integer tenantId,
Integer segId,
LegacyManualSegCreateRequest body)
修改人工分群
|
com.squareup.okhttp.Call |
SegmentationApi.legacyModifyManualSegmentAsync(Integer tenantId,
Integer segId,
LegacyManualSegCreateRequest body,
ApiCallback<CommonResponseVoid> callback)
修改人工分群 (asynchronously)
|
com.squareup.okhttp.Call |
SegmentationApi.legacyModifyManualSegmentCall(Integer tenantId,
Integer segId,
LegacyManualSegCreateRequest body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for legacyModifyManualSegment
|
ApiResponse<CommonResponseVoid> |
SegmentationApi.legacyModifyManualSegmentWithHttpInfo(Integer tenantId,
Integer segId,
LegacyManualSegCreateRequest body)
修改人工分群
|