public class CreateProjectOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
CreateProjectOptions.Builder
Builder.
|
static interface |
CreateProjectOptions.Type
The type of project.
|
Modifier and Type | Method and Description |
---|---|
DefaultQueryParams |
defaultQueryParameters()
Gets the defaultQueryParameters.
|
String |
name()
Gets the name.
|
CreateProjectOptions.Builder |
newBuilder()
New builder.
|
String |
type()
Gets the type.
|
public CreateProjectOptions.Builder newBuilder()
public String name()
The human readable name of this project.
public String type()
The type of project.
The `content_intelligence` type is a *Document Retrieval for Contracts* project and the `other` type is a *Custom* project.
The `content_mining` and `content_intelligence` types are available with Premium plan managed deployments and installed deployments only.
public DefaultQueryParams defaultQueryParameters()
Default query parameters for this project.
Copyright © 2023 IBM Cloud. All rights reserved.