Class: Google::Genai::Types::BatchJob

Inherits:
Base
  • Object
show all
Defined in:
lib/google/genai/types.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Google::Genai::Types::Base

Instance Attribute Details

#create_timeObject

Returns the value of attribute create_time.



95
96
97
# File 'lib/google/genai/types.rb', line 95

def create_time
  @create_time
end

#end_timeObject

Returns the value of attribute end_time.



95
96
97
# File 'lib/google/genai/types.rb', line 95

def end_time
  @end_time
end

#errorObject

Returns the value of attribute error.



95
96
97
# File 'lib/google/genai/types.rb', line 95

def error
  @error
end

#modelObject

Returns the value of attribute model.



95
96
97
# File 'lib/google/genai/types.rb', line 95

def model
  @model
end

#nameObject

Returns the value of attribute name.



95
96
97
# File 'lib/google/genai/types.rb', line 95

def name
  @name
end

#stateObject

Returns the value of attribute state.



95
96
97
# File 'lib/google/genai/types.rb', line 95

def state
  @state
end

#update_timeObject

Returns the value of attribute update_time.



95
96
97
# File 'lib/google/genai/types.rb', line 95

def update_time
  @update_time
end