class

OpenAI::ProjectCreateRequest

Inherits JSON::Serializable < Reference < Object

Constructors

new(name : String = "", geography : ProjectCreateRequestGeography | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

geography

Create the project with the specified data residency region. Your organization must have access to Data residency functionality in order to use. See data residency controls to review the functionality and limitations of setting this field.

Source
geography=(geography : ProjectCreateRequestGeography | Nil)

Create the project with the specified data residency region. Your organization must have access to Data residency functionality in order to use. See data residency controls to review the functionality and limitations of setting this field.

Source
name

The friendly name of the project, this name appears in reports.

Source
name=(name : String)

The friendly name of the project, this name appears in reports.

Source