| Package | Description |
|---|---|
| microsoft.vs.analytics.v4.model.entity | |
| microsoft.vs.analytics.v4.model.enums |
| Modifier and Type | Field and Description |
|---|---|
protected PipelineProcessType |
Pipeline.pipelineProcessType |
| Modifier and Type | Method and Description |
|---|---|
Optional<PipelineProcessType> |
Pipeline.getPipelineProcessType() |
| Modifier and Type | Method and Description |
|---|---|
Pipeline.Builder |
Pipeline.Builder.pipelineProcessType(PipelineProcessType pipelineProcessType) |
Pipeline |
Pipeline.withPipelineProcessType(PipelineProcessType pipelineProcessType) |
| Modifier and Type | Method and Description |
|---|---|
static PipelineProcessType |
PipelineProcessType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PipelineProcessType[] |
PipelineProcessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2021. All rights reserved.