public class WorkspaceSystemSettingsNlp
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
WorkspaceSystemSettingsNlp.Builder
Builder.
|
static interface |
WorkspaceSystemSettingsNlp.Model
The policy the skill follows for selecting the algorithm version to use:
|
Modifier and Type | Method and Description |
---|---|
String |
model()
Gets the model.
|
WorkspaceSystemSettingsNlp.Builder |
newBuilder()
New builder.
|
public WorkspaceSystemSettingsNlp.Builder newBuilder()
public String model()
The policy the skill follows for selecting the algorithm version to use:
- `baseline`: the latest mature version - `beta`: the latest beta version.
Copyright © 2022 IBM Cloud. All rights reserved.