ByteDanceResponseSegmentationResp |
SegmentationApi.createConditionalSegment(Integer tenantId,
SimplifiedSegCreateOrUpdateRequest body)
创建离线规则-简化
|
com.squareup.okhttp.Call |
SegmentationApi.createConditionalSegmentAsync(Integer tenantId,
SimplifiedSegCreateOrUpdateRequest body,
ApiCallback<ByteDanceResponseSegmentationResp> callback)
创建离线规则-简化 (asynchronously)
|
com.squareup.okhttp.Call |
SegmentationApi.createConditionalSegmentCall(Integer tenantId,
SimplifiedSegCreateOrUpdateRequest body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createConditionalSegment
|
ApiResponse<ByteDanceResponseSegmentationResp> |
SegmentationApi.createConditionalSegmentWithHttpInfo(Integer tenantId,
SimplifiedSegCreateOrUpdateRequest body)
创建离线规则-简化
|
CommonResponse |
SegmentationApi.modifyConditionalSegment(Integer tenantId,
Integer segId,
SimplifiedSegCreateOrUpdateRequest body)
修改离线规则-简化
|
com.squareup.okhttp.Call |
SegmentationApi.modifyConditionalSegmentAsync(Integer tenantId,
Integer segId,
SimplifiedSegCreateOrUpdateRequest body,
ApiCallback<CommonResponse> callback)
修改离线规则-简化 (asynchronously)
|
com.squareup.okhttp.Call |
SegmentationApi.modifyConditionalSegmentCall(Integer tenantId,
Integer segId,
SimplifiedSegCreateOrUpdateRequest body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for modifyConditionalSegment
|
ApiResponse<CommonResponse> |
SegmentationApi.modifyConditionalSegmentWithHttpInfo(Integer tenantId,
Integer segId,
SimplifiedSegCreateOrUpdateRequest body)
修改离线规则-简化
|