airflow.providers.google.cloud.links.vertex_ai

模块内容

VertexAIModelLink

用于构建 Vertex AI 模型链接的辅助类。

VertexAIModelListLink

用于构建 Vertex AI 模型列表链接的辅助类。

VertexAIModelExportLink

用于构建 Vertex AI 模型导出链接的辅助类。

VertexAITrainingLink

用于构建 Vertex AI 训练链接的辅助类。

VertexAITrainingPipelinesLink

用于构建 Vertex AI 训练管道链接的辅助类。

VertexAIDatasetLink

用于构建 Vertex AI 数据集链接的辅助类。

VertexAIDatasetListLink

用于构建 Vertex AI 数据集列表链接的辅助类。

VertexAIHyperparameterTuningJobListLink

用于构建 Vertex AI 超参数调整作业列表链接的辅助类。

VertexAIBatchPredictionJobLink

用于构建 Vertex AI 批处理预测作业链接的辅助类。

VertexAIBatchPredictionJobListLink

用于构建 Vertex AI 批处理预测作业列表链接的辅助类。

VertexAIEndpointLink

用于构建 Vertex AI 端点链接的辅助类。

VertexAIEndpointListLink

用于构建 Vertex AI 端点列表链接的辅助类。

VertexAIPipelineJobLink

用于构建 Vertex AI 管道作业链接的辅助类。

VertexAIPipelineJobListLink

用于构建 Vertex AI 管道作业列表链接的辅助类。

属性

VERTEX_AI_BASE_LINK

VERTEX_AI_MODEL_LINK

VERTEX_AI_MODEL_LIST_LINK

VERTEX_AI_MODEL_EXPORT_LINK

VERTEX_AI_TRAINING_LINK

VERTEX_AI_TRAINING_PIPELINES_LINK

VERTEX_AI_DATASET_LINK

VERTEX_AI_DATASET_LIST_LINK

VERTEX_AI_HYPERPARAMETER_TUNING_JOB_LIST_LINK

VERTEX_AI_BATCH_PREDICTION_JOB_LINK

VERTEX_AI_BATCH_PREDICTION_JOB_LIST_LINK

VERTEX_AI_ENDPOINT_LINK

VERTEX_AI_ENDPOINT_LIST_LINK

VERTEX_AI_PIPELINE_JOB_LINK

VERTEX_AI_PIPELINE_JOB_LIST_LINK

基类: airflow.providers.google.cloud.links.base.BaseGoogleLink

用于构建 Vertex AI 模型链接的辅助类。

name = 'Vertex AI 模型'[源]
key = 'model_conf'[源]
format_str[源]
static persist(context, task_instance, model_id)[源代码]

基类: airflow.providers.google.cloud.links.base.BaseGoogleLink

用于构建 Vertex AI 模型列表链接的辅助类。

name = '模型列表'[源代码]
key = 'models_conf'[源代码]
format_str[源代码]
static persist(context, task_instance)[源代码]

基类: airflow.providers.google.cloud.links.base.BaseGoogleLink

用于构建 Vertex AI 模型导出链接的辅助类。

name = '导出模型'[源代码]
key = 'export_conf'[源代码]
format_str[源代码]
static extract_bucket_name(config)[源代码]

从输出配置返回存储桶名称。

static persist(context, task_instance)[源代码]

基类: airflow.providers.google.cloud.links.base.BaseGoogleLink

用于构建 Vertex AI 训练链接的辅助类。

name = 'Vertex AI 训练'[源代码]
key = 'training_conf'[源代码]
format_str[源代码]
static persist(context, task_instance, training_id)[源代码]

基类: airflow.providers.google.cloud.links.base.BaseGoogleLink

用于构建 Vertex AI 训练管道链接的辅助类。

name = 'Vertex AI 训练管道'[源代码]
key = 'pipelines_conf'[源代码]
format_str[源代码]
static persist(context, task_instance)[源代码]

基类: airflow.providers.google.cloud.links.base.BaseGoogleLink

用于构建 Vertex AI 数据集链接的辅助类。

name = '数据集'[源代码]
key = 'dataset_conf'[源代码]
format_str[源代码]
static persist(context, task_instance, dataset_id)[源代码]

基类: airflow.providers.google.cloud.links.base.BaseGoogleLink

用于构建 Vertex AI 数据集列表链接的辅助类。

name = '数据集列表'[源代码]
key = 'datasets_conf'[源代码]
format_str[源代码]
static persist(context, task_instance)[source]

基类: airflow.providers.google.cloud.links.base.BaseGoogleLink

用于构建 Vertex AI 超参数调整作业列表链接的辅助类。

name = '超参数调优作业列表'[source]
key = 'hyperparameter_tuning_jobs_conf'[source]
format_str[source]
static persist(context, task_instance)[source]

基类: airflow.providers.google.cloud.links.base.BaseGoogleLink

用于构建 Vertex AI 批处理预测作业链接的辅助类。

name = '批量预测作业'[source]
key = 'batch_prediction_job_conf'[source]
format_str[source]
static persist(context, task_instance, batch_prediction_job_id)[source]

基类: airflow.providers.google.cloud.links.base.BaseGoogleLink

用于构建 Vertex AI 批处理预测作业列表链接的辅助类。

name = '批量预测作业列表'[source]
key = 'batch_prediction_jobs_conf'[source]
format_str[source]
static persist(context, task_instance)[source]

基类: airflow.providers.google.cloud.links.base.BaseGoogleLink

用于构建 Vertex AI 端点链接的辅助类。

name = '端点'[source]
key = 'endpoint_conf'[source]
format_str[source]
static persist(context, task_instance, endpoint_id)[source]

基类: airflow.providers.google.cloud.links.base.BaseGoogleLink

用于构建 Vertex AI 端点列表链接的辅助类。

name = '端点列表'[source]
key = 'endpoints_conf'[source]
format_str[source]
静态 persist(context, task_instance)[源代码]

基类: airflow.providers.google.cloud.links.base.BaseGoogleLink

用于构建 Vertex AI 管道作业链接的辅助类。

name = '流水线作业'[源代码]
key = 'pipeline_job_conf'[源代码]
format_str[源代码]
静态 persist(context, task_instance, pipeline_id)[源代码]

基类: airflow.providers.google.cloud.links.base.BaseGoogleLink

用于构建 Vertex AI 管道作业列表链接的辅助类。

name = '流水线作业列表'[源代码]
key = 'pipeline_job_list_conf'[源代码]
format_str[源代码]
静态 persist(context, task_instance)[源代码]

此条目是否有帮助?