Package com.merative.acd.v1.model
Class AnnotatorFlow
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.merative.acd.v1.model.AnnotatorFlow
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class AnnotatorFlow extends com.ibm.cloud.sdk.core.service.model.GenericModel
AnnotatorFlow.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AnnotatorFlow.Builder
Builder.
-
Constructor Summary
Constructors Constructor Description AnnotatorFlow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Flow
flow()
Gets the flow.AnnotatorFlow.Builder
newBuilder()
New builder.java.lang.String
profile()
Gets the profile.
-
-
-
Method Detail
-
newBuilder
public AnnotatorFlow.Builder newBuilder()
New builder.- Returns:
- a AnnotatorFlow builder
-
profile
public java.lang.String profile()
Gets the profile.- Returns:
- the profile
-
flow
public Flow flow()
Gets the flow.- Returns:
- the flow
-
-