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: (json_value)


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

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

Instance Attribute Details

#completion_windowString?

Returns the value of attribute completion_window.

Returns:

  • (String, nil)


572
573
574
# File 'sig/types.rbs', line 572

def completion_window
  @completion_window
end

#endpointString?

Returns the value of attribute endpoint.

Returns:

  • (String, nil)


571
572
573
# File 'sig/types.rbs', line 571

def endpoint
  @endpoint
end

#input_file_idString?

Returns the value of attribute input_file_id.

Returns:

  • (String, nil)


570
571
572
# File 'sig/types.rbs', line 570

def input_file_id
  @input_file_id
end

#metadatajson_value?

Returns the value of attribute metadata.

Returns:

  • (json_value, nil)


573
574
575
# File 'sig/types.rbs', line 573

def 
  @metadata
end