public class UpdateCustomModelOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
UpdateCustomModelOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
customizationId()
Gets the customizationId.
|
String |
description()
Gets the description.
|
String |
name()
Gets the name.
|
UpdateCustomModelOptions.Builder |
newBuilder()
New builder.
|
List<Word> |
words()
Gets the words.
|
public UpdateCustomModelOptions.Builder newBuilder()
public String customizationId()
The customization ID (GUID) of the custom model. You must make the request with credentials for the instance of the service that owns the custom model.
public String name()
A new name for the custom model.
public String description()
A new description for the custom model.
Copyright © 2023 IBM Cloud. All rights reserved.