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. 
 | 
String | 
name()
Gets the name. 
 | 
CreateCollectionOptions.Builder | 
newBuilder()
New builder. 
 | 
TrainingStatus | 
trainingStatus()
Gets the trainingStatus. 
 | 
public CreateCollectionOptions.Builder newBuilder()
public String name()
The name of the collection. The name can contain alphanumeric, underscore, hyphen, and dot characters. It cannot begin with the reserved prefix `sys-`.
public String description()
The description of the collection.
public TrainingStatus trainingStatus()
Training status information for the collection.
Copyright © 2021 IBM Cloud. All rights reserved.