Skip to content

Commit 29df7b8

Browse files
zoyahavtf-transform-team
authored andcommitted
Re-generate docs in py3 mode
PiperOrigin-RevId: 275921018
1 parent 33810cd commit 29df7b8

11 files changed

Lines changed: 37 additions & 414 deletions

docs/api_docs/python/tft/TFTransformOutput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ A wrapper around the output of the tf.Transform.
4242
__init__(transform_output_dir)
4343
```
4444

45-
45+
Initialize self. See help(type(self)) for accurate signature.
4646

4747

4848

docs/api_docs/python/tft_beam/AnalyzeAndTransformDataset.md

Lines changed: 1 addition & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,9 @@
33
<meta itemprop="path" content="Stable" />
44
<meta itemprop="property" content="label"/>
55
<meta itemprop="property" content="__init__"/>
6-
<meta itemprop="property" content="__long__"/>
7-
<meta itemprop="property" content="__native__"/>
8-
<meta itemprop="property" content="__nonzero__"/>
96
<meta itemprop="property" content="__or__"/>
107
<meta itemprop="property" content="__ror__"/>
118
<meta itemprop="property" content="__rrshift__"/>
12-
<meta itemprop="property" content="__unicode__"/>
139
<meta itemprop="property" content="default_label"/>
1410
<meta itemprop="property" content="default_type_hints"/>
1511
<meta itemprop="property" content="display_data"/>
@@ -18,7 +14,6 @@
1814
<meta itemprop="property" content="get_type_hints"/>
1915
<meta itemprop="property" content="get_windowing"/>
2016
<meta itemprop="property" content="infer_output_type"/>
21-
<meta itemprop="property" content="next"/>
2217
<meta itemprop="property" content="register_urn"/>
2318
<meta itemprop="property" content="runner_api_requires_keyed_input"/>
2419
<meta itemprop="property" content="to_runner_api"/>
@@ -66,7 +61,7 @@ but may be more efficient since it avoids multiple passes over the data.
6661
__init__(preprocessing_fn)
6762
```
6863

69-
64+
Initialize self. See help(type(self)) for accurate signature.
7065

7166

7267

@@ -80,30 +75,6 @@ __init__(preprocessing_fn)
8075

8176
## Methods
8277

83-
<h3 id="__long__"><code>__long__</code></h3>
84-
85-
``` python
86-
__long__()
87-
```
88-
89-
90-
91-
<h3 id="__native__"><code>__native__</code></h3>
92-
93-
``` python
94-
__native__()
95-
```
96-
97-
Hook for the future.utils.native() function
98-
99-
<h3 id="__nonzero__"><code>__nonzero__</code></h3>
100-
101-
``` python
102-
__nonzero__()
103-
```
104-
105-
106-
10778
<h3 id="__or__"><code>__or__</code></h3>
10879

10980
``` python
@@ -131,14 +102,6 @@ __rrshift__(label)
131102

132103

133104

134-
<h3 id="__unicode__"><code>__unicode__</code></h3>
135-
136-
``` python
137-
__unicode__()
138-
```
139-
140-
141-
142105
<h3 id="default_label"><code>default_label</code></h3>
143106

144107
``` python
@@ -244,14 +207,6 @@ infer_output_type(unused_input_type)
244207

245208

246209

247-
<h3 id="next"><code>next</code></h3>
248-
249-
``` python
250-
next()
251-
```
252-
253-
254-
255210
<h3 id="register_urn"><code>register_urn</code></h3>
256211

257212
``` python

docs/api_docs/python/tft_beam/AnalyzeDataset.md

Lines changed: 15 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,9 @@
33
<meta itemprop="path" content="Stable" />
44
<meta itemprop="property" content="label"/>
55
<meta itemprop="property" content="__init__"/>
6-
<meta itemprop="property" content="__long__"/>
7-
<meta itemprop="property" content="__native__"/>
8-
<meta itemprop="property" content="__nonzero__"/>
96
<meta itemprop="property" content="__or__"/>
107
<meta itemprop="property" content="__ror__"/>
118
<meta itemprop="property" content="__rrshift__"/>
12-
<meta itemprop="property" content="__unicode__"/>
139
<meta itemprop="property" content="default_label"/>
1410
<meta itemprop="property" content="default_type_hints"/>
1511
<meta itemprop="property" content="display_data"/>
@@ -18,7 +14,6 @@
1814
<meta itemprop="property" content="get_type_hints"/>
1915
<meta itemprop="property" content="get_windowing"/>
2016
<meta itemprop="property" content="infer_output_type"/>
21-
<meta itemprop="property" content="next"/>
2217
<meta itemprop="property" content="register_urn"/>
2318
<meta itemprop="property" content="runner_api_requires_keyed_input"/>
2419
<meta itemprop="property" content="to_runner_api"/>
@@ -61,7 +56,7 @@ __init__(
6156
)
6257
```
6358

64-
59+
Initialize self. See help(type(self)) for accurate signature.
6560

6661

6762

@@ -75,30 +70,6 @@ __init__(
7570

7671
## Methods
7772

78-
<h3 id="__long__"><code>__long__</code></h3>
79-
80-
``` python
81-
__long__()
82-
```
83-
84-
85-
86-
<h3 id="__native__"><code>__native__</code></h3>
87-
88-
``` python
89-
__native__()
90-
```
91-
92-
Hook for the future.utils.native() function
93-
94-
<h3 id="__nonzero__"><code>__nonzero__</code></h3>
95-
96-
``` python
97-
__nonzero__()
98-
```
99-
100-
101-
10273
<h3 id="__or__"><code>__or__</code></h3>
10374

10475
``` python
@@ -126,14 +97,6 @@ __rrshift__(label)
12697

12798

12899

129-
<h3 id="__unicode__"><code>__unicode__</code></h3>
130-
131-
``` python
132-
__unicode__()
133-
```
134-
135-
136-
137100
<h3 id="default_label"><code>default_label</code></h3>
138101

139102
``` python
@@ -183,7 +146,21 @@ that has more display data that should be picked up. For example::
183146
expand(dataset)
184147
```
185148

149+
Analyze the dataset.
150+
151+
#### Args:
152+
153+
* <b>`dataset`</b>: A dataset.
154+
155+
156+
#### Returns:
157+
158+
A TransformFn containing the deferred transform function.
159+
186160

161+
#### Raises:
162+
163+
* <b>`ValueError`</b>: If preprocessing_fn has no outputs.
187164

188165
<h3 id="from_runner_api"><code>from_runner_api</code></h3>
189166

@@ -229,14 +206,6 @@ infer_output_type(unused_input_type)
229206

230207

231208

232-
<h3 id="next"><code>next</code></h3>
233-
234-
``` python
235-
next()
236-
```
237-
238-
239-
240209
<h3 id="register_urn"><code>register_urn</code></h3>
241210

242211
``` python

docs/api_docs/python/tft_beam/AnalyzeDatasetWithCache.md

Lines changed: 15 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,9 @@
33
<meta itemprop="path" content="Stable" />
44
<meta itemprop="property" content="label"/>
55
<meta itemprop="property" content="__init__"/>
6-
<meta itemprop="property" content="__long__"/>
7-
<meta itemprop="property" content="__native__"/>
8-
<meta itemprop="property" content="__nonzero__"/>
96
<meta itemprop="property" content="__or__"/>
107
<meta itemprop="property" content="__ror__"/>
118
<meta itemprop="property" content="__rrshift__"/>
12-
<meta itemprop="property" content="__unicode__"/>
139
<meta itemprop="property" content="default_label"/>
1410
<meta itemprop="property" content="default_type_hints"/>
1511
<meta itemprop="property" content="display_data"/>
@@ -18,7 +14,6 @@
1814
<meta itemprop="property" content="get_type_hints"/>
1915
<meta itemprop="property" content="get_windowing"/>
2016
<meta itemprop="property" content="infer_output_type"/>
21-
<meta itemprop="property" content="next"/>
2217
<meta itemprop="property" content="register_urn"/>
2318
<meta itemprop="property" content="runner_api_requires_keyed_input"/>
2419
<meta itemprop="property" content="to_runner_api"/>
@@ -62,7 +57,7 @@ __init__(
6257
)
6358
```
6459

65-
60+
Initialize self. See help(type(self)) for accurate signature.
6661

6762

6863

@@ -76,30 +71,6 @@ __init__(
7671

7772
## Methods
7873

79-
<h3 id="__long__"><code>__long__</code></h3>
80-
81-
``` python
82-
__long__()
83-
```
84-
85-
86-
87-
<h3 id="__native__"><code>__native__</code></h3>
88-
89-
``` python
90-
__native__()
91-
```
92-
93-
Hook for the future.utils.native() function
94-
95-
<h3 id="__nonzero__"><code>__nonzero__</code></h3>
96-
97-
``` python
98-
__nonzero__()
99-
```
100-
101-
102-
10374
<h3 id="__or__"><code>__or__</code></h3>
10475

10576
``` python
@@ -127,14 +98,6 @@ __rrshift__(label)
12798

12899

129100

130-
<h3 id="__unicode__"><code>__unicode__</code></h3>
131-
132-
``` python
133-
__unicode__()
134-
```
135-
136-
137-
138101
<h3 id="default_label"><code>default_label</code></h3>
139102

140103
``` python
@@ -184,7 +147,21 @@ that has more display data that should be picked up. For example::
184147
expand(dataset)
185148
```
186149

150+
Analyze the dataset.
151+
152+
#### Args:
153+
154+
* <b>`dataset`</b>: A dataset.
155+
156+
157+
#### Returns:
158+
159+
A TransformFn containing the deferred transform function.
160+
187161

162+
#### Raises:
163+
164+
* <b>`ValueError`</b>: If preprocessing_fn has no outputs.
188165

189166
<h3 id="from_runner_api"><code>from_runner_api</code></h3>
190167

@@ -230,14 +207,6 @@ infer_output_type(unused_input_type)
230207

231208

232209

233-
<h3 id="next"><code>next</code></h3>
234-
235-
``` python
236-
next()
237-
```
238-
239-
240-
241210
<h3 id="register_urn"><code>register_urn</code></h3>
242211

243212
``` python

docs/api_docs/python/tft_beam/Context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ __init__(
4747
)
4848
```
4949

50-
50+
Initialize self. See help(type(self)) for accurate signature.
5151

5252

5353

0 commit comments

Comments
 (0)