Databricks SDK for JavaScript
    Preparing search index...

    Interface UpdateCleanRoomAssetRequest

    interface UpdateCleanRoomAssetRequest {
        asset?: CleanRoomAsset;
        cleanRoomName?: string;
    }
    Index

    Properties

    The asset to update. The asset's name and asset_type fields are used to identify the asset to update.

    cleanRoomName?: string

    Name of the clean room.