def train_scikit_cluster_model()

in python/pipelines/components/python/component.py [0:0]


def train_scikit_cluster_model(
    project_id: str,
    dataset: str,
    location: str,
    training_table: str,
    cluster_model: Output[Model],
    bucket_name: str,
    model_name: str,
    p_wiggle: int = 10,
    min_num_clusters: int = 2,
    columns_to_skip: int = 3,
    timeout: Optional[float] = 1800