Databricks SDK for JavaScript
    Preparing search index...

    DatasetInput. Represents a dataset and input tags.

    interface DatasetInput {
        dataset?: Dataset;
        tags?: InputTag[];
    }
    Index

    Properties

    Properties

    dataset?: Dataset

    The dataset being used as a Run input.

    tags?: InputTag[]

    A list of tags for the dataset input, e.g. a “context” tag with value “training”