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)


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

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)


582
583
584
# File 'sig/types.rbs', line 582

def completion_window
  @completion_window
end

#endpointString (readonly)

Returns the value of attribute endpoint.

Returns:

  • (String)


581
582
583
# File 'sig/types.rbs', line 581

def endpoint
  @endpoint
end

#input_file_idString (readonly)

Returns the value of attribute input_file_id.

Returns:

  • (String)


580
581
582
# File 'sig/types.rbs', line 580

def input_file_id
  @input_file_id
end

#metadataString? (readonly)

Returns the value of attribute metadata.

Returns:

  • (String, nil)


583
584
585
# File 'sig/types.rbs', line 583

def 
  @metadata
end