Uses of Class
com.volcengine.ark.model.ListModelCustomizationJobsResponse
-
Packages that use ListModelCustomizationJobsResponse Package Description com.volcengine.ark com.volcengine.ark.model -
-
Uses of ListModelCustomizationJobsResponse in com.volcengine.ark
Methods in com.volcengine.ark that return ListModelCustomizationJobsResponse Modifier and Type Method Description ListModelCustomizationJobsResponseArkApi. listModelCustomizationJobs(ListModelCustomizationJobsRequest body)Methods in com.volcengine.ark that return types with arguments of type ListModelCustomizationJobsResponse Modifier and Type Method Description com.volcengine.ApiResponse<ListModelCustomizationJobsResponse>ArkApi. listModelCustomizationJobsWithHttpInfo(@NotNull ListModelCustomizationJobsRequest body)Method parameters in com.volcengine.ark with type arguments of type ListModelCustomizationJobsResponse Modifier and Type Method Description com.squareup.okhttp.CallArkApi. listModelCustomizationJobsAsync(ListModelCustomizationJobsRequest body, com.volcengine.ApiCallback<ListModelCustomizationJobsResponse> callback)(asynchronously) -
Uses of ListModelCustomizationJobsResponse in com.volcengine.ark.model
Methods in com.volcengine.ark.model that return ListModelCustomizationJobsResponse Modifier and Type Method Description ListModelCustomizationJobsResponseListModelCustomizationJobsResponse. addItemsItem(ItemForListModelCustomizationJobsOutput itemsItem)ListModelCustomizationJobsResponseListModelCustomizationJobsResponse. items(List<ItemForListModelCustomizationJobsOutput> items)ListModelCustomizationJobsResponseListModelCustomizationJobsResponse. pageNumber(Integer pageNumber)ListModelCustomizationJobsResponseListModelCustomizationJobsResponse. pageSize(Integer pageSize)ListModelCustomizationJobsResponseListModelCustomizationJobsResponse. totalCount(Integer totalCount)
-