Class: LiterLlm::CreateBatchRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeCreateBatchRequest

Returns a new instance of CreateBatchRequest.

Parameters:

  • input_file_id: (String)
  • endpoint: (String)
  • completion_window: (String)
  • metadata: (String)


204
# File 'sig/types.rbs', line 204

def initialize: (?input_file_id: String, ?endpoint: String, ?completion_window: String, ?metadata: String) -> void

Instance Attribute Details

#completion_windowString (readonly)

Returns the value of attribute completion_window.

Returns:

  • (String)


201
202
203
# File 'sig/types.rbs', line 201

def completion_window
  @completion_window
end

#endpointString (readonly)

Returns the value of attribute endpoint.

Returns:

  • (String)


200
201
202
# File 'sig/types.rbs', line 200

def endpoint
  @endpoint
end

#input_file_idString (readonly)

Returns the value of attribute input_file_id.

Returns:

  • (String)


199
200
201
# File 'sig/types.rbs', line 199

def input_file_id
  @input_file_id
end

#metadataString? (readonly)

Returns the value of attribute metadata.

Returns:

  • (String, nil)


202
203
204
# File 'sig/types.rbs', line 202

def 
  @metadata
end