public class CreateReleaseImportOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
CreateReleaseImportOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
assistantId()
Gets the assistantId.
|
InputStream |
body()
Gets the body.
|
Boolean |
includeAudit()
Gets the includeAudit.
|
CreateReleaseImportOptions.Builder |
newBuilder()
New builder.
|
public CreateReleaseImportOptions.Builder newBuilder()
public String assistantId()
Unique identifier of the assistant. To get the **assistant ID** in the watsonx Assistant interface, open the **Assistant settings** page, and scroll to the **Assistant IDs and API details** section and click **View Details**.
public InputStream body()
Request body is an Octet-stream of the artifact Zip file that is being imported.
public Boolean includeAudit()
Whether to include the audit properties (`created` and `updated` timestamps) in the response.
Copyright © 2025 IBM Cloud. All rights reserved.