Databricks SDK for JavaScript
    Preparing search index...
    interface CreateExperimentRequest {
        artifactLocation?: string;
        name?: string;
        tags?: ExperimentTag[];
    }
    Index

    Properties

    artifactLocation?: string

    Location where all artifacts for the experiment are stored. If not provided, the remote server will select an appropriate default.

    name?: string

    Experiment name.

    tags?: ExperimentTag[]

    A collection of tags to set on the experiment. Maximum tag size and number of tags per request depends on the storage backend. All storage backends are guaranteed to support tag keys up to 250 bytes in size and tag values up to 5000 bytes in size. All storage backends are also guaranteed to support up to 20 tags per request.