| Package | Description |
|---|---|
| com.databricks.sdk.service.bundle |
| Modifier and Type | Method and Description |
|---|---|
Deployment |
BundleService.createDeployment(CreateDeploymentRequest createDeploymentRequest)
Creates a new deployment in the workspace.
|
Deployment |
BundleAPI.createDeployment(CreateDeploymentRequest request)
Creates a new deployment in the workspace.
|
Deployment |
CreateDeploymentRequest.getDeployment() |
Deployment |
BundleService.getDeployment(GetDeploymentRequest getDeploymentRequest)
Retrieves a deployment by its resource name.
|
Deployment |
BundleAPI.getDeployment(GetDeploymentRequest request)
Retrieves a deployment by its resource name.
|
Deployment |
BundleAPI.getDeployment(String name) |
Deployment |
Deployment.setCreatedBy(String createdBy) |
Deployment |
Deployment.setCreateTime(com.google.protobuf.Timestamp createTime) |
Deployment |
Deployment.setDestroyedBy(String destroyedBy) |
Deployment |
Deployment.setDestroyTime(com.google.protobuf.Timestamp destroyTime) |
Deployment |
Deployment.setDisplayName(String displayName) |
Deployment |
Deployment.setLastVersionId(String lastVersionId) |
Deployment |
Deployment.setName(String name) |
Deployment |
Deployment.setStatus(DeploymentStatus status) |
Deployment |
Deployment.setTargetName(String targetName) |
Deployment |
Deployment.setUpdateTime(com.google.protobuf.Timestamp updateTime) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Deployment> |
ListDeploymentsResponse.getDeployments() |
Iterable<Deployment> |
BundleAPI.listDeployments(ListDeploymentsRequest request)
Lists deployments in the workspace.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDeploymentRequest |
CreateDeploymentRequest.setDeployment(Deployment deployment) |
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentsResponse |
ListDeploymentsResponse.setDeployments(Collection<Deployment> deployments) |
Copyright © 2026. All rights reserved.