@@ -95,13 +95,16 @@ resources:
95
95
fields :
96
96
EndpointStatus :
97
97
is_read_only : true
98
- is_printable : true
98
+ print :
99
+ name : STATUS
99
100
from :
100
101
operation : DescribeEndpoint
101
102
path : EndpointStatus
102
103
FailureReason :
103
104
is_read_only : true
104
- is_printable : true
105
+ print :
106
+ name : FAILURE-REASON
107
+ priority : 1
105
108
from :
106
109
operation : DescribeEndpoint
107
110
path : FailureReason
@@ -159,14 +162,16 @@ resources:
159
162
template_path : training_job/sdk_delete_pre_build_request.go.tpl
160
163
fields :
161
164
TrainingJobStatus :
162
- is_read_only : true
163
- is_printable : true
164
- from :
165
- operation : DescribeTrainingJob
166
- path : TrainingJobStatus
165
+ is_read_only : true
166
+ print :
167
+ name : STATUS
168
+ from :
169
+ operation : DescribeTrainingJob
170
+ path : TrainingJobStatus
167
171
SecondaryStatus :
168
172
is_read_only : true
169
- is_printable : true
173
+ print :
174
+ name : SECONDARY-STATUS
170
175
from :
171
176
operation : DescribeTrainingJob
172
177
path : SecondaryStatus
@@ -177,7 +182,9 @@ resources:
177
182
path : DebugRuleEvaluationStatuses
178
183
FailureReason :
179
184
is_read_only : true
180
- is_printable : true
185
+ print :
186
+ name : FAILURE-REASON
187
+ priority : 1
181
188
from :
182
189
operation : DescribeTrainingJob
183
190
path : FailureReason
@@ -213,13 +220,16 @@ resources:
213
220
fields :
214
221
ProcessingJobStatus :
215
222
is_read_only : true
216
- is_printable : true
223
+ print :
224
+ name : STATUS
217
225
from :
218
226
operation : DescribeProcessingJob
219
227
path : ProcessingJobStatus
220
228
FailureReason :
221
229
is_read_only : true
222
- is_printable : true
230
+ print :
231
+ name : FAILURE-REASON
232
+ priority : 1
223
233
from :
224
234
operation : DescribeProcessingJob
225
235
path : FailureReason
@@ -254,14 +264,17 @@ resources:
254
264
code : rm.customSetOutput(r, resp.TransformJobStatus, ko)
255
265
fields :
256
266
TransformJobStatus :
257
- is_read_only : true
258
- is_printable : true
259
- from :
260
- operation : DescribeTransformJob
261
- path : TransformJobStatus
267
+ is_read_only : true
268
+ print :
269
+ name : STATUS
270
+ from :
271
+ operation : DescribeTransformJob
272
+ path : TransformJobStatus
262
273
FailureReason :
263
274
is_read_only : true
264
- is_printable : true
275
+ print :
276
+ name : FAILURE-REASON
277
+ priority : 1
265
278
from :
266
279
operation : DescribeTransformJob
267
280
path : FailureReason
@@ -296,13 +309,16 @@ resources:
296
309
fields :
297
310
HyperParameterTuningJobStatus :
298
311
is_read_only : true
299
- is_printable : true
312
+ print :
313
+ name : STATUS
300
314
from :
301
315
operation : DescribeHyperParameterTuningJob
302
316
path : HyperParameterTuningJobStatus
303
317
FailureReason :
304
318
is_read_only : true
305
- is_printable : true
319
+ print :
320
+ name : FAILURE-REASON
321
+ priority : 1
306
322
from :
307
323
operation : DescribeHyperParameterTuningJob
308
324
path : FailureReason
@@ -441,13 +457,16 @@ resources:
441
457
fields :
442
458
MonitoringScheduleStatus :
443
459
is_read_only : true
444
- is_printable : true
460
+ print :
461
+ name : STATUS
445
462
from :
446
463
operation : DescribeMonitoringSchedule
447
464
path : MonitoringScheduleStatus
448
465
FailureReason :
449
466
is_read_only : true
450
- is_printable : true
467
+ print :
468
+ name : FAILURE-REASON
469
+ priority : 1
451
470
from :
452
471
operation : DescribeMonitoringSchedule
453
472
path : FailureReason
0 commit comments