Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add target_column docstring #473

Merged
merged 2 commits into from Jun 11, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions google/cloud/aiplatform/training_jobs.py
Expand Up @@ -2583,6 +2583,8 @@ def run(
[google.cloud.aiplatform.v1beta1.TrainingPipeline.training_task_definition].
For tabular Datasets, all their data is exported to
training, to pick and choose from.
target_column (str):
Required. The name of the column values of which the Model is to predict.
training_fraction_split (float):
Required. The fraction of the input data that is to be
used to train the Model. This is ignored if Dataset is not provided.
Expand Down Expand Up @@ -2698,6 +2700,8 @@ def _run(
[google.cloud.aiplatform.v1beta1.TrainingPipeline.training_task_definition].
For tabular Datasets, all their data is exported to
training, to pick and choose from.
target_column (str):
Required. The name of the column values of which the Model is to predict.
training_fraction_split (float):
Required. The fraction of the input data that is to be
used to train the Model. This is ignored if Dataset is not provided.
Expand Down