airflow.providers.google.cloud.links.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

VertexAIModelLink

构造 Vertex AI Model 链接的辅助类。

VertexAIModelListLink

构造 Vertex AI Models 链接的辅助类。

VertexAIModelExportLink

构造 Vertex AI Model Export 链接的辅助类。

VertexAITrainingLink

构造 Vertex AI Training 链接的辅助类。

VertexAITrainingPipelinesLink

构造 Vertex AI Training Pipelines 链接的辅助类。

VertexAIDatasetLink

构造 Vertex AI Dataset 链接的辅助类。

VertexAIDatasetListLink

构造 Vertex AI Datasets 链接的辅助类。

VertexAIHyperparameterTuningJobListLink

构造 Vertex AI HyperparameterTuningJobs 链接的辅助类。

VertexAIBatchPredictionJobLink

构造 Vertex AI BatchPredictionJob 链接的辅助类。

VertexAIBatchPredictionJobListLink

构造 Vertex AI BatchPredictionJobList 链接的辅助类。

VertexAIEndpointLink

构造 Vertex AI Endpoint 链接的辅助类。

VertexAIEndpointListLink

构造 Vertex AI EndpointList 链接的辅助类。

VertexAIPipelineJobLink

构造 Vertex AI PipelineJob 链接的辅助类。

VertexAIPipelineJobListLink

构造 Vertex AI PipelineJobList 链接的辅助类。

模块内容

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

构造 Vertex AI Model 链接的辅助类。

name = 'Vertex AI Model'[源]

链接的名称。这将是任务 UI 上的按钮名称。

key = 'model_conf'[源]
format_str = '/vertex-ai/models/locations/{region}/models/{model_id}/versions/default/properties?project={project_id}'[源]
static persist(context, task_instance, model_id)[源]

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

构造 Vertex AI Models 链接的辅助类。

name = 'Model List'[源]

链接的名称。这将是任务 UI 上的按钮名称。

key = 'models_conf'[源]
format_str = '/vertex-ai/models?project={project_id}'[源]
static persist(context, task_instance)[源]

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

构造 Vertex AI Model Export 链接的辅助类。

name = 'Export Model'[源]

链接的名称。这将是任务 UI 上的按钮名称。

key = 'export_conf'[源]
format_str = '/storage/browser/{bucket_name}/model-{model_id}?project={project_id}'[源]
static extract_bucket_name(config)[源]

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

static persist(context, task_instance)[源]

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

构造 Vertex AI Training 链接的辅助类。

name = 'Vertex AI Training'[源]

链接的名称。这将是任务 UI 上的按钮名称。

key = 'training_conf'[源]
format_str = '/vertex-ai/locations/{region}/training/{training_id}/cpu?project={project_id}'[源]
static persist(context, task_instance, training_id)[源]

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

构造 Vertex AI Training Pipelines 链接的辅助类。

name = 'Vertex AI Training Pipelines'[源]

链接的名称。这将是任务 UI 上的按钮名称。

key = 'pipelines_conf'[源]
format_str = '/vertex-ai/training/training-pipelines?project={project_id}'[源]
static persist(context, task_instance)[源]

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

构造 Vertex AI Dataset 链接的辅助类。

name = 'Dataset'[源]

链接的名称。这将是任务 UI 上的按钮名称。

key = 'dataset_conf'[源]
format_str = '/vertex-ai/locations/{region}/datasets/{dataset_id}/analyze?project={project_id}'[源]
static persist(context, task_instance, dataset_id)[源]

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

构造 Vertex AI Datasets 链接的辅助类。

name = 'Dataset List'[源]

链接的名称。这将是任务 UI 上的按钮名称。

key = 'datasets_conf'[源]
format_str = '/vertex-ai/datasets?project={project_id}'[源]
static persist(context, task_instance)[源]

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

构造 Vertex AI HyperparameterTuningJobs 链接的辅助类。

name = 'Hyperparameter Tuning Job List'[源]

链接的名称。这将是任务 UI 上的按钮名称。

key = 'hyperparameter_tuning_jobs_conf'[源]
format_str = '/vertex-ai/training/hyperparameter-tuning-jobs?project={project_id}'[源]
static persist(context, task_instance)[源]

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

构造 Vertex AI BatchPredictionJob 链接的辅助类。

name = 'Batch Prediction Job'[源]

链接的名称。这将是任务 UI 上的按钮名称。

key = 'batch_prediction_job_conf'[源]
format_str = '/vertex-ai/locations/{region}/batch-predictions/{batch_prediction_job_id}?project={project_id}'[源]
static persist(context, task_instance, batch_prediction_job_id)[源]

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

构造 Vertex AI BatchPredictionJobList 链接的辅助类。

name = 'Batch Prediction Job List'[源]

链接的名称。这将是任务 UI 上的按钮名称。

key = 'batch_prediction_jobs_conf'[源]
format_str = '/vertex-ai/batch-predictions?project={project_id}'[源]
static persist(context, task_instance)[源]

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

构造 Vertex AI Endpoint 链接的辅助类。

name = '端点'[source]

链接的名称。这将是任务 UI 上的按钮名称。

key = 'endpoint_conf'[source]
format_str = '/vertex-ai/locations/{region}/endpoints/{endpoint_id}?project={project_id}'[source]
static persist(context, task_instance, endpoint_id)[source]

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

构造 Vertex AI EndpointList 链接的辅助类。

name = '端点列表'[source]

链接的名称。这将是任务 UI 上的按钮名称。

key = 'endpoints_conf'[source]
format_str = '/vertex-ai/endpoints?project={project_id}'[source]
static persist(context, task_instance)[source]

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

构造 Vertex AI PipelineJob 链接的辅助类。

name = '流水线作业'[source]

链接的名称。这将是任务 UI 上的按钮名称。

key = 'pipeline_job_conf'[source]
format_str = '/vertex-ai/locations/{region}/pipelines/runs/{pipeline_id}?project={project_id}'[source]
static persist(context, task_instance, pipeline_id)[source]

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

构造 Vertex AI PipelineJobList 链接的辅助类。

name = '流水线作业列表'[source]

链接的名称。这将是任务 UI 上的按钮名称。

key = 'pipeline_job_list_conf'[source]
format_str = '/vertex-ai/pipelines/runs?project={project_id}'[source]
static persist(context, task_instance)[source]

本条目是否有帮助?