public class CreateCollectionOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
CreateCollectionOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
description()
Gets the description.
|
List<CollectionEnrichment> |
enrichments()
Gets the enrichments.
|
String |
language()
Gets the language.
|
String |
name()
Gets the name.
|
CreateCollectionOptions.Builder |
newBuilder()
New builder.
|
String |
projectId()
Gets the projectId.
|
public CreateCollectionOptions.Builder newBuilder()
public String projectId()
The ID of the project. This information can be found from the deploy page of the Discovery administrative tooling.
public String name()
The name of the collection.
public String description()
A description of the collection.
public String language()
The language of the collection.
public List<CollectionEnrichment> enrichments()
An array of enrichments that are applied to this collection.
Copyright © 2021 IBM Cloud. All rights reserved.