Class CreateProjectOptions

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v2.model.CreateProjectOptions
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class CreateProjectOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The createProject options.
  • Method Details

    • newBuilder

      public CreateProjectOptions.Builder newBuilder()
      New builder.
      Returns:
      a CreateProjectOptions builder
    • name

      public String name()
      Gets the name.

      The human readable name of this project.

      Returns:
      the name
    • type

      public String type()
      Gets the 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.

      Returns:
      the type
    • defaultQueryParameters

      public DefaultQueryParams defaultQueryParameters()
      Gets the defaultQueryParameters.

      Default query parameters for this project.

      Returns:
      the defaultQueryParameters