airflow.providers.google.cloud.links.mlengine¶
This module contains Google ML Engine links.
Attributes¶
Classes¶
Helper class for constructing ML Engine link. |
|
Helper class for constructing ML Engine link. |
|
Helper class for constructing ML Engine link. |
|
Helper class for constructing ML Engine link. |
|
Helper class for constructing ML Engine link. |
Module Contents¶
- airflow.providers.google.cloud.links.mlengine.MLENGINE_BASE_LINK = 'https://console.cloud.google.com/ai-platform'[source]¶
- airflow.providers.google.cloud.links.mlengine.MLENGINE_MODEL_DETAILS_LINK = 'https://console.cloud.google.com/ai-platform/models/{model_id}/versions?project={project_id}'[source]¶
- airflow.providers.google.cloud.links.mlengine.MLENGINE_MODEL_VERSION_DETAILS_LINK = 'https://console.cloud.google.com/ai-platform/models/{model_id}/versions/{version_id}/performance...[source]¶
- airflow.providers.google.cloud.links.mlengine.MLENGINE_MODELS_LIST_LINK = 'https://console.cloud.google.com/ai-platform/models/?project={project_id}'[source]¶
- airflow.providers.google.cloud.links.mlengine.MLENGINE_JOB_DETAILS_LINK = 'https://console.cloud.google.com/ai-platform/jobs/{job_id}?project={project_id}'[source]¶
- airflow.providers.google.cloud.links.mlengine.MLENGINE_JOBS_LIST_LINK = 'https://console.cloud.google.com/ai-platform/jobs?project={project_id}'[source]¶
- class airflow.providers.google.cloud.links.mlengine.MLEngineModelLink[source]¶
Bases:
airflow.providers.google.cloud.links.base.BaseGoogleLink
Helper class for constructing ML Engine link.
- class airflow.providers.google.cloud.links.mlengine.MLEngineModelsListLink[source]¶
Bases:
airflow.providers.google.cloud.links.base.BaseGoogleLink
Helper class for constructing ML Engine link.
- class airflow.providers.google.cloud.links.mlengine.MLEngineJobDetailsLink[source]¶
Bases:
airflow.providers.google.cloud.links.base.BaseGoogleLink
Helper class for constructing ML Engine link.
- name = 'MLEngine Job Details'[source]¶
Name of the link. This will be the button name on the task UI.
- class airflow.providers.google.cloud.links.mlengine.MLEngineModelVersionDetailsLink[source]¶
Bases:
airflow.providers.google.cloud.links.base.BaseGoogleLink
Helper class for constructing ML Engine link.
- name = 'MLEngine Version Details'[source]¶
Name of the link. This will be the button name on the task UI.