Package cloud.ai.platform.common

Index

CreatePipelineJobApiErrorDetail

Create API error message for Vertex Pipeline. Next Id: 3.

Fields
error_cause ErrorCause

The error root cause returned by CreatePipelineJob API.

public_message string

Public messages contains actionable items for the error cause.

ErrorCause

LINT.IfChange API error causes. Next Id: 25.

Enums
ERROR_CAUSE_UNSPECIFIED Should never be used.
INVALID_PIPELINE_SPEC_FORMAT IR Pipeline Spec can not been parsed to yaml or json format.
INVALID_PIPELINE_SPEC A pipeline spec is invalid.
INVALID_DEPLOYMENT_CONFIG A deployment config is invalid.
INVALID_DEPLOYMENT_SPEC A deployment spec is invalid.
INVALID_INSTANCE_SCHEMA An instance schema is invalid.
INVALID_CUSTOM_JOB A custom job is invalid.
INVALID_CONTAINER_SPEC A container spec is invalid.
INVALID_NOTIFICATION_EMAIL_SETUP Notification email setup is invalid.
INVALID_SERVICE_ACCOUNT_SETUP Service account setup is invalid.
INVALID_KMS_SETUP KMS setup is invalid.
INVALID_NETWORK_SETUP Network setup is invalid.
INVALID_PIPELINE_TASK_SPEC Task spec is invalid.
INVALID_PIPELINE_TASK_ARTIFACT Task artifact is invalid.
INVALID_IMPORTER_SPEC Importer spec is invalid.
INVALID_RESOLVER_SPEC Resolver spec is invalid.
INVALID_RUNTIME_PARAMETERS Runtime Parameters are invalid.
CLOUD_API_NOT_ENABLED Cloud API not enabled.
INVALID_GCS_INPUT_URI Invalid GCS input uri
INVALID_GCS_OUTPUT_URI Invalid GCS output uri
INVALID_COMPONENT_SPEC Component spec of pipeline is invalid.
INVALID_DAG_OUTPUTS_SPEC DagOutputsSpec is invalid.
INVALID_DAG_SPEC DagSpec is invalid.
INSUFFICIENT_QUOTA Project does not have enough quota.
INTERNAL An internal error with unknown cause.