public class DeleteCustomPromptOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
DeleteCustomPromptOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
customizationId()
Gets the customizationId.
|
DeleteCustomPromptOptions.Builder |
newBuilder()
New builder.
|
String |
promptId()
Gets the promptId.
|
public DeleteCustomPromptOptions.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 promptId()
The identifier (name) of the prompt that is to be deleted.
Copyright © 2024 IBM Cloud. All rights reserved.