tfx/tools/cli/commands/run.py [41:69]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@click.option(
    '--endpoint',
    default='',
    type=str,
    help='Endpoint of the KFP API service to connect.')
@click.option(
    '--iap_client_id',
    '--iap-client-id',
    default='',
    type=str,
    help='Client ID for IAP protected endpoint.')
@click.option(
    '-n',
    '--namespace',
    default='kubeflow',
    type=str,
    help='Kubernetes namespace to connect to the KFP API.')
@click.option(
    '--project',
    default='',
    type=str,
    help='GCP project ID that will be used to invoke Vertex Pipelines.'
)
@click.option(
    '--region',
    default='',
    type=str,
    help='GCP region that will be used to invoke Vertex Pipelines.'
)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



tfx/tools/cli/commands/run.py [210:238]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@click.option(
    '--endpoint',
    default='',
    type=str,
    help='Endpoint of the KFP API service to connect.')
@click.option(
    '--iap_client_id',
    '--iap-client-id',
    default='',
    type=str,
    help='Client ID for IAP protected endpoint.')
@click.option(
    '-n',
    '--namespace',
    default='kubeflow',
    type=str,
    help='Kubernetes namespace to connect to the KFP API.')
@click.option(
    '--project',
    default='',
    type=str,
    help='GCP project ID that will be used to invoke Vertex Pipelines.'
)
@click.option(
    '--region',
    default='',
    type=str,
    help='GCP region that will be used to invoke Vertex Pipelines.'
)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



