Uses of Class
com.databricks.sdk.service.pipelines.PipelineState
-
Packages that use PipelineState Package Description com.databricks.sdk.service.pipelines -
-
Uses of PipelineState in com.databricks.sdk.service.pipelines
Methods in com.databricks.sdk.service.pipelines that return PipelineState Modifier and Type Method Description PipelineState
GetPipelineResponse. getState()
PipelineState
PipelineStateInfo. getState()
static PipelineState
PipelineState. valueOf(String name)
Returns the enum constant of this type with the specified name.static PipelineState[]
PipelineState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.pipelines with parameters of type PipelineState Modifier and Type Method Description GetPipelineResponse
GetPipelineResponse. setState(PipelineState state)
PipelineStateInfo
PipelineStateInfo. setState(PipelineState state)
-