struct OpenAI::Permission

Overview

OpenAPI permission

Included Modules

Extended Modules

Defined in:

openai/api/model.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def allow_create_engine? : Bool #

[View source]
def allow_fine_tuning? : Bool #

[View source]
def allow_logprobs? : Bool #

[View source]
def allow_sampling? : Bool #

[View source]
def allow_search_indices? : Bool #

[View source]
def allow_view? : Bool #

[View source]
def created : Time #

[View source]
def group : JSON::Any #

[View source]
def id : String #

[View source]
def is_blocking? : Bool #

[View source]
def object : String #

[View source]
def organization : String #

[View source]