public class GetCorpusOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
GetCorpusOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
corpusName()
Gets the corpusName.
|
String |
customizationId()
Gets the customizationId.
|
GetCorpusOptions.Builder |
newBuilder()
New builder.
|
public GetCorpusOptions.Builder newBuilder()
public String customizationId()
The customization ID (GUID) of the custom language model that is to be used for the request. You must make the request with credentials for the instance of the service that owns the custom model.
public String corpusName()
The name of the corpus for the custom language model.
Copyright © 2021 IBM Cloud. All rights reserved.