airflow.providers.google.cloud.links.vertex_ai
¶
模块内容¶
类¶
用于构建 Vertex AI 模型链接的辅助类。 |
|
用于构建 Vertex AI 模型列表链接的辅助类。 |
|
用于构建 Vertex AI 模型导出链接的辅助类。 |
|
用于构建 Vertex AI 训练链接的辅助类。 |
|
用于构建 Vertex AI 训练管道链接的辅助类。 |
|
用于构建 Vertex AI 数据集链接的辅助类。 |
|
用于构建 Vertex AI 数据集列表链接的辅助类。 |
|
用于构建 Vertex AI 超参数调整作业列表链接的辅助类。 |
|
用于构建 Vertex AI 批处理预测作业链接的辅助类。 |
|
用于构建 Vertex AI 批处理预测作业列表链接的辅助类。 |
|
用于构建 Vertex AI 端点链接的辅助类。 |
|
用于构建 Vertex AI 端点列表链接的辅助类。 |
|
用于构建 Vertex AI 管道作业链接的辅助类。 |
|
用于构建 Vertex AI 管道作业列表链接的辅助类。 |
属性¶
- airflow.providers.google.cloud.links.vertex_ai.VERTEX_AI_MODEL_EXPORT_LINK = '/storage/browser/{bucket_name}/model-{model_id}?project={project_id}'[源]¶
- class airflow.providers.google.cloud.links.vertex_ai.VertexAIModelLink[源]¶
基类:
airflow.providers.google.cloud.links.base.BaseGoogleLink
用于构建 Vertex AI 模型链接的辅助类。
- class airflow.providers.google.cloud.links.vertex_ai.VertexAIModelListLink[源代码]¶
基类:
airflow.providers.google.cloud.links.base.BaseGoogleLink
用于构建 Vertex AI 模型列表链接的辅助类。
- class airflow.providers.google.cloud.links.vertex_ai.VertexAIModelExportLink[源代码]¶
基类:
airflow.providers.google.cloud.links.base.BaseGoogleLink
用于构建 Vertex AI 模型导出链接的辅助类。
- class airflow.providers.google.cloud.links.vertex_ai.VertexAITrainingLink[源代码]¶
基类:
airflow.providers.google.cloud.links.base.BaseGoogleLink
用于构建 Vertex AI 训练链接的辅助类。
- class airflow.providers.google.cloud.links.vertex_ai.VertexAITrainingPipelinesLink[源代码]¶
基类:
airflow.providers.google.cloud.links.base.BaseGoogleLink
用于构建 Vertex AI 训练管道链接的辅助类。
- class airflow.providers.google.cloud.links.vertex_ai.VertexAIDatasetLink[源代码]¶
基类:
airflow.providers.google.cloud.links.base.BaseGoogleLink
用于构建 Vertex AI 数据集链接的辅助类。
- class airflow.providers.google.cloud.links.vertex_ai.VertexAIDatasetListLink[源代码]¶
基类:
airflow.providers.google.cloud.links.base.BaseGoogleLink
用于构建 Vertex AI 数据集列表链接的辅助类。
- class airflow.providers.google.cloud.links.vertex_ai.VertexAIHyperparameterTuningJobListLink[source]¶
基类:
airflow.providers.google.cloud.links.base.BaseGoogleLink
用于构建 Vertex AI 超参数调整作业列表链接的辅助类。
- class airflow.providers.google.cloud.links.vertex_ai.VertexAIBatchPredictionJobLink[source]¶
基类:
airflow.providers.google.cloud.links.base.BaseGoogleLink
用于构建 Vertex AI 批处理预测作业链接的辅助类。
- class airflow.providers.google.cloud.links.vertex_ai.VertexAIBatchPredictionJobListLink[source]¶
基类:
airflow.providers.google.cloud.links.base.BaseGoogleLink
用于构建 Vertex AI 批处理预测作业列表链接的辅助类。
- class airflow.providers.google.cloud.links.vertex_ai.VertexAIEndpointLink[source]¶
基类:
airflow.providers.google.cloud.links.base.BaseGoogleLink
用于构建 Vertex AI 端点链接的辅助类。
- class airflow.providers.google.cloud.links.vertex_ai.VertexAIEndpointListLink[source]¶
基类:
airflow.providers.google.cloud.links.base.BaseGoogleLink
用于构建 Vertex AI 端点列表链接的辅助类。