airflow.providers.google.cloud.links.mlengine

此模块包含 Google ML Engine 链接。

属性

MLENGINE_BASE_LINK

MLENGINE_MODEL_DETAILS_LINK

MLENGINE_MODEL_VERSION_DETAILS_LINK

MLENGINE_MODELS_LIST_LINK

MLENGINE_JOB_DETAILS_LINK

MLENGINE_JOBS_LIST_LINK

MLEngineModelLink

用于构建 ML Engine 链接的辅助类。

MLEngineModelsListLink

用于构建 ML Engine 链接的辅助类。

MLEngineJobDetailsLink

用于构建 ML Engine 链接的辅助类。

MLEngineModelVersionDetailsLink

用于构建 ML Engine 链接的辅助类。

MLEngineJobSListLink

用于构建 ML Engine 链接的辅助类。

模块内容

Bases: airflow.providers.google.cloud.links.base.BaseGoogleLink

用于构建 ML Engine 链接的辅助类。

name = 'MLEngine Model'[source]

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

key = 'ml_engine_model'[source]
format_str = 'https://console.cloud.google.com/ai-platform/models/{model_id}/versions?project={project_id}'[source]
static persist(context, task_instance, model_id, project_id)[source]

Bases: airflow.providers.google.cloud.links.base.BaseGoogleLink

用于构建 ML Engine 链接的辅助类。

name = 'MLEngine Models List'[source]

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

key = 'ml_engine_models_list'[source]
format_str = 'https://console.cloud.google.com/ai-platform/models/?project={project_id}'[source]
static persist(context, task_instance, project_id)[source]

Bases: airflow.providers.google.cloud.links.base.BaseGoogleLink

用于构建 ML Engine 链接的辅助类。

name = 'MLEngine Job Details'[source]

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

key = 'ml_engine_job_details'[source]
format_str = 'https://console.cloud.google.com/ai-platform/jobs/{job_id}?project={project_id}'[source]
static persist(context, task_instance, job_id, project_id)[source]

Bases: airflow.providers.google.cloud.links.base.BaseGoogleLink

用于构建 ML Engine 链接的辅助类。

name = 'MLEngine Version Details'[source]

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

key = 'ml_engine_version_details'[source]
format_str = 'https://console.cloud.google.com/ai-platform/models/{model_id}/versions/{version_id}/performance...[source]
static persist(context, task_instance, model_id, project_id, version_id)[source]

Bases: airflow.providers.google.cloud.links.base.BaseGoogleLink

用于构建 ML Engine 链接的辅助类。

name = 'MLEngine Jobs List'[source]

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

key = 'ml_engine_jobs_list'[source]
format_str = 'https://console.cloud.google.com/ai-platform/jobs?project={project_id}'[source]
static persist(context, task_instance, project_id)[source]

本条目是否有用?