tests.system.google.cloud.vertex_ai.example_vertex_ai_custom_job_python_package¶
Example Airflow DAG for Google Vertex AI service testing Custom Jobs operations.
Attributes¶
Functions¶
|
Module Contents¶
- tests.system.google.cloud.vertex_ai.example_vertex_ai_custom_job_python_package.DAG_ID = 'vertex_ai_custom_job_operations'[source]¶
- tests.system.google.cloud.vertex_ai.example_vertex_ai_custom_job_python_package.REGION = 'us-central1'[source]¶
- tests.system.google.cloud.vertex_ai.example_vertex_ai_custom_job_python_package.PACKAGE_DISPLAY_NAME = 'train-housing-py-package-Uninferable'[source]¶
- tests.system.google.cloud.vertex_ai.example_vertex_ai_custom_job_python_package.MODEL_DISPLAY_NAME = 'py-package-housing-model-Uninferable'[source]¶
- tests.system.google.cloud.vertex_ai.example_vertex_ai_custom_job_python_package.RESOURCE_DATA_BUCKET = 'airflow-system-tests-resources'[source]¶
- tests.system.google.cloud.vertex_ai.example_vertex_ai_custom_job_python_package.CUSTOM_PYTHON_GCS_BUCKET_NAME = ''[source]¶
- tests.system.google.cloud.vertex_ai.example_vertex_ai_custom_job_python_package.DATA_SAMPLE_GCS_OBJECT_NAME = 'vertex-ai/california_housing_train.csv'[source]¶
- tests.system.google.cloud.vertex_ai.example_vertex_ai_custom_job_python_package.TABULAR_DATASET(bucket_name)[source]¶
- tests.system.google.cloud.vertex_ai.example_vertex_ai_custom_job_python_package.CONTAINER_URI = 'us-docker.pkg.dev/vertex-ai/training/tf-cpu.2-2:latest'[source]¶
- tests.system.google.cloud.vertex_ai.example_vertex_ai_custom_job_python_package.MODEL_SERVING_CONTAINER_URI = 'us-docker.pkg.dev/vertex-ai/prediction/tf2-cpu.2-2:latest'[source]¶
- tests.system.google.cloud.vertex_ai.example_vertex_ai_custom_job_python_package.REPLICA_COUNT = 1[source]¶
- tests.system.google.cloud.vertex_ai.example_vertex_ai_custom_job_python_package.MACHINE_TYPE = 'n1-standard-4'[source]¶
- tests.system.google.cloud.vertex_ai.example_vertex_ai_custom_job_python_package.ACCELERATOR_TYPE = 'ACCELERATOR_TYPE_UNSPECIFIED'[source]¶
- tests.system.google.cloud.vertex_ai.example_vertex_ai_custom_job_python_package.ACCELERATOR_COUNT = 0[source]¶
- tests.system.google.cloud.vertex_ai.example_vertex_ai_custom_job_python_package.TRAINING_FRACTION_SPLIT = 0.7[source]¶
- tests.system.google.cloud.vertex_ai.example_vertex_ai_custom_job_python_package.TEST_FRACTION_SPLIT = 0.15[source]¶
- tests.system.google.cloud.vertex_ai.example_vertex_ai_custom_job_python_package.VALIDATION_FRACTION_SPLIT = 0.15[source]¶
- tests.system.google.cloud.vertex_ai.example_vertex_ai_custom_job_python_package.PYTHON_PACKAGE_GCS_URI = 'gs:///vertex-ai/custom_trainer_script-0.1.tar'[source]¶
- tests.system.google.cloud.vertex_ai.example_vertex_ai_custom_job_python_package.PYTHON_MODULE_NAME = 'aiplatform_custom_trainer_script.task'[source]¶