@pulumi/databricks 1.98.0-alpha.1782974964 → 1.98.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/aiSearchEndpoint.d.ts +19 -1
- package/aiSearchEndpoint.d.ts.map +1 -1
- package/aiSearchEndpoint.js +19 -1
- package/aiSearchEndpoint.js.map +1 -1
- package/aiSearchIndex.d.ts +24 -1
- package/aiSearchIndex.d.ts.map +1 -1
- package/aiSearchIndex.js +24 -1
- package/aiSearchIndex.js.map +1 -1
- package/dataClassificationCatalogConfig.d.ts +12 -6
- package/dataClassificationCatalogConfig.d.ts.map +1 -1
- package/dataClassificationCatalogConfig.js.map +1 -1
- package/dataQualityRefresh.d.ts +3 -3
- package/disasterRecoveryFailoverGroup.d.ts +3 -10
- package/disasterRecoveryFailoverGroup.d.ts.map +1 -1
- package/disasterRecoveryFailoverGroup.js +1 -1
- package/disasterRecoveryFailoverGroup.js.map +1 -1
- package/disasterRecoveryStableUrl.d.ts +2 -2
- package/environmentsWorkspaceBaseEnvironment.d.ts +8 -0
- package/environmentsWorkspaceBaseEnvironment.d.ts.map +1 -1
- package/environmentsWorkspaceBaseEnvironment.js +2 -0
- package/environmentsWorkspaceBaseEnvironment.js.map +1 -1
- package/getAiSearchEndpoint.d.ts +36 -2
- package/getAiSearchEndpoint.d.ts.map +1 -1
- package/getAiSearchEndpoint.js +36 -2
- package/getAiSearchEndpoint.js.map +1 -1
- package/getAiSearchEndpoints.d.ts +32 -2
- package/getAiSearchEndpoints.d.ts.map +1 -1
- package/getAiSearchEndpoints.js +32 -2
- package/getAiSearchEndpoints.js.map +1 -1
- package/getAiSearchIndex.d.ts +18 -2
- package/getAiSearchIndex.d.ts.map +1 -1
- package/getAiSearchIndex.js +18 -2
- package/getAiSearchIndex.js.map +1 -1
- package/getAiSearchIndexes.d.ts +18 -2
- package/getAiSearchIndexes.d.ts.map +1 -1
- package/getAiSearchIndexes.js +18 -2
- package/getAiSearchIndexes.js.map +1 -1
- package/getDataClassificationCatalogConfig.d.ts +4 -2
- package/getDataClassificationCatalogConfig.d.ts.map +1 -1
- package/getDataClassificationCatalogConfig.js.map +1 -1
- package/getDataQualityRefresh.d.ts +3 -3
- package/getDataQualityRefreshes.d.ts +1 -1
- package/getDisasterRecoveryFailoverGroup.d.ts +1 -2
- package/getDisasterRecoveryFailoverGroup.d.ts.map +1 -1
- package/getDisasterRecoveryFailoverGroup.js.map +1 -1
- package/getDisasterRecoveryStableUrl.d.ts +1 -1
- package/getEnvironmentsWorkspaceBaseEnvironment.d.ts +4 -0
- package/getEnvironmentsWorkspaceBaseEnvironment.d.ts.map +1 -1
- package/getEnvironmentsWorkspaceBaseEnvironment.js.map +1 -1
- package/getPostgresDataApi.d.ts +111 -0
- package/getPostgresDataApi.d.ts.map +1 -0
- package/getPostgresDataApi.js +91 -0
- package/getPostgresDataApi.js.map +1 -0
- package/getPostgresProject.d.ts +6 -0
- package/getPostgresProject.d.ts.map +1 -1
- package/getPostgresProject.js.map +1 -1
- package/getShare.d.ts +12 -0
- package/getShare.d.ts.map +1 -1
- package/getShare.js +12 -0
- package/getShare.js.map +1 -1
- package/getShares.d.ts +12 -0
- package/getShares.d.ts.map +1 -1
- package/getShares.js +12 -0
- package/getShares.js.map +1 -1
- package/getVolumes.d.ts +4 -0
- package/getVolumes.d.ts.map +1 -1
- package/getVolumes.js +4 -0
- package/getVolumes.js.map +1 -1
- package/index.d.ts +6 -0
- package/index.d.ts.map +1 -1
- package/index.js +13 -5
- package/index.js.map +1 -1
- package/library.d.ts +2 -0
- package/library.d.ts.map +1 -1
- package/library.js +2 -0
- package/library.js.map +1 -1
- package/modelServing.d.ts +3 -0
- package/modelServing.d.ts.map +1 -1
- package/modelServing.js +2 -0
- package/modelServing.js.map +1 -1
- package/mwsWorkspaces.d.ts +3 -3
- package/package.json +2 -2
- package/pipeline.d.ts +3 -0
- package/pipeline.d.ts.map +1 -1
- package/pipeline.js +2 -0
- package/pipeline.js.map +1 -1
- package/postgresDataApi.d.ts +199 -0
- package/postgresDataApi.d.ts.map +1 -0
- package/postgresDataApi.js +176 -0
- package/postgresDataApi.js.map +1 -0
- package/postgresDatabase.d.ts +15 -0
- package/postgresDatabase.d.ts.map +1 -1
- package/postgresDatabase.js +2 -0
- package/postgresDatabase.js.map +1 -1
- package/postgresProject.d.ts +18 -0
- package/postgresProject.d.ts.map +1 -1
- package/postgresProject.js +2 -0
- package/postgresProject.js.map +1 -1
- package/postgresRole.d.ts +33 -0
- package/postgresRole.d.ts.map +1 -1
- package/postgresRole.js +2 -0
- package/postgresRole.js.map +1 -1
- package/qualityMonitor.d.ts +2 -0
- package/qualityMonitor.d.ts.map +1 -1
- package/qualityMonitor.js +2 -0
- package/qualityMonitor.js.map +1 -1
- package/share.d.ts +6 -0
- package/share.d.ts.map +1 -1
- package/share.js +6 -0
- package/share.js.map +1 -1
- package/types/input.d.ts +235 -38
- package/types/input.d.ts.map +1 -1
- package/types/output.d.ts +407 -46
- package/types/output.d.ts.map +1 -1
package/types/input.d.ts
CHANGED
|
@@ -2517,6 +2517,7 @@ export interface ClusterAzureAttributes {
|
|
|
2517
2517
|
* Availability type used for all subsequent nodes past the `firstOnDemand` ones. Valid values are `SPOT_AZURE`, `SPOT_WITH_FALLBACK_AZURE`, and `ON_DEMAND_AZURE`. Note: If `firstOnDemand` is zero, this availability type will be used for the entire cluster.
|
|
2518
2518
|
*/
|
|
2519
2519
|
availability?: pulumi.Input<string | undefined>;
|
|
2520
|
+
capacityReservationGroup?: pulumi.Input<string | undefined>;
|
|
2520
2521
|
/**
|
|
2521
2522
|
* The first `firstOnDemand` nodes of the cluster will be placed on on-demand instances. If this value is greater than 0, the cluster driver node will be placed on an on-demand instance. If this value is greater than or equal to the current cluster size, all nodes will be placed on on-demand instances. If this value is less than the current cluster size, `firstOnDemand` nodes will be placed on on-demand instances, and the remainder will be placed on availability instances. This value does not affect cluster size and cannot be mutated over the lifetime of a cluster.
|
|
2522
2523
|
*/
|
|
@@ -3022,6 +3023,9 @@ export interface DataClassificationCatalogConfigAutoTagConfig {
|
|
|
3022
3023
|
classificationTag: pulumi.Input<string>;
|
|
3023
3024
|
}
|
|
3024
3025
|
export interface DataClassificationCatalogConfigIncludedSchemas {
|
|
3026
|
+
/**
|
|
3027
|
+
* Schema names, each relative to the parent catalog. Must not be empty
|
|
3028
|
+
*/
|
|
3025
3029
|
names: pulumi.Input<pulumi.Input<string>[]>;
|
|
3026
3030
|
}
|
|
3027
3031
|
export interface DataClassificationCatalogConfigProviderConfig {
|
|
@@ -3677,9 +3681,10 @@ export interface DisasterRecoveryFailoverGroupWorkspaceSet {
|
|
|
3677
3681
|
*/
|
|
3678
3682
|
name: pulumi.Input<string>;
|
|
3679
3683
|
/**
|
|
3680
|
-
* Whether to enable control plane DR (notebooks, jobs, clusters, etc.) for this set
|
|
3684
|
+
* Whether to enable control plane DR (notebooks, jobs, clusters, etc.) for this set.
|
|
3685
|
+
* Defaults to false
|
|
3681
3686
|
*/
|
|
3682
|
-
replicateWorkspaceAssets
|
|
3687
|
+
replicateWorkspaceAssets?: pulumi.Input<boolean | undefined>;
|
|
3683
3688
|
/**
|
|
3684
3689
|
* Resource names of stable URLs associated with this workspace set.
|
|
3685
3690
|
* Format: accounts/{account_id}/stable-urls/{stable_url_id}.
|
|
@@ -3741,6 +3746,20 @@ export interface EnvironmentsWorkspaceBaseEnvironmentProviderConfig {
|
|
|
3741
3746
|
*/
|
|
3742
3747
|
workspaceId?: pulumi.Input<string | undefined>;
|
|
3743
3748
|
}
|
|
3749
|
+
export interface EnvironmentsWorkspaceBaseEnvironmentSpec {
|
|
3750
|
+
/**
|
|
3751
|
+
* List of pip dependencies, as supported by the version of pip in this environment.
|
|
3752
|
+
* Each dependency is a valid pip requirements file line per https://pip.pypa.io/en/stable/reference/requirements-file-format/.
|
|
3753
|
+
* Allowed dependencies include a requirement specifier, an archive URL, a local project path (such as WSFS or UC Volumes in Databricks), or a VCS project URL
|
|
3754
|
+
*/
|
|
3755
|
+
dependencies?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
3756
|
+
/**
|
|
3757
|
+
* Environment version used by the environment.
|
|
3758
|
+
* Each version comes with a specific Python version and a set of Python packages.
|
|
3759
|
+
* The version is a string, consisting of an integer
|
|
3760
|
+
*/
|
|
3761
|
+
environmentVersion?: pulumi.Input<string | undefined>;
|
|
3762
|
+
}
|
|
3744
3763
|
export interface ExternalLocationEffectiveFileEventQueue {
|
|
3745
3764
|
/**
|
|
3746
3765
|
* Configuration for managed Azure Queue Storage queue.
|
|
@@ -5231,12 +5250,14 @@ export interface GetClusterClusterInfoAwsAttributesArgs {
|
|
|
5231
5250
|
}
|
|
5232
5251
|
export interface GetClusterClusterInfoAzureAttributes {
|
|
5233
5252
|
availability?: string;
|
|
5253
|
+
capacityReservationGroup?: string;
|
|
5234
5254
|
firstOnDemand?: number;
|
|
5235
5255
|
logAnalyticsInfo?: inputs.GetClusterClusterInfoAzureAttributesLogAnalyticsInfo;
|
|
5236
5256
|
spotBidMaxPrice?: number;
|
|
5237
5257
|
}
|
|
5238
5258
|
export interface GetClusterClusterInfoAzureAttributesArgs {
|
|
5239
5259
|
availability?: pulumi.Input<string | undefined>;
|
|
5260
|
+
capacityReservationGroup?: pulumi.Input<string | undefined>;
|
|
5240
5261
|
firstOnDemand?: pulumi.Input<number | undefined>;
|
|
5241
5262
|
logAnalyticsInfo?: pulumi.Input<inputs.GetClusterClusterInfoAzureAttributesLogAnalyticsInfoArgs | undefined>;
|
|
5242
5263
|
spotBidMaxPrice?: pulumi.Input<number | undefined>;
|
|
@@ -5699,12 +5720,14 @@ export interface GetClusterClusterInfoSpecAwsAttributesArgs {
|
|
|
5699
5720
|
}
|
|
5700
5721
|
export interface GetClusterClusterInfoSpecAzureAttributes {
|
|
5701
5722
|
availability?: string;
|
|
5723
|
+
capacityReservationGroup?: string;
|
|
5702
5724
|
firstOnDemand?: number;
|
|
5703
5725
|
logAnalyticsInfo?: inputs.GetClusterClusterInfoSpecAzureAttributesLogAnalyticsInfo;
|
|
5704
5726
|
spotBidMaxPrice?: number;
|
|
5705
5727
|
}
|
|
5706
5728
|
export interface GetClusterClusterInfoSpecAzureAttributesArgs {
|
|
5707
5729
|
availability?: pulumi.Input<string | undefined>;
|
|
5730
|
+
capacityReservationGroup?: pulumi.Input<string | undefined>;
|
|
5708
5731
|
firstOnDemand?: pulumi.Input<number | undefined>;
|
|
5709
5732
|
logAnalyticsInfo?: pulumi.Input<inputs.GetClusterClusterInfoSpecAzureAttributesLogAnalyticsInfoArgs | undefined>;
|
|
5710
5733
|
spotBidMaxPrice?: pulumi.Input<number | undefined>;
|
|
@@ -11189,6 +11212,18 @@ export interface GetPostgresCatalogProviderConfigArgs {
|
|
|
11189
11212
|
*/
|
|
11190
11213
|
workspaceId?: pulumi.Input<string | undefined>;
|
|
11191
11214
|
}
|
|
11215
|
+
export interface GetPostgresDataApiProviderConfig {
|
|
11216
|
+
/**
|
|
11217
|
+
* Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
|
|
11218
|
+
*/
|
|
11219
|
+
workspaceId?: string;
|
|
11220
|
+
}
|
|
11221
|
+
export interface GetPostgresDataApiProviderConfigArgs {
|
|
11222
|
+
/**
|
|
11223
|
+
* Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
|
|
11224
|
+
*/
|
|
11225
|
+
workspaceId?: pulumi.Input<string | undefined>;
|
|
11226
|
+
}
|
|
11192
11227
|
export interface GetPostgresDatabaseProviderConfig {
|
|
11193
11228
|
/**
|
|
11194
11229
|
* Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
|
|
@@ -12094,6 +12129,7 @@ export interface GetServingEndpointsEndpoint {
|
|
|
12094
12129
|
*/
|
|
12095
12130
|
tags?: inputs.GetServingEndpointsEndpointTag[];
|
|
12096
12131
|
task?: string;
|
|
12132
|
+
telemetryConfigs?: inputs.GetServingEndpointsEndpointTelemetryConfig[];
|
|
12097
12133
|
usagePolicyId?: string;
|
|
12098
12134
|
}
|
|
12099
12135
|
export interface GetServingEndpointsEndpointArgs {
|
|
@@ -12121,6 +12157,7 @@ export interface GetServingEndpointsEndpointArgs {
|
|
|
12121
12157
|
*/
|
|
12122
12158
|
tags?: pulumi.Input<pulumi.Input<inputs.GetServingEndpointsEndpointTagArgs>[] | undefined>;
|
|
12123
12159
|
task?: pulumi.Input<string | undefined>;
|
|
12160
|
+
telemetryConfigs?: pulumi.Input<pulumi.Input<inputs.GetServingEndpointsEndpointTelemetryConfigArgs>[] | undefined>;
|
|
12124
12161
|
usagePolicyId?: pulumi.Input<string | undefined>;
|
|
12125
12162
|
}
|
|
12126
12163
|
export interface GetServingEndpointsEndpointAiGateway {
|
|
@@ -12465,6 +12502,26 @@ export interface GetServingEndpointsEndpointTagArgs {
|
|
|
12465
12502
|
key: pulumi.Input<string>;
|
|
12466
12503
|
value?: pulumi.Input<string | undefined>;
|
|
12467
12504
|
}
|
|
12505
|
+
export interface GetServingEndpointsEndpointTelemetryConfig {
|
|
12506
|
+
inferenceTableConfigs?: inputs.GetServingEndpointsEndpointTelemetryConfigInferenceTableConfig[];
|
|
12507
|
+
}
|
|
12508
|
+
export interface GetServingEndpointsEndpointTelemetryConfigArgs {
|
|
12509
|
+
inferenceTableConfigs?: pulumi.Input<pulumi.Input<inputs.GetServingEndpointsEndpointTelemetryConfigInferenceTableConfigArgs>[] | undefined>;
|
|
12510
|
+
}
|
|
12511
|
+
export interface GetServingEndpointsEndpointTelemetryConfigInferenceTableConfig {
|
|
12512
|
+
/**
|
|
12513
|
+
* The name of the model serving endpoint.
|
|
12514
|
+
*/
|
|
12515
|
+
name?: string;
|
|
12516
|
+
samplingFraction?: number;
|
|
12517
|
+
}
|
|
12518
|
+
export interface GetServingEndpointsEndpointTelemetryConfigInferenceTableConfigArgs {
|
|
12519
|
+
/**
|
|
12520
|
+
* The name of the model serving endpoint.
|
|
12521
|
+
*/
|
|
12522
|
+
name?: pulumi.Input<string | undefined>;
|
|
12523
|
+
samplingFraction?: pulumi.Input<number | undefined>;
|
|
12524
|
+
}
|
|
12468
12525
|
export interface GetServingEndpointsProviderConfig {
|
|
12469
12526
|
workspaceId?: string;
|
|
12470
12527
|
}
|
|
@@ -14254,6 +14311,7 @@ export interface JobJobClusterNewClusterAwsAttributes {
|
|
|
14254
14311
|
}
|
|
14255
14312
|
export interface JobJobClusterNewClusterAzureAttributes {
|
|
14256
14313
|
availability?: pulumi.Input<string | undefined>;
|
|
14314
|
+
capacityReservationGroup?: pulumi.Input<string | undefined>;
|
|
14257
14315
|
firstOnDemand?: pulumi.Input<number | undefined>;
|
|
14258
14316
|
logAnalyticsInfo?: pulumi.Input<inputs.JobJobClusterNewClusterAzureAttributesLogAnalyticsInfo | undefined>;
|
|
14259
14317
|
spotBidMaxPrice?: pulumi.Input<number | undefined>;
|
|
@@ -14516,6 +14574,7 @@ export interface JobNewClusterAwsAttributes {
|
|
|
14516
14574
|
}
|
|
14517
14575
|
export interface JobNewClusterAzureAttributes {
|
|
14518
14576
|
availability?: pulumi.Input<string | undefined>;
|
|
14577
|
+
capacityReservationGroup?: pulumi.Input<string | undefined>;
|
|
14519
14578
|
firstOnDemand?: pulumi.Input<number | undefined>;
|
|
14520
14579
|
logAnalyticsInfo?: pulumi.Input<inputs.JobNewClusterAzureAttributesLogAnalyticsInfo | undefined>;
|
|
14521
14580
|
spotBidMaxPrice?: pulumi.Input<number | undefined>;
|
|
@@ -14840,6 +14899,7 @@ export interface JobSparkSubmitTask {
|
|
|
14840
14899
|
parameters?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
14841
14900
|
}
|
|
14842
14901
|
export interface JobTask {
|
|
14902
|
+
aiRuntimeTask?: pulumi.Input<inputs.JobTaskAiRuntimeTask | undefined>;
|
|
14843
14903
|
alertTask?: pulumi.Input<inputs.JobTaskAlertTask | undefined>;
|
|
14844
14904
|
cleanRoomsNotebookTask?: pulumi.Input<inputs.JobTaskCleanRoomsNotebookTask | undefined>;
|
|
14845
14905
|
/**
|
|
@@ -14943,6 +15003,30 @@ export interface JobTask {
|
|
|
14943
15003
|
*/
|
|
14944
15004
|
webhookNotifications?: pulumi.Input<inputs.JobTaskWebhookNotifications | undefined>;
|
|
14945
15005
|
}
|
|
15006
|
+
export interface JobTaskAiRuntimeTask {
|
|
15007
|
+
codeSourcePath?: pulumi.Input<string | undefined>;
|
|
15008
|
+
deployments: pulumi.Input<pulumi.Input<inputs.JobTaskAiRuntimeTaskDeployment>[]>;
|
|
15009
|
+
experiment: pulumi.Input<string>;
|
|
15010
|
+
mlflowExperimentDirectory?: pulumi.Input<string | undefined>;
|
|
15011
|
+
mlflowRun?: pulumi.Input<string | undefined>;
|
|
15012
|
+
}
|
|
15013
|
+
export interface JobTaskAiRuntimeTaskDeployment {
|
|
15014
|
+
commandPath: pulumi.Input<string>;
|
|
15015
|
+
/**
|
|
15016
|
+
* Task level compute configuration. This block is documented below.
|
|
15017
|
+
*
|
|
15018
|
+
* > If no `jobClusterKey`, `existingClusterId`, or `newCluster` were specified in task definition, then task will executed using serverless compute.
|
|
15019
|
+
*/
|
|
15020
|
+
compute: pulumi.Input<inputs.JobTaskAiRuntimeTaskDeploymentCompute>;
|
|
15021
|
+
/**
|
|
15022
|
+
* An optional name for the job. The default value is Untitled.
|
|
15023
|
+
*/
|
|
15024
|
+
name?: pulumi.Input<string | undefined>;
|
|
15025
|
+
}
|
|
15026
|
+
export interface JobTaskAiRuntimeTaskDeploymentCompute {
|
|
15027
|
+
acceleratorCount: pulumi.Input<number>;
|
|
15028
|
+
acceleratorType: pulumi.Input<string>;
|
|
15029
|
+
}
|
|
14946
15030
|
export interface JobTaskAlertTask {
|
|
14947
15031
|
/**
|
|
14948
15032
|
* (String) identifier of the Databricks Alert (databricks_alert).
|
|
@@ -15150,6 +15234,7 @@ export interface JobTaskForEachTask {
|
|
|
15150
15234
|
task: pulumi.Input<inputs.JobTaskForEachTaskTask>;
|
|
15151
15235
|
}
|
|
15152
15236
|
export interface JobTaskForEachTaskTask {
|
|
15237
|
+
aiRuntimeTask?: pulumi.Input<inputs.JobTaskForEachTaskTaskAiRuntimeTask | undefined>;
|
|
15153
15238
|
alertTask?: pulumi.Input<inputs.JobTaskForEachTaskTaskAlertTask | undefined>;
|
|
15154
15239
|
cleanRoomsNotebookTask?: pulumi.Input<inputs.JobTaskForEachTaskTaskCleanRoomsNotebookTask | undefined>;
|
|
15155
15240
|
/**
|
|
@@ -15252,6 +15337,30 @@ export interface JobTaskForEachTaskTask {
|
|
|
15252
15337
|
*/
|
|
15253
15338
|
webhookNotifications?: pulumi.Input<inputs.JobTaskForEachTaskTaskWebhookNotifications | undefined>;
|
|
15254
15339
|
}
|
|
15340
|
+
export interface JobTaskForEachTaskTaskAiRuntimeTask {
|
|
15341
|
+
codeSourcePath?: pulumi.Input<string | undefined>;
|
|
15342
|
+
deployments: pulumi.Input<pulumi.Input<inputs.JobTaskForEachTaskTaskAiRuntimeTaskDeployment>[]>;
|
|
15343
|
+
experiment: pulumi.Input<string>;
|
|
15344
|
+
mlflowExperimentDirectory?: pulumi.Input<string | undefined>;
|
|
15345
|
+
mlflowRun?: pulumi.Input<string | undefined>;
|
|
15346
|
+
}
|
|
15347
|
+
export interface JobTaskForEachTaskTaskAiRuntimeTaskDeployment {
|
|
15348
|
+
commandPath: pulumi.Input<string>;
|
|
15349
|
+
/**
|
|
15350
|
+
* Task level compute configuration. This block is documented below.
|
|
15351
|
+
*
|
|
15352
|
+
* > If no `jobClusterKey`, `existingClusterId`, or `newCluster` were specified in task definition, then task will executed using serverless compute.
|
|
15353
|
+
*/
|
|
15354
|
+
compute: pulumi.Input<inputs.JobTaskForEachTaskTaskAiRuntimeTaskDeploymentCompute>;
|
|
15355
|
+
/**
|
|
15356
|
+
* An optional name for the job. The default value is Untitled.
|
|
15357
|
+
*/
|
|
15358
|
+
name?: pulumi.Input<string | undefined>;
|
|
15359
|
+
}
|
|
15360
|
+
export interface JobTaskForEachTaskTaskAiRuntimeTaskDeploymentCompute {
|
|
15361
|
+
acceleratorCount: pulumi.Input<number>;
|
|
15362
|
+
acceleratorType: pulumi.Input<string>;
|
|
15363
|
+
}
|
|
15255
15364
|
export interface JobTaskForEachTaskTaskAlertTask {
|
|
15256
15365
|
/**
|
|
15257
15366
|
* (String) identifier of the Databricks Alert (databricks_alert).
|
|
@@ -15592,6 +15701,7 @@ export interface JobTaskForEachTaskTaskNewClusterAwsAttributes {
|
|
|
15592
15701
|
}
|
|
15593
15702
|
export interface JobTaskForEachTaskTaskNewClusterAzureAttributes {
|
|
15594
15703
|
availability?: pulumi.Input<string | undefined>;
|
|
15704
|
+
capacityReservationGroup?: pulumi.Input<string | undefined>;
|
|
15595
15705
|
firstOnDemand?: pulumi.Input<number | undefined>;
|
|
15596
15706
|
logAnalyticsInfo?: pulumi.Input<inputs.JobTaskForEachTaskTaskNewClusterAzureAttributesLogAnalyticsInfo | undefined>;
|
|
15597
15707
|
spotBidMaxPrice?: pulumi.Input<number | undefined>;
|
|
@@ -16307,6 +16417,7 @@ export interface JobTaskNewClusterAwsAttributes {
|
|
|
16307
16417
|
}
|
|
16308
16418
|
export interface JobTaskNewClusterAzureAttributes {
|
|
16309
16419
|
availability?: pulumi.Input<string | undefined>;
|
|
16420
|
+
capacityReservationGroup?: pulumi.Input<string | undefined>;
|
|
16310
16421
|
firstOnDemand?: pulumi.Input<number | undefined>;
|
|
16311
16422
|
logAnalyticsInfo?: pulumi.Input<inputs.JobTaskNewClusterAzureAttributesLogAnalyticsInfo | undefined>;
|
|
16312
16423
|
spotBidMaxPrice?: pulumi.Input<number | undefined>;
|
|
@@ -18051,6 +18162,19 @@ export interface ModelServingTag {
|
|
|
18051
18162
|
*/
|
|
18052
18163
|
value?: pulumi.Input<string | undefined>;
|
|
18053
18164
|
}
|
|
18165
|
+
export interface ModelServingTelemetryConfig {
|
|
18166
|
+
/**
|
|
18167
|
+
* Block describing the configuration of usage tracking. Consists of the following attributes:
|
|
18168
|
+
*/
|
|
18169
|
+
inferenceTableConfig?: pulumi.Input<inputs.ModelServingTelemetryConfigInferenceTableConfig | undefined>;
|
|
18170
|
+
}
|
|
18171
|
+
export interface ModelServingTelemetryConfigInferenceTableConfig {
|
|
18172
|
+
/**
|
|
18173
|
+
* The name of the model serving endpoint. This field is required and must be unique across a workspace. An endpoint name can consist of alphanumeric characters, dashes, and underscores. NOTE: Changing this name will delete the existing endpoint and create a new endpoint with the updated name.
|
|
18174
|
+
*/
|
|
18175
|
+
name?: pulumi.Input<string | undefined>;
|
|
18176
|
+
samplingFraction?: pulumi.Input<number | undefined>;
|
|
18177
|
+
}
|
|
18054
18178
|
export interface MountAbfs {
|
|
18055
18179
|
clientId: pulumi.Input<string>;
|
|
18056
18180
|
clientSecretKey: pulumi.Input<string>;
|
|
@@ -18221,11 +18345,11 @@ export interface MwsNetworksGcpNetworkInfo {
|
|
|
18221
18345
|
*/
|
|
18222
18346
|
networkProjectId: pulumi.Input<string>;
|
|
18223
18347
|
/**
|
|
18224
|
-
* @deprecated gcp_network_info.pod_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
18348
|
+
* @deprecated gcp_network_info.pod_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.120.0/docs/guides/gcp-workspace#creating-a-vpc
|
|
18225
18349
|
*/
|
|
18226
18350
|
podIpRangeName?: pulumi.Input<string | undefined>;
|
|
18227
18351
|
/**
|
|
18228
|
-
* @deprecated gcp_network_info.service_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
18352
|
+
* @deprecated gcp_network_info.service_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.120.0/docs/guides/gcp-workspace#creating-a-vpc
|
|
18229
18353
|
*/
|
|
18230
18354
|
serviceIpRangeName?: pulumi.Input<string | undefined>;
|
|
18231
18355
|
/**
|
|
@@ -18286,11 +18410,11 @@ export interface MwsWorkspacesExternalCustomerInfo {
|
|
|
18286
18410
|
}
|
|
18287
18411
|
export interface MwsWorkspacesGcpManagedNetworkConfig {
|
|
18288
18412
|
/**
|
|
18289
|
-
* @deprecated gcp_managed_network_config.gke_cluster_pod_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
18413
|
+
* @deprecated gcp_managed_network_config.gke_cluster_pod_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.120.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
|
|
18290
18414
|
*/
|
|
18291
18415
|
gkeClusterPodIpRange?: pulumi.Input<string | undefined>;
|
|
18292
18416
|
/**
|
|
18293
|
-
* @deprecated gcp_managed_network_config.gke_cluster_service_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
18417
|
+
* @deprecated gcp_managed_network_config.gke_cluster_service_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.120.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
|
|
18294
18418
|
*/
|
|
18295
18419
|
gkeClusterServiceIpRange?: pulumi.Input<string | undefined>;
|
|
18296
18420
|
subnetCidr: pulumi.Input<string>;
|
|
@@ -18603,6 +18727,7 @@ export interface PipelineClusterAwsAttributes {
|
|
|
18603
18727
|
}
|
|
18604
18728
|
export interface PipelineClusterAzureAttributes {
|
|
18605
18729
|
availability?: pulumi.Input<string | undefined>;
|
|
18730
|
+
capacityReservationGroup?: pulumi.Input<string | undefined>;
|
|
18606
18731
|
firstOnDemand?: pulumi.Input<number | undefined>;
|
|
18607
18732
|
logAnalyticsInfo?: pulumi.Input<inputs.PipelineClusterAzureAttributesLogAnalyticsInfo | undefined>;
|
|
18608
18733
|
spotBidMaxPrice?: pulumi.Input<number | undefined>;
|
|
@@ -19579,6 +19704,96 @@ export interface PostgresCatalogStatus {
|
|
|
19579
19704
|
*/
|
|
19580
19705
|
project?: pulumi.Input<string | undefined>;
|
|
19581
19706
|
}
|
|
19707
|
+
export interface PostgresDataApiProviderConfig {
|
|
19708
|
+
/**
|
|
19709
|
+
* Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
|
|
19710
|
+
*/
|
|
19711
|
+
workspaceId?: pulumi.Input<string | undefined>;
|
|
19712
|
+
}
|
|
19713
|
+
export interface PostgresDataApiSpec {
|
|
19714
|
+
/**
|
|
19715
|
+
* (boolean) - Actual aggregate function setting read from the database
|
|
19716
|
+
*/
|
|
19717
|
+
dbAggregatesEnabled?: pulumi.Input<boolean | undefined>;
|
|
19718
|
+
/**
|
|
19719
|
+
* (list of string) - Actual extra search path schemas read from the database
|
|
19720
|
+
*/
|
|
19721
|
+
dbExtraSearchPaths?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
19722
|
+
/**
|
|
19723
|
+
* (integer) - Actual max rows setting read from the database
|
|
19724
|
+
*/
|
|
19725
|
+
dbMaxRows?: pulumi.Input<number | undefined>;
|
|
19726
|
+
/**
|
|
19727
|
+
* (list of string) - Actual exposed schemas read from the database
|
|
19728
|
+
*/
|
|
19729
|
+
dbSchemas?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
19730
|
+
/**
|
|
19731
|
+
* (string) - Actual JWT cache max lifetime read from the database
|
|
19732
|
+
*/
|
|
19733
|
+
jwtCacheMaxLifetime?: pulumi.Input<string | undefined>;
|
|
19734
|
+
/**
|
|
19735
|
+
* (string) - Actual JWT role claim key read from the database
|
|
19736
|
+
*/
|
|
19737
|
+
jwtRoleClaimKey?: pulumi.Input<string | undefined>;
|
|
19738
|
+
/**
|
|
19739
|
+
* (string) - Actual OpenAPI mode read from the database. Possible values are: `OPEN_API_MODE_DISABLED`, `OPEN_API_MODE_IGNORE_PRIVILEGES`
|
|
19740
|
+
*/
|
|
19741
|
+
openapiMode?: pulumi.Input<string | undefined>;
|
|
19742
|
+
/**
|
|
19743
|
+
* (list of string) - Actual CORS allowed origins read from the database
|
|
19744
|
+
*/
|
|
19745
|
+
serverCorsAllowedOrigins?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
19746
|
+
/**
|
|
19747
|
+
* (boolean) - Actual Server-Timing header setting read from the database
|
|
19748
|
+
*/
|
|
19749
|
+
serverTimingEnabled?: pulumi.Input<boolean | undefined>;
|
|
19750
|
+
}
|
|
19751
|
+
export interface PostgresDataApiStatus {
|
|
19752
|
+
/**
|
|
19753
|
+
* (list of string) - Schemas available in the database (for reference when configuring db_schemas)
|
|
19754
|
+
*/
|
|
19755
|
+
availableSchemas?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
19756
|
+
/**
|
|
19757
|
+
* (boolean) - Actual aggregate function setting read from the database
|
|
19758
|
+
*/
|
|
19759
|
+
dbAggregatesEnabled?: pulumi.Input<boolean | undefined>;
|
|
19760
|
+
/**
|
|
19761
|
+
* (list of string) - Actual extra search path schemas read from the database
|
|
19762
|
+
*/
|
|
19763
|
+
dbExtraSearchPaths?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
19764
|
+
/**
|
|
19765
|
+
* (integer) - Actual max rows setting read from the database
|
|
19766
|
+
*/
|
|
19767
|
+
dbMaxRows?: pulumi.Input<number | undefined>;
|
|
19768
|
+
/**
|
|
19769
|
+
* (list of string) - Actual exposed schemas read from the database
|
|
19770
|
+
*/
|
|
19771
|
+
dbSchemas?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
19772
|
+
/**
|
|
19773
|
+
* (string) - Actual JWT cache max lifetime read from the database
|
|
19774
|
+
*/
|
|
19775
|
+
jwtCacheMaxLifetime?: pulumi.Input<string | undefined>;
|
|
19776
|
+
/**
|
|
19777
|
+
* (string) - Actual JWT role claim key read from the database
|
|
19778
|
+
*/
|
|
19779
|
+
jwtRoleClaimKey?: pulumi.Input<string | undefined>;
|
|
19780
|
+
/**
|
|
19781
|
+
* (string) - Actual OpenAPI mode read from the database. Possible values are: `OPEN_API_MODE_DISABLED`, `OPEN_API_MODE_IGNORE_PRIVILEGES`
|
|
19782
|
+
*/
|
|
19783
|
+
openapiMode?: pulumi.Input<string | undefined>;
|
|
19784
|
+
/**
|
|
19785
|
+
* (list of string) - Actual CORS allowed origins read from the database
|
|
19786
|
+
*/
|
|
19787
|
+
serverCorsAllowedOrigins?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
19788
|
+
/**
|
|
19789
|
+
* (boolean) - Actual Server-Timing header setting read from the database
|
|
19790
|
+
*/
|
|
19791
|
+
serverTimingEnabled?: pulumi.Input<boolean | undefined>;
|
|
19792
|
+
/**
|
|
19793
|
+
* (string) - Data API endpoint URL
|
|
19794
|
+
*/
|
|
19795
|
+
url?: pulumi.Input<string | undefined>;
|
|
19796
|
+
}
|
|
19582
19797
|
export interface PostgresDatabaseProviderConfig {
|
|
19583
19798
|
/**
|
|
19584
19799
|
* Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
|
|
@@ -19740,11 +19955,21 @@ export interface PostgresEndpointStatusSettings {
|
|
|
19740
19955
|
[key: string]: pulumi.Input<string>;
|
|
19741
19956
|
} | undefined>;
|
|
19742
19957
|
}
|
|
19958
|
+
export interface PostgresProjectInitialBranchSpec {
|
|
19959
|
+
/**
|
|
19960
|
+
* Whether the initial default branch should be protected from deletion
|
|
19961
|
+
*/
|
|
19962
|
+
isProtected?: pulumi.Input<boolean | undefined>;
|
|
19963
|
+
}
|
|
19743
19964
|
export interface PostgresProjectInitialEndpointSpec {
|
|
19965
|
+
autoscalingLimitMaxCu?: pulumi.Input<number | undefined>;
|
|
19966
|
+
autoscalingLimitMinCu?: pulumi.Input<number | undefined>;
|
|
19744
19967
|
/**
|
|
19745
19968
|
* Settings for HA configuration of the endpoint
|
|
19746
19969
|
*/
|
|
19747
19970
|
group?: pulumi.Input<inputs.PostgresProjectInitialEndpointSpecGroup | undefined>;
|
|
19971
|
+
noSuspension?: pulumi.Input<boolean | undefined>;
|
|
19972
|
+
suspendTimeoutDuration?: pulumi.Input<string | undefined>;
|
|
19748
19973
|
}
|
|
19749
19974
|
export interface PostgresProjectInitialEndpointSpecGroup {
|
|
19750
19975
|
/**
|
|
@@ -19815,19 +20040,8 @@ export interface PostgresProjectSpecCustomTag {
|
|
|
19815
20040
|
value?: pulumi.Input<string | undefined>;
|
|
19816
20041
|
}
|
|
19817
20042
|
export interface PostgresProjectSpecDefaultEndpointSettings {
|
|
19818
|
-
/**
|
|
19819
|
-
* The maximum number of Compute Units. Minimum value is 0.5
|
|
19820
|
-
*/
|
|
19821
20043
|
autoscalingLimitMaxCu?: pulumi.Input<number | undefined>;
|
|
19822
|
-
/**
|
|
19823
|
-
* The minimum number of Compute Units. Minimum value is 0.5
|
|
19824
|
-
*/
|
|
19825
20044
|
autoscalingLimitMinCu?: pulumi.Input<number | undefined>;
|
|
19826
|
-
/**
|
|
19827
|
-
* When set to true, explicitly disables automatic suspension (never suspend).
|
|
19828
|
-
* Should be set to true when provided.
|
|
19829
|
-
* Mutually exclusive with `suspendTimeoutDuration`. When updating, use `spec.project_default_settings.suspension` in the update_mask
|
|
19830
|
-
*/
|
|
19831
20045
|
noSuspension?: pulumi.Input<boolean | undefined>;
|
|
19832
20046
|
/**
|
|
19833
20047
|
* A raw representation of Postgres settings
|
|
@@ -19835,11 +20049,6 @@ export interface PostgresProjectSpecDefaultEndpointSettings {
|
|
|
19835
20049
|
pgSettings?: pulumi.Input<{
|
|
19836
20050
|
[key: string]: pulumi.Input<string>;
|
|
19837
20051
|
} | undefined>;
|
|
19838
|
-
/**
|
|
19839
|
-
* Duration of inactivity after which the compute endpoint is automatically suspended.
|
|
19840
|
-
* If specified should be between 60s and 604800s (1 minute to 1 week).
|
|
19841
|
-
* Mutually exclusive with `noSuspension`. When updating, use `spec.project_default_settings.suspension` in the update_mask
|
|
19842
|
-
*/
|
|
19843
20052
|
suspendTimeoutDuration?: pulumi.Input<string | undefined>;
|
|
19844
20053
|
}
|
|
19845
20054
|
export interface PostgresProjectStatus {
|
|
@@ -19851,6 +20060,10 @@ export interface PostgresProjectStatus {
|
|
|
19851
20060
|
* (string) - The budget policy that is applied to the project
|
|
19852
20061
|
*/
|
|
19853
20062
|
budgetPolicyId?: pulumi.Input<string | undefined>;
|
|
20063
|
+
/**
|
|
20064
|
+
* (string) - The most recent time when any endpoint of this project was active
|
|
20065
|
+
*/
|
|
20066
|
+
computeLastActiveTime?: pulumi.Input<string | undefined>;
|
|
19854
20067
|
/**
|
|
19855
20068
|
* (list of ProjectCustomTag) - The effective custom tags associated with the project
|
|
19856
20069
|
*/
|
|
@@ -19903,19 +20116,8 @@ export interface PostgresProjectStatusCustomTag {
|
|
|
19903
20116
|
value?: pulumi.Input<string | undefined>;
|
|
19904
20117
|
}
|
|
19905
20118
|
export interface PostgresProjectStatusDefaultEndpointSettings {
|
|
19906
|
-
/**
|
|
19907
|
-
* The maximum number of Compute Units. Minimum value is 0.5
|
|
19908
|
-
*/
|
|
19909
20119
|
autoscalingLimitMaxCu?: pulumi.Input<number | undefined>;
|
|
19910
|
-
/**
|
|
19911
|
-
* The minimum number of Compute Units. Minimum value is 0.5
|
|
19912
|
-
*/
|
|
19913
20120
|
autoscalingLimitMinCu?: pulumi.Input<number | undefined>;
|
|
19914
|
-
/**
|
|
19915
|
-
* When set to true, explicitly disables automatic suspension (never suspend).
|
|
19916
|
-
* Should be set to true when provided.
|
|
19917
|
-
* Mutually exclusive with `suspendTimeoutDuration`. When updating, use `spec.project_default_settings.suspension` in the update_mask
|
|
19918
|
-
*/
|
|
19919
20121
|
noSuspension?: pulumi.Input<boolean | undefined>;
|
|
19920
20122
|
/**
|
|
19921
20123
|
* A raw representation of Postgres settings
|
|
@@ -19923,11 +20125,6 @@ export interface PostgresProjectStatusDefaultEndpointSettings {
|
|
|
19923
20125
|
pgSettings?: pulumi.Input<{
|
|
19924
20126
|
[key: string]: pulumi.Input<string>;
|
|
19925
20127
|
} | undefined>;
|
|
19926
|
-
/**
|
|
19927
|
-
* Duration of inactivity after which the compute endpoint is automatically suspended.
|
|
19928
|
-
* If specified should be between 60s and 604800s (1 minute to 1 week).
|
|
19929
|
-
* Mutually exclusive with `noSuspension`. When updating, use `spec.project_default_settings.suspension` in the update_mask
|
|
19930
|
-
*/
|
|
19931
20128
|
suspendTimeoutDuration?: pulumi.Input<string | undefined>;
|
|
19932
20129
|
}
|
|
19933
20130
|
export interface PostgresRoleProviderConfig {
|