1. Packages
  2. Packages
  3. Databricks Provider
  4. API Docs
  5. getAiSearchEndpoint
Viewing docs for Databricks v1.97.0
published on Thursday, Jun 25, 2026 by Pulumi
databricks logo
Viewing docs for Databricks v1.97.0
published on Thursday, Jun 25, 2026 by Pulumi

    Private Preview

    Using getAiSearchEndpoint

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getAiSearchEndpoint(args: GetAiSearchEndpointArgs, opts?: InvokeOptions): Promise<GetAiSearchEndpointResult>
    function getAiSearchEndpointOutput(args: GetAiSearchEndpointOutputArgs, opts?: InvokeOptions): Output<GetAiSearchEndpointResult>
    def get_ai_search_endpoint(name: Optional[str] = None,
                               provider_config: Optional[GetAiSearchEndpointProviderConfig] = None,
                               opts: Optional[InvokeOptions] = None) -> GetAiSearchEndpointResult
    def get_ai_search_endpoint_output(name: pulumi.Input[Optional[str]] = None,
                               provider_config: pulumi.Input[Optional[GetAiSearchEndpointProviderConfigArgs]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetAiSearchEndpointResult]
    func LookupAiSearchEndpoint(ctx *Context, args *LookupAiSearchEndpointArgs, opts ...InvokeOption) (*LookupAiSearchEndpointResult, error)
    func LookupAiSearchEndpointOutput(ctx *Context, args *LookupAiSearchEndpointOutputArgs, opts ...InvokeOption) LookupAiSearchEndpointResultOutput

    > Note: This function is named LookupAiSearchEndpoint in the Go SDK.

    public static class GetAiSearchEndpoint 
    {
        public static Task<GetAiSearchEndpointResult> InvokeAsync(GetAiSearchEndpointArgs args, InvokeOptions? opts = null)
        public static Output<GetAiSearchEndpointResult> Invoke(GetAiSearchEndpointInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAiSearchEndpointResult> getAiSearchEndpoint(GetAiSearchEndpointArgs args, InvokeOptions options)
    public static Output<GetAiSearchEndpointResult> getAiSearchEndpoint(GetAiSearchEndpointArgs args, InvokeOptions options)
    
    fn::invoke:
      function: databricks:index/getAiSearchEndpoint:getAiSearchEndpoint
      arguments:
        # arguments dictionary
    data "databricks_getaisearchendpoint" "name" {
        # arguments
    }

    The following arguments are supported:

    Name string
    Name of the AI Search endpoint. Server-assigned full resource path (workspaces/{workspace}/endpoints/{endpoint}) on output. On create, the user-supplied short name is conveyed via CreateEndpointRequest.endpoint_id; the server composes the full name and returns it on the response
    ProviderConfig GetAiSearchEndpointProviderConfig
    Configure the provider for management through account provider.
    Name string
    Name of the AI Search endpoint. Server-assigned full resource path (workspaces/{workspace}/endpoints/{endpoint}) on output. On create, the user-supplied short name is conveyed via CreateEndpointRequest.endpoint_id; the server composes the full name and returns it on the response
    ProviderConfig GetAiSearchEndpointProviderConfig
    Configure the provider for management through account provider.
    name string
    Name of the AI Search endpoint. Server-assigned full resource path (workspaces/{workspace}/endpoints/{endpoint}) on output. On create, the user-supplied short name is conveyed via CreateEndpointRequest.endpoint_id; the server composes the full name and returns it on the response
    provider_config object
    Configure the provider for management through account provider.
    name String
    Name of the AI Search endpoint. Server-assigned full resource path (workspaces/{workspace}/endpoints/{endpoint}) on output. On create, the user-supplied short name is conveyed via CreateEndpointRequest.endpoint_id; the server composes the full name and returns it on the response
    providerConfig GetAiSearchEndpointProviderConfig
    Configure the provider for management through account provider.
    name string
    Name of the AI Search endpoint. Server-assigned full resource path (workspaces/{workspace}/endpoints/{endpoint}) on output. On create, the user-supplied short name is conveyed via CreateEndpointRequest.endpoint_id; the server composes the full name and returns it on the response
    providerConfig GetAiSearchEndpointProviderConfig
    Configure the provider for management through account provider.
    name str
    Name of the AI Search endpoint. Server-assigned full resource path (workspaces/{workspace}/endpoints/{endpoint}) on output. On create, the user-supplied short name is conveyed via CreateEndpointRequest.endpoint_id; the server composes the full name and returns it on the response
    provider_config GetAiSearchEndpointProviderConfig
    Configure the provider for management through account provider.
    name String
    Name of the AI Search endpoint. Server-assigned full resource path (workspaces/{workspace}/endpoints/{endpoint}) on output. On create, the user-supplied short name is conveyed via CreateEndpointRequest.endpoint_id; the server composes the full name and returns it on the response
    providerConfig Property Map
    Configure the provider for management through account provider.

    getAiSearchEndpoint Result

    The following output properties are available:

    BudgetPolicyId string
    (string) - The user-selected budget policy id for the endpoint
    CreateTime string
    (string) - Time the endpoint was created
    Creator string
    (string) - Creator of the endpoint
    CustomTags List<GetAiSearchEndpointCustomTag>
    (list of CustomTag) - The custom tags assigned to the endpoint
    EffectiveBudgetPolicyId string
    (string) - The budget policy id applied to the endpoint
    EndpointStatus GetAiSearchEndpointEndpointStatus
    (EndpointStatus) - Current status of the endpoint
    EndpointType string
    (string) - Type of endpoint. Required on create and immutable thereafter. Possible values are: STANDARD, STORAGE_OPTIMIZED
    Id string
    (string) - Unique identifier of the endpoint
    IndexCount int
    (integer) - Number of indexes on the endpoint
    LastUpdatedUser string
    (string) - User who last updated the endpoint
    Name string
    (string) - Name of the AI Search endpoint. Server-assigned full resource path (workspaces/{workspace}/endpoints/{endpoint}) on output. On create, the user-supplied short name is conveyed via CreateEndpointRequest.endpoint_id; the server composes the full name and returns it on the response
    ReplicaCount int
    (integer) - The client-supplied desired number of replicas for the endpoint, applied at create/update time. Mutually exclusive with targetQps
    ScalingInfo GetAiSearchEndpointScalingInfo
    (EndpointScalingInfo) - Scaling information for the endpoint
    TargetQps int
    (integer) - Target QPS for the endpoint. Mutually exclusive with replicaCount. Best-effort; the system does not guarantee this QPS will be achieved
    ThroughputInfo GetAiSearchEndpointThroughputInfo
    (EndpointThroughputInfo) - Throughput information for the endpoint
    UpdateTime string
    (string) - Time the endpoint was last updated
    UsagePolicyId string
    (string) - The usage policy id applied to the endpoint
    ProviderConfig GetAiSearchEndpointProviderConfig
    BudgetPolicyId string
    (string) - The user-selected budget policy id for the endpoint
    CreateTime string
    (string) - Time the endpoint was created
    Creator string
    (string) - Creator of the endpoint
    CustomTags []GetAiSearchEndpointCustomTag
    (list of CustomTag) - The custom tags assigned to the endpoint
    EffectiveBudgetPolicyId string
    (string) - The budget policy id applied to the endpoint
    EndpointStatus GetAiSearchEndpointEndpointStatus
    (EndpointStatus) - Current status of the endpoint
    EndpointType string
    (string) - Type of endpoint. Required on create and immutable thereafter. Possible values are: STANDARD, STORAGE_OPTIMIZED
    Id string
    (string) - Unique identifier of the endpoint
    IndexCount int
    (integer) - Number of indexes on the endpoint
    LastUpdatedUser string
    (string) - User who last updated the endpoint
    Name string
    (string) - Name of the AI Search endpoint. Server-assigned full resource path (workspaces/{workspace}/endpoints/{endpoint}) on output. On create, the user-supplied short name is conveyed via CreateEndpointRequest.endpoint_id; the server composes the full name and returns it on the response
    ReplicaCount int
    (integer) - The client-supplied desired number of replicas for the endpoint, applied at create/update time. Mutually exclusive with targetQps
    ScalingInfo GetAiSearchEndpointScalingInfo
    (EndpointScalingInfo) - Scaling information for the endpoint
    TargetQps int
    (integer) - Target QPS for the endpoint. Mutually exclusive with replicaCount. Best-effort; the system does not guarantee this QPS will be achieved
    ThroughputInfo GetAiSearchEndpointThroughputInfo
    (EndpointThroughputInfo) - Throughput information for the endpoint
    UpdateTime string
    (string) - Time the endpoint was last updated
    UsagePolicyId string
    (string) - The usage policy id applied to the endpoint
    ProviderConfig GetAiSearchEndpointProviderConfig
    budget_policy_id string
    (string) - The user-selected budget policy id for the endpoint
    create_time string
    (string) - Time the endpoint was created
    creator string
    (string) - Creator of the endpoint
    custom_tags list(object)
    (list of CustomTag) - The custom tags assigned to the endpoint
    effective_budget_policy_id string
    (string) - The budget policy id applied to the endpoint
    endpoint_status object
    (EndpointStatus) - Current status of the endpoint
    endpoint_type string
    (string) - Type of endpoint. Required on create and immutable thereafter. Possible values are: STANDARD, STORAGE_OPTIMIZED
    id string
    (string) - Unique identifier of the endpoint
    index_count number
    (integer) - Number of indexes on the endpoint
    last_updated_user string
    (string) - User who last updated the endpoint
    name string
    (string) - Name of the AI Search endpoint. Server-assigned full resource path (workspaces/{workspace}/endpoints/{endpoint}) on output. On create, the user-supplied short name is conveyed via CreateEndpointRequest.endpoint_id; the server composes the full name and returns it on the response
    replica_count number
    (integer) - The client-supplied desired number of replicas for the endpoint, applied at create/update time. Mutually exclusive with targetQps
    scaling_info object
    (EndpointScalingInfo) - Scaling information for the endpoint
    target_qps number
    (integer) - Target QPS for the endpoint. Mutually exclusive with replicaCount. Best-effort; the system does not guarantee this QPS will be achieved
    throughput_info object
    (EndpointThroughputInfo) - Throughput information for the endpoint
    update_time string
    (string) - Time the endpoint was last updated
    usage_policy_id string
    (string) - The usage policy id applied to the endpoint
    provider_config object
    budgetPolicyId String
    (string) - The user-selected budget policy id for the endpoint
    createTime String
    (string) - Time the endpoint was created
    creator String
    (string) - Creator of the endpoint
    customTags List<GetAiSearchEndpointCustomTag>
    (list of CustomTag) - The custom tags assigned to the endpoint
    effectiveBudgetPolicyId String
    (string) - The budget policy id applied to the endpoint
    endpointStatus GetAiSearchEndpointEndpointStatus
    (EndpointStatus) - Current status of the endpoint
    endpointType String
    (string) - Type of endpoint. Required on create and immutable thereafter. Possible values are: STANDARD, STORAGE_OPTIMIZED
    id String
    (string) - Unique identifier of the endpoint
    indexCount Integer
    (integer) - Number of indexes on the endpoint
    lastUpdatedUser String
    (string) - User who last updated the endpoint
    name String
    (string) - Name of the AI Search endpoint. Server-assigned full resource path (workspaces/{workspace}/endpoints/{endpoint}) on output. On create, the user-supplied short name is conveyed via CreateEndpointRequest.endpoint_id; the server composes the full name and returns it on the response
    replicaCount Integer
    (integer) - The client-supplied desired number of replicas for the endpoint, applied at create/update time. Mutually exclusive with targetQps
    scalingInfo GetAiSearchEndpointScalingInfo
    (EndpointScalingInfo) - Scaling information for the endpoint
    targetQps Integer
    (integer) - Target QPS for the endpoint. Mutually exclusive with replicaCount. Best-effort; the system does not guarantee this QPS will be achieved
    throughputInfo GetAiSearchEndpointThroughputInfo
    (EndpointThroughputInfo) - Throughput information for the endpoint
    updateTime String
    (string) - Time the endpoint was last updated
    usagePolicyId String
    (string) - The usage policy id applied to the endpoint
    providerConfig GetAiSearchEndpointProviderConfig
    budgetPolicyId string
    (string) - The user-selected budget policy id for the endpoint
    createTime string
    (string) - Time the endpoint was created
    creator string
    (string) - Creator of the endpoint
    customTags GetAiSearchEndpointCustomTag[]
    (list of CustomTag) - The custom tags assigned to the endpoint
    effectiveBudgetPolicyId string
    (string) - The budget policy id applied to the endpoint
    endpointStatus GetAiSearchEndpointEndpointStatus
    (EndpointStatus) - Current status of the endpoint
    endpointType string
    (string) - Type of endpoint. Required on create and immutable thereafter. Possible values are: STANDARD, STORAGE_OPTIMIZED
    id string
    (string) - Unique identifier of the endpoint
    indexCount number
    (integer) - Number of indexes on the endpoint
    lastUpdatedUser string
    (string) - User who last updated the endpoint
    name string
    (string) - Name of the AI Search endpoint. Server-assigned full resource path (workspaces/{workspace}/endpoints/{endpoint}) on output. On create, the user-supplied short name is conveyed via CreateEndpointRequest.endpoint_id; the server composes the full name and returns it on the response
    replicaCount number
    (integer) - The client-supplied desired number of replicas for the endpoint, applied at create/update time. Mutually exclusive with targetQps
    scalingInfo GetAiSearchEndpointScalingInfo
    (EndpointScalingInfo) - Scaling information for the endpoint
    targetQps number
    (integer) - Target QPS for the endpoint. Mutually exclusive with replicaCount. Best-effort; the system does not guarantee this QPS will be achieved
    throughputInfo GetAiSearchEndpointThroughputInfo
    (EndpointThroughputInfo) - Throughput information for the endpoint
    updateTime string
    (string) - Time the endpoint was last updated
    usagePolicyId string
    (string) - The usage policy id applied to the endpoint
    providerConfig GetAiSearchEndpointProviderConfig
    budget_policy_id str
    (string) - The user-selected budget policy id for the endpoint
    create_time str
    (string) - Time the endpoint was created
    creator str
    (string) - Creator of the endpoint
    custom_tags Sequence[GetAiSearchEndpointCustomTag]
    (list of CustomTag) - The custom tags assigned to the endpoint
    effective_budget_policy_id str
    (string) - The budget policy id applied to the endpoint
    endpoint_status GetAiSearchEndpointEndpointStatus
    (EndpointStatus) - Current status of the endpoint
    endpoint_type str
    (string) - Type of endpoint. Required on create and immutable thereafter. Possible values are: STANDARD, STORAGE_OPTIMIZED
    id str
    (string) - Unique identifier of the endpoint
    index_count int
    (integer) - Number of indexes on the endpoint
    last_updated_user str
    (string) - User who last updated the endpoint
    name str
    (string) - Name of the AI Search endpoint. Server-assigned full resource path (workspaces/{workspace}/endpoints/{endpoint}) on output. On create, the user-supplied short name is conveyed via CreateEndpointRequest.endpoint_id; the server composes the full name and returns it on the response
    replica_count int
    (integer) - The client-supplied desired number of replicas for the endpoint, applied at create/update time. Mutually exclusive with targetQps
    scaling_info GetAiSearchEndpointScalingInfo
    (EndpointScalingInfo) - Scaling information for the endpoint
    target_qps int
    (integer) - Target QPS for the endpoint. Mutually exclusive with replicaCount. Best-effort; the system does not guarantee this QPS will be achieved
    throughput_info GetAiSearchEndpointThroughputInfo
    (EndpointThroughputInfo) - Throughput information for the endpoint
    update_time str
    (string) - Time the endpoint was last updated
    usage_policy_id str
    (string) - The usage policy id applied to the endpoint
    provider_config GetAiSearchEndpointProviderConfig
    budgetPolicyId String
    (string) - The user-selected budget policy id for the endpoint
    createTime String
    (string) - Time the endpoint was created
    creator String
    (string) - Creator of the endpoint
    customTags List<Property Map>
    (list of CustomTag) - The custom tags assigned to the endpoint
    effectiveBudgetPolicyId String
    (string) - The budget policy id applied to the endpoint
    endpointStatus Property Map
    (EndpointStatus) - Current status of the endpoint
    endpointType String
    (string) - Type of endpoint. Required on create and immutable thereafter. Possible values are: STANDARD, STORAGE_OPTIMIZED
    id String
    (string) - Unique identifier of the endpoint
    indexCount Number
    (integer) - Number of indexes on the endpoint
    lastUpdatedUser String
    (string) - User who last updated the endpoint
    name String
    (string) - Name of the AI Search endpoint. Server-assigned full resource path (workspaces/{workspace}/endpoints/{endpoint}) on output. On create, the user-supplied short name is conveyed via CreateEndpointRequest.endpoint_id; the server composes the full name and returns it on the response
    replicaCount Number
    (integer) - The client-supplied desired number of replicas for the endpoint, applied at create/update time. Mutually exclusive with targetQps
    scalingInfo Property Map
    (EndpointScalingInfo) - Scaling information for the endpoint
    targetQps Number
    (integer) - Target QPS for the endpoint. Mutually exclusive with replicaCount. Best-effort; the system does not guarantee this QPS will be achieved
    throughputInfo Property Map
    (EndpointThroughputInfo) - Throughput information for the endpoint
    updateTime String
    (string) - Time the endpoint was last updated
    usagePolicyId String
    (string) - The usage policy id applied to the endpoint
    providerConfig Property Map

    Supporting Types

    GetAiSearchEndpointCustomTag

    Key string
    (string) - Key field for an AI Search endpoint tag
    Value string
    (string) - [Optional] Value field for an AI Search endpoint tag
    Key string
    (string) - Key field for an AI Search endpoint tag
    Value string
    (string) - [Optional] Value field for an AI Search endpoint tag
    key string
    (string) - Key field for an AI Search endpoint tag
    value string
    (string) - [Optional] Value field for an AI Search endpoint tag
    key String
    (string) - Key field for an AI Search endpoint tag
    value String
    (string) - [Optional] Value field for an AI Search endpoint tag
    key string
    (string) - Key field for an AI Search endpoint tag
    value string
    (string) - [Optional] Value field for an AI Search endpoint tag
    key str
    (string) - Key field for an AI Search endpoint tag
    value str
    (string) - [Optional] Value field for an AI Search endpoint tag
    key String
    (string) - Key field for an AI Search endpoint tag
    value String
    (string) - [Optional] Value field for an AI Search endpoint tag

    GetAiSearchEndpointEndpointStatus

    Message string
    (string) - Human-readable detail about the endpoint's current state or the reason for a state transition
    State string
    (string) - Current lifecycle state of the endpoint. See State for the meaning of each value. Possible values are: DELETED, OFFLINE, ONLINE, PROVISIONING, RED_STATE, YELLOW_STATE
    Message string
    (string) - Human-readable detail about the endpoint's current state or the reason for a state transition
    State string
    (string) - Current lifecycle state of the endpoint. See State for the meaning of each value. Possible values are: DELETED, OFFLINE, ONLINE, PROVISIONING, RED_STATE, YELLOW_STATE
    message string
    (string) - Human-readable detail about the endpoint's current state or the reason for a state transition
    state string
    (string) - Current lifecycle state of the endpoint. See State for the meaning of each value. Possible values are: DELETED, OFFLINE, ONLINE, PROVISIONING, RED_STATE, YELLOW_STATE
    message String
    (string) - Human-readable detail about the endpoint's current state or the reason for a state transition
    state String
    (string) - Current lifecycle state of the endpoint. See State for the meaning of each value. Possible values are: DELETED, OFFLINE, ONLINE, PROVISIONING, RED_STATE, YELLOW_STATE
    message string
    (string) - Human-readable detail about the endpoint's current state or the reason for a state transition
    state string
    (string) - Current lifecycle state of the endpoint. See State for the meaning of each value. Possible values are: DELETED, OFFLINE, ONLINE, PROVISIONING, RED_STATE, YELLOW_STATE
    message str
    (string) - Human-readable detail about the endpoint's current state or the reason for a state transition
    state str
    (string) - Current lifecycle state of the endpoint. See State for the meaning of each value. Possible values are: DELETED, OFFLINE, ONLINE, PROVISIONING, RED_STATE, YELLOW_STATE
    message String
    (string) - Human-readable detail about the endpoint's current state or the reason for a state transition
    state String
    (string) - Current lifecycle state of the endpoint. See State for the meaning of each value. Possible values are: DELETED, OFFLINE, ONLINE, PROVISIONING, RED_STATE, YELLOW_STATE

    GetAiSearchEndpointProviderConfig

    WorkspaceId string
    Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
    WorkspaceId string
    Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
    workspace_id string
    Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
    workspaceId String
    Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
    workspaceId string
    Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
    workspace_id str
    Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
    workspaceId String
    Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.

    GetAiSearchEndpointScalingInfo

    State string
    (string) - Current lifecycle state of the endpoint. See State for the meaning of each value. Possible values are: DELETED, OFFLINE, ONLINE, PROVISIONING, RED_STATE, YELLOW_STATE
    RequestedTargetQps int
    (integer) - The requested QPS target for the endpoint. Best-effort; the system does not guarantee this QPS will be achieved
    State string
    (string) - Current lifecycle state of the endpoint. See State for the meaning of each value. Possible values are: DELETED, OFFLINE, ONLINE, PROVISIONING, RED_STATE, YELLOW_STATE
    RequestedTargetQps int
    (integer) - The requested QPS target for the endpoint. Best-effort; the system does not guarantee this QPS will be achieved
    state string
    (string) - Current lifecycle state of the endpoint. See State for the meaning of each value. Possible values are: DELETED, OFFLINE, ONLINE, PROVISIONING, RED_STATE, YELLOW_STATE
    requested_target_qps number
    (integer) - The requested QPS target for the endpoint. Best-effort; the system does not guarantee this QPS will be achieved
    state String
    (string) - Current lifecycle state of the endpoint. See State for the meaning of each value. Possible values are: DELETED, OFFLINE, ONLINE, PROVISIONING, RED_STATE, YELLOW_STATE
    requestedTargetQps Integer
    (integer) - The requested QPS target for the endpoint. Best-effort; the system does not guarantee this QPS will be achieved
    state string
    (string) - Current lifecycle state of the endpoint. See State for the meaning of each value. Possible values are: DELETED, OFFLINE, ONLINE, PROVISIONING, RED_STATE, YELLOW_STATE
    requestedTargetQps number
    (integer) - The requested QPS target for the endpoint. Best-effort; the system does not guarantee this QPS will be achieved
    state str
    (string) - Current lifecycle state of the endpoint. See State for the meaning of each value. Possible values are: DELETED, OFFLINE, ONLINE, PROVISIONING, RED_STATE, YELLOW_STATE
    requested_target_qps int
    (integer) - The requested QPS target for the endpoint. Best-effort; the system does not guarantee this QPS will be achieved
    state String
    (string) - Current lifecycle state of the endpoint. See State for the meaning of each value. Possible values are: DELETED, OFFLINE, ONLINE, PROVISIONING, RED_STATE, YELLOW_STATE
    requestedTargetQps Number
    (integer) - The requested QPS target for the endpoint. Best-effort; the system does not guarantee this QPS will be achieved

    GetAiSearchEndpointThroughputInfo

    ChangeRequestMessage string
    (string) - Additional information about the throughput change request
    ChangeRequestState string
    (string) - The state of the most recent throughput change request. Possible values are: CHANGE_ADJUSTED, CHANGE_FAILED, CHANGE_IN_PROGRESS, CHANGE_REACHED_MAXIMUM, CHANGE_REACHED_MINIMUM, CHANGE_SUCCESS
    CurrentConcurrency double
    (number) - The current concurrency (total CPU) allocated to the endpoint
    CurrentConcurrencyUtilizationPercentage double
    (number) - The current utilization of concurrency as a percentage (0-100)
    CurrentNumReplicas int
    (integer) - The current number of replicas allocated to the endpoint
    MaximumConcurrencyAllowed double
    (number) - The maximum concurrency allowed for this endpoint
    MinimalConcurrencyAllowed double
    (number) - The minimum concurrency allowed for this endpoint
    RequestedConcurrency double
    (number) - The requested concurrency (total CPU) for the endpoint
    RequestedNumReplicas int
    (integer) - The requested number of replicas for the endpoint
    ChangeRequestMessage string
    (string) - Additional information about the throughput change request
    ChangeRequestState string
    (string) - The state of the most recent throughput change request. Possible values are: CHANGE_ADJUSTED, CHANGE_FAILED, CHANGE_IN_PROGRESS, CHANGE_REACHED_MAXIMUM, CHANGE_REACHED_MINIMUM, CHANGE_SUCCESS
    CurrentConcurrency float64
    (number) - The current concurrency (total CPU) allocated to the endpoint
    CurrentConcurrencyUtilizationPercentage float64
    (number) - The current utilization of concurrency as a percentage (0-100)
    CurrentNumReplicas int
    (integer) - The current number of replicas allocated to the endpoint
    MaximumConcurrencyAllowed float64
    (number) - The maximum concurrency allowed for this endpoint
    MinimalConcurrencyAllowed float64
    (number) - The minimum concurrency allowed for this endpoint
    RequestedConcurrency float64
    (number) - The requested concurrency (total CPU) for the endpoint
    RequestedNumReplicas int
    (integer) - The requested number of replicas for the endpoint
    change_request_message string
    (string) - Additional information about the throughput change request
    change_request_state string
    (string) - The state of the most recent throughput change request. Possible values are: CHANGE_ADJUSTED, CHANGE_FAILED, CHANGE_IN_PROGRESS, CHANGE_REACHED_MAXIMUM, CHANGE_REACHED_MINIMUM, CHANGE_SUCCESS
    current_concurrency number
    (number) - The current concurrency (total CPU) allocated to the endpoint
    current_concurrency_utilization_percentage number
    (number) - The current utilization of concurrency as a percentage (0-100)
    current_num_replicas number
    (integer) - The current number of replicas allocated to the endpoint
    maximum_concurrency_allowed number
    (number) - The maximum concurrency allowed for this endpoint
    minimal_concurrency_allowed number
    (number) - The minimum concurrency allowed for this endpoint
    requested_concurrency number
    (number) - The requested concurrency (total CPU) for the endpoint
    requested_num_replicas number
    (integer) - The requested number of replicas for the endpoint
    changeRequestMessage String
    (string) - Additional information about the throughput change request
    changeRequestState String
    (string) - The state of the most recent throughput change request. Possible values are: CHANGE_ADJUSTED, CHANGE_FAILED, CHANGE_IN_PROGRESS, CHANGE_REACHED_MAXIMUM, CHANGE_REACHED_MINIMUM, CHANGE_SUCCESS
    currentConcurrency Double
    (number) - The current concurrency (total CPU) allocated to the endpoint
    currentConcurrencyUtilizationPercentage Double
    (number) - The current utilization of concurrency as a percentage (0-100)
    currentNumReplicas Integer
    (integer) - The current number of replicas allocated to the endpoint
    maximumConcurrencyAllowed Double
    (number) - The maximum concurrency allowed for this endpoint
    minimalConcurrencyAllowed Double
    (number) - The minimum concurrency allowed for this endpoint
    requestedConcurrency Double
    (number) - The requested concurrency (total CPU) for the endpoint
    requestedNumReplicas Integer
    (integer) - The requested number of replicas for the endpoint
    changeRequestMessage string
    (string) - Additional information about the throughput change request
    changeRequestState string
    (string) - The state of the most recent throughput change request. Possible values are: CHANGE_ADJUSTED, CHANGE_FAILED, CHANGE_IN_PROGRESS, CHANGE_REACHED_MAXIMUM, CHANGE_REACHED_MINIMUM, CHANGE_SUCCESS
    currentConcurrency number
    (number) - The current concurrency (total CPU) allocated to the endpoint
    currentConcurrencyUtilizationPercentage number
    (number) - The current utilization of concurrency as a percentage (0-100)
    currentNumReplicas number
    (integer) - The current number of replicas allocated to the endpoint
    maximumConcurrencyAllowed number
    (number) - The maximum concurrency allowed for this endpoint
    minimalConcurrencyAllowed number
    (number) - The minimum concurrency allowed for this endpoint
    requestedConcurrency number
    (number) - The requested concurrency (total CPU) for the endpoint
    requestedNumReplicas number
    (integer) - The requested number of replicas for the endpoint
    change_request_message str
    (string) - Additional information about the throughput change request
    change_request_state str
    (string) - The state of the most recent throughput change request. Possible values are: CHANGE_ADJUSTED, CHANGE_FAILED, CHANGE_IN_PROGRESS, CHANGE_REACHED_MAXIMUM, CHANGE_REACHED_MINIMUM, CHANGE_SUCCESS
    current_concurrency float
    (number) - The current concurrency (total CPU) allocated to the endpoint
    current_concurrency_utilization_percentage float
    (number) - The current utilization of concurrency as a percentage (0-100)
    current_num_replicas int
    (integer) - The current number of replicas allocated to the endpoint
    maximum_concurrency_allowed float
    (number) - The maximum concurrency allowed for this endpoint
    minimal_concurrency_allowed float
    (number) - The minimum concurrency allowed for this endpoint
    requested_concurrency float
    (number) - The requested concurrency (total CPU) for the endpoint
    requested_num_replicas int
    (integer) - The requested number of replicas for the endpoint
    changeRequestMessage String
    (string) - Additional information about the throughput change request
    changeRequestState String
    (string) - The state of the most recent throughput change request. Possible values are: CHANGE_ADJUSTED, CHANGE_FAILED, CHANGE_IN_PROGRESS, CHANGE_REACHED_MAXIMUM, CHANGE_REACHED_MINIMUM, CHANGE_SUCCESS
    currentConcurrency Number
    (number) - The current concurrency (total CPU) allocated to the endpoint
    currentConcurrencyUtilizationPercentage Number
    (number) - The current utilization of concurrency as a percentage (0-100)
    currentNumReplicas Number
    (integer) - The current number of replicas allocated to the endpoint
    maximumConcurrencyAllowed Number
    (number) - The maximum concurrency allowed for this endpoint
    minimalConcurrencyAllowed Number
    (number) - The minimum concurrency allowed for this endpoint
    requestedConcurrency Number
    (number) - The requested concurrency (total CPU) for the endpoint
    requestedNumReplicas Number
    (integer) - The requested number of replicas for the endpoint

    Package Details

    Repository
    databricks pulumi/pulumi-databricks
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the databricks Terraform Provider.
    databricks logo
    Viewing docs for Databricks v1.97.0
    published on Thursday, Jun 25, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial