public class UpdateCollectionOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
UpdateCollectionOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
collectionId()
Gets the collectionId.
|
String |
description()
Gets the description.
|
String |
name()
Gets the name.
|
UpdateCollectionOptions.Builder |
newBuilder()
New builder.
|
TrainingStatus |
trainingStatus()
Gets the trainingStatus.
|
public UpdateCollectionOptions.Builder newBuilder()
public String collectionId()
The identifier of the collection.
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.