| Modifier and Type | Method and Description |
|---|---|
Wait<App,App> |
AppsAPI.create(CreateAppRequest request)
Creates a new app.
|
Wait<AppUpdate,AppUpdate> |
AppsAPI.createUpdate(AsyncUpdateAppRequest request)
Creates an app update and starts the update process.
|
Wait<AppDeployment,AppDeployment> |
AppsAPI.deploy(CreateAppDeploymentRequest request)
Creates an app deployment for the app with the supplied name.
|
Wait<App,App> |
AppsAPI.start(StartAppRequest request)
Start the last active deployment of the app in the workspace.
|
Wait<App,App> |
AppsAPI.stop(StopAppRequest request)
Stops the active deployment of the app in the workspace.
|
| Modifier and Type | Method and Description |
|---|---|
Wait<OnlineTable,OnlineTable> |
OnlineTablesAPI.create(CreateOnlineTableRequest request)
Create a new Online Table.
|
| Modifier and Type | Method and Description |
|---|---|
Wait<CleanRoom,CleanRoom> |
CleanRoomsAPI.create(CreateCleanRoomRequest request)
Create a new clean room with the specified collaborators.
|
| Modifier and Type | Method and Description |
|---|---|
Wait<CommandStatusResponse,Void> |
CommandExecutionAPI.cancel(CancelCommand request)
Cancels a currently running command within an execution context.
|
Wait<ClusterDetails,CreateClusterResponse> |
ClustersAPI.create(CreateCluster request)
Creates a new Spark cluster.
|
Wait<ContextStatusResponse,Created> |
CommandExecutionAPI.create(CreateContext request)
Creates an execution context for running cluster commands.
|
Wait<ClusterDetails,Void> |
ClustersAPI.delete(DeleteCluster request)
Terminates the Spark cluster with the specified ID.
|
Wait<ClusterDetails,Void> |
ClustersAPI.delete(String clusterId) |
Wait<ClusterDetails,Void> |
ClustersAPI.edit(EditCluster request)
Updates the configuration of a cluster to match the provided attributes and size.
|
Wait<CommandStatusResponse,Created> |
CommandExecutionAPI.execute(Command request)
Runs a cluster command in the given execution context, using the provided language.
|
Wait<ClusterDetails,Void> |
ClustersAPI.resize(ResizeCluster request)
Resizes a cluster to have a desired number of workers.
|
Wait<ClusterDetails,Void> |
ClustersAPI.restart(RestartCluster request)
Restarts a Spark cluster with the supplied ID.
|
Wait<ClusterDetails,Void> |
ClustersAPI.start(StartCluster request)
Starts a terminated Spark cluster with the supplied ID.
|
Wait<ClusterDetails,Void> |
ClustersAPI.start(String clusterId) |
Wait<ClusterDetails,Void> |
ClustersAPI.update(UpdateCluster request)
Updates the configuration of a cluster to match the partial set of attributes and size.
|
| Modifier and Type | Method and Description |
|---|---|
Wait<GenieMessage,GenieMessage> |
GenieAPI.createMessage(GenieCreateConversationMessageRequest request)
Create new message in a [conversation](:method:genie/startconversation).
|
Wait<GenieMessage,GenieStartConversationResponse> |
GenieAPI.startConversation(GenieStartConversationMessageRequest request)
Start a new conversation.
|
| Modifier and Type | Method and Description |
|---|---|
Wait<DatabaseInstance,DatabaseInstance> |
DatabaseAPI.createDatabaseInstance(CreateDatabaseInstanceRequest request)
Create a Database Instance.
|
| Modifier and Type | Method and Description |
|---|---|
Wait<Run,Void> |
JobsAPI.cancelRun(CancelRun request)
Cancels a job run or a task run.
|
Wait<Run,Void> |
JobsAPI.cancelRun(long runId) |
Wait<Run,RepairRunResponse> |
JobsAPI.repairRun(RepairRun request)
Re-run one or more tasks.
|
Wait<Run,RunNowResponse> |
JobsAPI.runNow(RunNow request)
Run a job and return the `run_id` of the triggered run.
|
Wait<Run,SubmitRunResponse> |
JobsAPI.submit(SubmitRun request)
Submit a one-time run.
|
| Modifier and Type | Method and Description |
|---|---|
Wait<ForecastingExperiment,CreateForecastingExperimentResponse> |
ForecastingAPI.createExperiment(CreateForecastingExperimentRequest request)
Creates a serverless forecasting experiment.
|
| Modifier and Type | Method and Description |
|---|---|
Wait<GetPipelineResponse,Void> |
PipelinesAPI.stop(StopRequest request)
Stops the pipeline by canceling the active update.
|
| Modifier and Type | Method and Description |
|---|---|
Wait<Workspace,Workspace> |
WorkspacesAPI.create(CreateWorkspaceRequest request)
Creates a new workspace using a credential configuration and a storage configuration, an
optional network configuration (if using a customer-managed VPC), an optional managed services
key configuration (if using customer-managed keys for managed services), and an optional
storage key configuration (if using customer-managed keys for storage).
|
Wait<Workspace,Workspace> |
WorkspacesAPI.update(UpdateWorkspaceRequest request)
Updates a workspace.
|
| Modifier and Type | Method and Description |
|---|---|
Wait<ServingEndpointDetailed,ServingEndpointDetailed> |
ServingEndpointsAPI.create(CreateServingEndpoint request)
Create a new serving endpoint.
|
Wait<ServingEndpointDetailed,ServingEndpointDetailed> |
ServingEndpointsAPI.createProvisionedThroughputEndpoint(CreatePtEndpointRequest request)
Create a new PT serving endpoint.
|
Wait<ServingEndpointDetailed,ServingEndpointDetailed> |
ServingEndpointsAPI.updateConfig(EndpointCoreConfigInput request)
Updates any combination of the serving endpoint's served entities, the compute configuration of
those served entities, and the endpoint's traffic config.
|
Wait<ServingEndpointDetailed,ServingEndpointDetailed> |
ServingEndpointsAPI.updateProvisionedThroughputEndpointConfig(UpdateProvisionedThroughputEndpointConfigRequest request)
Updates any combination of the pt endpoint's served entities, the compute configuration of
those served entities, and the endpoint's traffic config.
|
| Modifier and Type | Method and Description |
|---|---|
Wait<GetWarehouseResponse,CreateWarehouseResponse> |
WarehousesAPI.create(CreateWarehouseRequest request)
Creates a new SQL warehouse.
|
Wait<GetWarehouseResponse,Void> |
WarehousesAPI.edit(EditWarehouseRequest request)
Updates the configuration for a SQL warehouse.
|
Wait<GetWarehouseResponse,Void> |
WarehousesAPI.start(StartRequest request)
Starts a SQL warehouse.
|
Wait<GetWarehouseResponse,Void> |
WarehousesAPI.stop(StopRequest request)
Stops a SQL warehouse.
|
| Modifier and Type | Method and Description |
|---|---|
Wait<EndpointInfo,EndpointInfo> |
VectorSearchEndpointsAPI.createEndpoint(CreateEndpoint request)
Create a new endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
Wait<T,R> |
Wait.onProgress(Consumer<T> progress) |
Copyright © 2026. All rights reserved.