PipelineList array 管道列表。 Pipeline object 返回参数。 Speed string 管道类型。默认值:Standard(标准管道)。可取值: Boost:倍速转码管道。 Standard:标准管道。 NarrowBandHDV2:窄带高清 2.0 管道。 AIVideoCover:智能截图管道。 AIVideoFPShot:视频 DNA 管道。 AIVideoCensor:智能审核管道。 AIVideoMCU:智能标签...
在这一步中,我们使用pipeline()方法来创建一个pipeline对象,后续的操作都会在这个pipeline中进行。 步骤3:执行pipeline操作 # 执行pipeline操作pipeline.lrange('mylist',0,-1) 1. 2. 在这一步中,我们使用lrange命令来获取名为mylist的list中的所有元素,范围为从索引0到-1,即所有元素。 步骤4:获取结果 # 获取...
在上面的示例代码中,我们首先创建了一个Jedis实例,然后通过该实例获取一个Pipeline对象。接下来,我们将多个LPUSH命令(用于向List数据结构中添加元素)添加到管道中,并使用pipeline.sync()一次性发送这些命令给Redis服务器执行。最后,我们可以通过pipeline.get()获取执行结果。 使用Redis管道的注意事项 在使用Redis管道时,需...
cpdctl pipeline list \ [--page-size PAGE-SIZE] \ [--page-token PAGE-TOKEN] \ [--project-id PROJECT-ID] \ [--sort-by SORT-BY] \ [--space-id SPACE-ID] Options Table 1: Command options --page-size(int64) The number of pipelines to be listed per page. If you have more pipeli...
Returns: the PipelineListResponse object itself.withValue public PipelineListResponse withValue(List value) Set the value property: List of pipelines. Parameters: value - the value value to set. Returns: the PipelineListResponse object itself.Applies to Azure SDK for Java PreviewColabore...
LivePipelineListRequest public LivePipelineListRequest() Creates an instance of LivePipelineListRequest class. Method Details getMethodName public String getMethodName() Get the methodName property: method name. Returns: the methodName value. Applies to Azure SDK for Java Legacy在...
support_pipeline_list.md 9.43 KB 一键复制 编辑 原始数据 按行查看 历史 cuicheng01 提交于 4个月前 . polish docs PaddleX 模型产线列表 基础模型产线 特色模型产线PaddleX 模型产线列表 PaddleX 提供了丰富的模型产线,您可以在产线对应的星河社区体验地址里体验,也可以在本地体验,本地体验方式请参考 ...
Pipeline ID. pipeline_run_id String Pipeline run ID. executor_id String Executor ID. executor_name String Executor name. stage_status_list Array of stage_status_list objects Stage information list. status String Status. run_number Integer Running number. trigger_type String Trigger type. build_pa...
ExportPipelineListResult ExportPipelines ExportPipelinesCreateHeaders ExportPipelinesCreateOptionalParams ExportPipelinesCreateResponse ExportPipelinesDeleteHeaders ExportPipelinesDeleteOptionalParams ExportPipelinesGetOptionalParams ExportPipelinesGetResponse ExportPipelinesListNextOptionalParams ExportPipelinesListNextResponse Expor...
ListPipelineRuns - 获取流水线运行实例列表 更新时间:2024-09-05 16:15:02 产品详情 相关技术圈 可以获取流水线运行实例列表。 调试 您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。