Databricks SDK for JavaScript
    Preparing search index...
    interface CreatePipelineResponse {
        effectiveSettings?: PipelineSpec;
        pipelineId?: string;
    }
    Index

    Properties

    effectiveSettings?: PipelineSpec

    Only returned when dry_run is true.

    pipelineId?: string

    The unique identifier for the newly created pipeline. Only returned when dry_run is false.