Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlguo committed Jun 20, 2024
2 parents 9a2b970 + a218bb5 commit c5a107b
Show file tree
Hide file tree
Showing 17 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion sample/CreateDataset.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
} catch (\Exception $e) {
// 请求失败
echo($e);
}
}
2 changes: 1 addition & 1 deletion sample/CreateDatasetBinding.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
} catch (\Exception $e) {
// 请求失败
echo($e);
}
}
2 changes: 1 addition & 1 deletion sample/CreateFileMetaIndex.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
} catch (\Exception $e) {
// 请求失败
echo($e);
}
}
2 changes: 1 addition & 1 deletion sample/DatasetFaceSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
} catch (\Exception $e) {
// 请求失败
echo($e);
}
}
2 changes: 1 addition & 1 deletion sample/DatasetSimpleQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
} catch (\Exception $e) {
// 请求失败
echo($e);
}
}
2 changes: 1 addition & 1 deletion sample/DeleteDataset.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
} catch (\Exception $e) {
// 请求失败
echo($e);
}
}
2 changes: 1 addition & 1 deletion sample/DeleteDatasetBinding.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
} catch (\Exception $e) {
// 请求失败
echo($e);
}
}
2 changes: 1 addition & 1 deletion sample/DeleteFileMetaIndex.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
} catch (\Exception $e) {
// 请求失败
echo($e);
}
}
2 changes: 1 addition & 1 deletion sample/DescribeDataset.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
} catch (\Exception $e) {
// 请求失败
echo($e);
}
}
2 changes: 1 addition & 1 deletion sample/DescribeDatasetBinding.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
} catch (\Exception $e) {
// 请求失败
echo($e);
}
}
2 changes: 1 addition & 1 deletion sample/DescribeDatasetBindings.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
} catch (\Exception $e) {
// 请求失败
echo($e);
}
}
2 changes: 1 addition & 1 deletion sample/DescribeDatasets.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
} catch (\Exception $e) {
// 请求失败
echo($e);
}
}
2 changes: 1 addition & 1 deletion sample/DescribeFileMetaIndex.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
} catch (\Exception $e) {
// 请求失败
echo($e);
}
}
2 changes: 1 addition & 1 deletion sample/SearchImage.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
} catch (\Exception $e) {
// 请求失败
echo($e);
}
}
2 changes: 1 addition & 1 deletion sample/UpdateDataset.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
} catch (\Exception $e) {
// 请求失败
echo($e);
}
}
2 changes: 1 addition & 1 deletion sample/UpdateFileMetaIndex.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
} catch (\Exception $e) {
// 请求失败
echo($e);
}
}
32 changes: 16 additions & 16 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -256,22 +256,22 @@
* @method object UpdateMediaNoiseReductionTemplate(array $args) 更新音频降噪模板
* @method object CreateVoiceSoundHoundJobs(array $args) 提交听歌识曲任务
* @method object CreateVoiceVocalScoreJobs(array $args) 提交音乐评分任务
* @method object CreateDataset(array $args) // 创建数据集
* @method object CreateDatasetBinding(array $args) // 绑定存储桶与数据集
* @method object CreateFileMetaIndex(array $args) // 创建元数据索引
* @method object DatasetFaceSearch(array $args) // 人脸搜索
* @method object DatasetSimpleQuery(array $args) // 简单查询
* @method object DeleteDataset(array $args) // 删除数据集
* @method object DeleteDatasetBinding(array $args) // 解绑存储桶与数据集
* @method object DeleteFileMetaIndex(array $args) // 删除元数据索引
* @method object DescribeDataset(array $args) // 查询数据集
* @method object DescribeDatasetBinding(array $args) // 查询数据集与存储桶的绑定关系
* @method object DescribeDatasetBindings(array $args) // 查询绑定关系列表
* @method object DescribeDatasets(array $args) // 列出数据集
* @method object DescribeFileMetaIndex(array $args) // 查询元数据索引
* @method object SearchImage(array $args) // 图像检索
* @method object UpdateDataset(array $args) // 更新数据集
* @method object UpdateFileMetaIndex(array $args) // 更新元数据索引
* @method object CreateDataset(array $args) 创建数据集
* @method object CreateDatasetBinding(array $args) 绑定存储桶与数据集
* @method object CreateFileMetaIndex(array $args) 创建元数据索引
* @method object DatasetFaceSearch(array $args) 人脸搜索
* @method object DatasetSimpleQuery(array $args) 简单查询
* @method object DeleteDataset(array $args) 删除数据集
* @method object DeleteDatasetBinding(array $args) 解绑存储桶与数据集
* @method object DeleteFileMetaIndex(array $args) 删除元数据索引
* @method object DescribeDataset(array $args) 查询数据集
* @method object DescribeDatasetBinding(array $args) 查询数据集与存储桶的绑定关系
* @method object DescribeDatasetBindings(array $args) 查询绑定关系列表
* @method object DescribeDatasets(array $args) 列出数据集
* @method object DescribeFileMetaIndex(array $args) 查询元数据索引
* @method object SearchImage(array $args) 图像检索
* @method object UpdateDataset(array $args) 更新数据集
* @method object UpdateFileMetaIndex(array $args) 更新元数据索引
* @see \Qcloud\Cos\Service::getService()
*/
class Client extends GuzzleClient {
Expand Down

0 comments on commit c5a107b

Please sign in to comment.