Skip to content

Commit f64ea7b

Browse files
chore(docs): add missing descriptions
1 parent dd8ca18 commit f64ea7b

12 files changed

Lines changed: 110 additions & 0 deletions

src/runwayml/_client.py

Lines changed: 66 additions & 0 deletions
Large diffs are not rendered by default.

src/runwayml/resources/character_performance.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030

3131

3232
class 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

126128
class AsyncCharacterPerformanceResource(AsyncAPIResource):
129+
"""These endpoints all kick off tasks to create generations."""
130+
127131
@cached_property
128132
def with_raw_response(self) -> AsyncCharacterPerformanceResourceWithRawResponse:
129133
"""

src/runwayml/resources/image_to_video.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131

3232

3333
class 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

385387
class AsyncImageToVideoResource(AsyncAPIResource):
388+
"""These endpoints all kick off tasks to create generations."""
389+
386390
@cached_property
387391
def with_raw_response(self) -> AsyncImageToVideoResourceWithRawResponse:
388392
"""

src/runwayml/resources/sound_effect.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030

3131

3232
class 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

105107
class AsyncSoundEffectResource(AsyncAPIResource):
108+
"""These endpoints all kick off tasks to create generations."""
109+
106110
@cached_property
107111
def with_raw_response(self) -> AsyncSoundEffectResourceWithRawResponse:
108112
"""

src/runwayml/resources/speech_to_speech.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030

3131

3232
class 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

106108
class AsyncSpeechToSpeechResource(AsyncAPIResource):
109+
"""These endpoints all kick off tasks to create generations."""
110+
107111
@cached_property
108112
def with_raw_response(self) -> AsyncSpeechToSpeechResourceWithRawResponse:
109113
"""

src/runwayml/resources/tasks.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727

2828

2929
class 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

127129
class AsyncTasksResource(AsyncAPIResource):
130+
"""Endpoints for managing tasks that have been submitted."""
131+
128132
@cached_property
129133
def with_raw_response(self) -> AsyncTasksResourceWithRawResponse:
130134
"""

src/runwayml/resources/text_to_image.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131

3232

3333
class 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

296298
class AsyncTextToImageResource(AsyncAPIResource):
299+
"""These endpoints all kick off tasks to create generations."""
300+
297301
@cached_property
298302
def with_raw_response(self) -> AsyncTextToImageResourceWithRawResponse:
299303
"""

src/runwayml/resources/text_to_speech.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030

3131

3232
class 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

99101
class AsyncTextToSpeechResource(AsyncAPIResource):
102+
"""These endpoints all kick off tasks to create generations."""
103+
100104
@cached_property
101105
def with_raw_response(self) -> AsyncTextToSpeechResourceWithRawResponse:
102106
"""

src/runwayml/resources/text_to_video.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030

3131

3232
class 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

250252
class AsyncTextToVideoResource(AsyncAPIResource):
253+
"""These endpoints all kick off tasks to create generations."""
254+
251255
@cached_property
252256
def with_raw_response(self) -> AsyncTextToVideoResourceWithRawResponse:
253257
"""

src/runwayml/resources/video_to_video.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131

3232

3333
class 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

121123
class AsyncVideoToVideoResource(AsyncAPIResource):
124+
"""These endpoints all kick off tasks to create generations."""
125+
122126
@cached_property
123127
def with_raw_response(self) -> AsyncVideoToVideoResourceWithRawResponse:
124128
"""

0 commit comments

Comments
 (0)