File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 3030
3131
3232class CharacterPerformanceResource (SyncAPIResource ):
33+ """These endpoints all kick off tasks to create generations."""
34+
3335 @cached_property
3436 def with_raw_response (self ) -> CharacterPerformanceResourceWithRawResponse :
3537 """
@@ -124,6 +126,8 @@ def create(
124126
125127
126128class AsyncCharacterPerformanceResource (AsyncAPIResource ):
129+ """These endpoints all kick off tasks to create generations."""
130+
127131 @cached_property
128132 def with_raw_response (self ) -> AsyncCharacterPerformanceResourceWithRawResponse :
129133 """
Original file line number Diff line number Diff line change 3131
3232
3333class ImageToVideoResource (SyncAPIResource ):
34+ """These endpoints all kick off tasks to create generations."""
35+
3436 @cached_property
3537 def with_raw_response (self ) -> ImageToVideoResourceWithRawResponse :
3638 """
@@ -383,6 +385,8 @@ def create(
383385
384386
385387class AsyncImageToVideoResource (AsyncAPIResource ):
388+ """These endpoints all kick off tasks to create generations."""
389+
386390 @cached_property
387391 def with_raw_response (self ) -> AsyncImageToVideoResourceWithRawResponse :
388392 """
Original file line number Diff line number Diff line change 3030
3131
3232class SoundEffectResource (SyncAPIResource ):
33+ """These endpoints all kick off tasks to create generations."""
34+
3335 @cached_property
3436 def with_raw_response (self ) -> SoundEffectResourceWithRawResponse :
3537 """
@@ -103,6 +105,8 @@ def create(
103105
104106
105107class AsyncSoundEffectResource (AsyncAPIResource ):
108+ """These endpoints all kick off tasks to create generations."""
109+
106110 @cached_property
107111 def with_raw_response (self ) -> AsyncSoundEffectResourceWithRawResponse :
108112 """
Original file line number Diff line number Diff line change 3030
3131
3232class SpeechToSpeechResource (SyncAPIResource ):
33+ """These endpoints all kick off tasks to create generations."""
34+
3335 @cached_property
3436 def with_raw_response (self ) -> SpeechToSpeechResourceWithRawResponse :
3537 """
@@ -104,6 +106,8 @@ def create(
104106
105107
106108class AsyncSpeechToSpeechResource (AsyncAPIResource ):
109+ """These endpoints all kick off tasks to create generations."""
110+
107111 @cached_property
108112 def with_raw_response (self ) -> AsyncSpeechToSpeechResourceWithRawResponse :
109113 """
Original file line number Diff line number Diff line change 2727
2828
2929class TasksResource (SyncAPIResource ):
30+ """Endpoints for managing tasks that have been submitted."""
31+
3032 @cached_property
3133 def with_raw_response (self ) -> TasksResourceWithRawResponse :
3234 """
@@ -125,6 +127,8 @@ def delete(
125127
126128
127129class AsyncTasksResource (AsyncAPIResource ):
130+ """Endpoints for managing tasks that have been submitted."""
131+
128132 @cached_property
129133 def with_raw_response (self ) -> AsyncTasksResourceWithRawResponse :
130134 """
Original file line number Diff line number Diff line change 3131
3232
3333class TextToImageResource (SyncAPIResource ):
34+ """These endpoints all kick off tasks to create generations."""
35+
3436 @cached_property
3537 def with_raw_response (self ) -> TextToImageResourceWithRawResponse :
3638 """
@@ -294,6 +296,8 @@ def create(
294296
295297
296298class AsyncTextToImageResource (AsyncAPIResource ):
299+ """These endpoints all kick off tasks to create generations."""
300+
297301 @cached_property
298302 def with_raw_response (self ) -> AsyncTextToImageResourceWithRawResponse :
299303 """
Original file line number Diff line number Diff line change 3030
3131
3232class TextToSpeechResource (SyncAPIResource ):
33+ """These endpoints all kick off tasks to create generations."""
34+
3335 @cached_property
3436 def with_raw_response (self ) -> TextToSpeechResourceWithRawResponse :
3537 """
@@ -97,6 +99,8 @@ def create(
9799
98100
99101class AsyncTextToSpeechResource (AsyncAPIResource ):
102+ """These endpoints all kick off tasks to create generations."""
103+
100104 @cached_property
101105 def with_raw_response (self ) -> AsyncTextToSpeechResourceWithRawResponse :
102106 """
Original file line number Diff line number Diff line change 3030
3131
3232class TextToVideoResource (SyncAPIResource ):
33+ """These endpoints all kick off tasks to create generations."""
34+
3335 @cached_property
3436 def with_raw_response (self ) -> TextToVideoResourceWithRawResponse :
3537 """
@@ -248,6 +250,8 @@ def create(
248250
249251
250252class AsyncTextToVideoResource (AsyncAPIResource ):
253+ """These endpoints all kick off tasks to create generations."""
254+
251255 @cached_property
252256 def with_raw_response (self ) -> AsyncTextToVideoResourceWithRawResponse :
253257 """
Original file line number Diff line number Diff line change 3131
3232
3333class VideoToVideoResource (SyncAPIResource ):
34+ """These endpoints all kick off tasks to create generations."""
35+
3436 @cached_property
3537 def with_raw_response (self ) -> VideoToVideoResourceWithRawResponse :
3638 """
@@ -119,6 +121,8 @@ def create(
119121
120122
121123class AsyncVideoToVideoResource (AsyncAPIResource ):
124+ """These endpoints all kick off tasks to create generations."""
125+
122126 @cached_property
123127 def with_raw_response (self ) -> AsyncVideoToVideoResourceWithRawResponse :
124128 """
You can’t perform that action at this time.
0 commit comments