aws-sdk-sagemakergeospatial 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2322 @@
1
+ # frozen_string_literal: true
2
+
3
+ # WARNING ABOUT GENERATED CODE
4
+ #
5
+ # This file is generated. See the contributing guide for more information:
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
+ #
8
+ # WARNING ABOUT GENERATED CODE
9
+
10
+ module Aws::SageMakerGeospatial
11
+ module Types
12
+
13
+ # You do not have sufficient access to perform this action.
14
+ #
15
+ # @!attribute [rw] message
16
+ # @return [String]
17
+ #
18
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/AccessDeniedException AWS API Documentation
19
+ #
20
+ class AccessDeniedException < Struct.new(
21
+ :message)
22
+ SENSITIVE = []
23
+ include Aws::Structure
24
+ end
25
+
26
+ # @!attribute [rw] area_of_interest_geometry
27
+ # @return [Types::AreaOfInterestGeometry]
28
+ #
29
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/AreaOfInterest AWS API Documentation
30
+ #
31
+ class AreaOfInterest < Struct.new(
32
+ :area_of_interest_geometry,
33
+ :unknown)
34
+ SENSITIVE = []
35
+ include Aws::Structure
36
+ include Aws::Structure::Union
37
+
38
+ class AreaOfInterestGeometry < AreaOfInterest; end
39
+ class Unknown < AreaOfInterest; end
40
+ end
41
+
42
+ # @!attribute [rw] multi_polygon_geometry
43
+ # @return [Types::MultiPolygonGeometryInput]
44
+ #
45
+ # @!attribute [rw] polygon_geometry
46
+ # @return [Types::PolygonGeometryInput]
47
+ #
48
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/AreaOfInterestGeometry AWS API Documentation
49
+ #
50
+ class AreaOfInterestGeometry < Struct.new(
51
+ :multi_polygon_geometry,
52
+ :polygon_geometry,
53
+ :unknown)
54
+ SENSITIVE = []
55
+ include Aws::Structure
56
+ include Aws::Structure::Union
57
+
58
+ class MultiPolygonGeometry < AreaOfInterestGeometry; end
59
+ class PolygonGeometry < AreaOfInterestGeometry; end
60
+ class Unknown < AreaOfInterestGeometry; end
61
+ end
62
+
63
+ # @!attribute [rw] href
64
+ # @return [String]
65
+ #
66
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/AssetValue AWS API Documentation
67
+ #
68
+ class AssetValue < Struct.new(
69
+ :href)
70
+ SENSITIVE = []
71
+ include Aws::Structure
72
+ end
73
+
74
+ # @!attribute [rw] custom_indices
75
+ # @return [Types::CustomIndicesInput]
76
+ #
77
+ # @!attribute [rw] predefined_indices
78
+ # @return [Array<String>]
79
+ #
80
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/BandMathConfigInput AWS API Documentation
81
+ #
82
+ class BandMathConfigInput < Struct.new(
83
+ :custom_indices,
84
+ :predefined_indices)
85
+ SENSITIVE = []
86
+ include Aws::Structure
87
+ end
88
+
89
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/CloudMaskingConfigInput AWS API Documentation
90
+ #
91
+ class CloudMaskingConfigInput < Aws::EmptyStructure; end
92
+
93
+ # @!attribute [rw] algorithm_name
94
+ # The name of the algorithm used for cloud removal.
95
+ # @return [String]
96
+ #
97
+ # @!attribute [rw] interpolation_value
98
+ # The interpolation value you provide for cloud removal.
99
+ # @return [String]
100
+ #
101
+ # @!attribute [rw] target_bands
102
+ # @return [Array<String>]
103
+ #
104
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/CloudRemovalConfigInput AWS API Documentation
105
+ #
106
+ class CloudRemovalConfigInput < Struct.new(
107
+ :algorithm_name,
108
+ :interpolation_value,
109
+ :target_bands)
110
+ SENSITIVE = []
111
+ include Aws::Structure
112
+ end
113
+
114
+ # @!attribute [rw] message
115
+ # @return [String]
116
+ #
117
+ # @!attribute [rw] resource_id
118
+ # @return [String]
119
+ #
120
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ConflictException AWS API Documentation
121
+ #
122
+ class ConflictException < Struct.new(
123
+ :message,
124
+ :resource_id)
125
+ SENSITIVE = []
126
+ include Aws::Structure
127
+ end
128
+
129
+ # @!attribute [rw] operations
130
+ # @return [Array<Types::Operation>]
131
+ #
132
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/CustomIndicesInput AWS API Documentation
133
+ #
134
+ class CustomIndicesInput < Struct.new(
135
+ :operations)
136
+ SENSITIVE = []
137
+ include Aws::Structure
138
+ end
139
+
140
+ # @!attribute [rw] arn
141
+ # The Amazon Resource Name (ARN) of the Earth Observation job being
142
+ # deleted.
143
+ # @return [String]
144
+ #
145
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/DeleteEarthObservationJobInput AWS API Documentation
146
+ #
147
+ class DeleteEarthObservationJobInput < Struct.new(
148
+ :arn)
149
+ SENSITIVE = []
150
+ include Aws::Structure
151
+ end
152
+
153
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/DeleteEarthObservationJobOutput AWS API Documentation
154
+ #
155
+ class DeleteEarthObservationJobOutput < Aws::EmptyStructure; end
156
+
157
+ # @!attribute [rw] arn
158
+ # The Amazon Resource Name (ARN) of the Vector Enrichment job being
159
+ # deleted.
160
+ # @return [String]
161
+ #
162
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/DeleteVectorEnrichmentJobInput AWS API Documentation
163
+ #
164
+ class DeleteVectorEnrichmentJobInput < Struct.new(
165
+ :arn)
166
+ SENSITIVE = []
167
+ include Aws::Structure
168
+ end
169
+
170
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/DeleteVectorEnrichmentJobOutput AWS API Documentation
171
+ #
172
+ class DeleteVectorEnrichmentJobOutput < Aws::EmptyStructure; end
173
+
174
+ # The structure representing the errors in an EarthObservationJob.
175
+ #
176
+ # @!attribute [rw] message
177
+ # @return [String]
178
+ #
179
+ # @!attribute [rw] type
180
+ # @return [String]
181
+ #
182
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/EarthObservationJobErrorDetails AWS API Documentation
183
+ #
184
+ class EarthObservationJobErrorDetails < Struct.new(
185
+ :message,
186
+ :type)
187
+ SENSITIVE = []
188
+ include Aws::Structure
189
+ end
190
+
191
+ # @!attribute [rw] lower_bound
192
+ # @return [Float]
193
+ #
194
+ # @!attribute [rw] upper_bound
195
+ # @return [Float]
196
+ #
197
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/EoCloudCoverInput AWS API Documentation
198
+ #
199
+ class EoCloudCoverInput < Struct.new(
200
+ :lower_bound,
201
+ :upper_bound)
202
+ SENSITIVE = []
203
+ include Aws::Structure
204
+ end
205
+
206
+ # @!attribute [rw] s3_data
207
+ # @return [Types::S3DataInput]
208
+ #
209
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/EojDataSourceConfigInput AWS API Documentation
210
+ #
211
+ class EojDataSourceConfigInput < Struct.new(
212
+ :s3_data,
213
+ :unknown)
214
+ SENSITIVE = []
215
+ include Aws::Structure
216
+ include Aws::Structure::Union
217
+
218
+ class S3Data < EojDataSourceConfigInput; end
219
+ class Unknown < EojDataSourceConfigInput; end
220
+ end
221
+
222
+ # @!attribute [rw] arn
223
+ # The input Amazon Resource Name (ARN) of the Earth Observation job
224
+ # being exported.
225
+ # @return [String]
226
+ #
227
+ # @!attribute [rw] execution_role_arn
228
+ # The Amazon Resource Name (ARN) of the IAM role that you specified
229
+ # for the job.
230
+ # @return [String]
231
+ #
232
+ # @!attribute [rw] export_source_images
233
+ # The source images provided to the Earth Observation job being
234
+ # exported.
235
+ # @return [Boolean]
236
+ #
237
+ # @!attribute [rw] output_config
238
+ # An object containing information about the output file.
239
+ # @return [Types::OutputConfigInput]
240
+ #
241
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ExportEarthObservationJobInput AWS API Documentation
242
+ #
243
+ class ExportEarthObservationJobInput < Struct.new(
244
+ :arn,
245
+ :execution_role_arn,
246
+ :export_source_images,
247
+ :output_config)
248
+ SENSITIVE = []
249
+ include Aws::Structure
250
+ end
251
+
252
+ # @!attribute [rw] arn
253
+ # The output Amazon Resource Name (ARN) of the Earth Observation job
254
+ # being exported.
255
+ # @return [String]
256
+ #
257
+ # @!attribute [rw] creation_time
258
+ # The creation time.
259
+ # @return [Time]
260
+ #
261
+ # @!attribute [rw] execution_role_arn
262
+ # The Amazon Resource Name (ARN) of the IAM role that you specified
263
+ # for the job.
264
+ # @return [String]
265
+ #
266
+ # @!attribute [rw] export_source_images
267
+ # The source images provided to the Earth Observation job being
268
+ # exported.
269
+ # @return [Boolean]
270
+ #
271
+ # @!attribute [rw] export_status
272
+ # The status of the results of the Earth Observation job being
273
+ # exported.
274
+ # @return [String]
275
+ #
276
+ # @!attribute [rw] output_config
277
+ # An object containing information about the output file.
278
+ # @return [Types::OutputConfigInput]
279
+ #
280
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ExportEarthObservationJobOutput AWS API Documentation
281
+ #
282
+ class ExportEarthObservationJobOutput < Struct.new(
283
+ :arn,
284
+ :creation_time,
285
+ :execution_role_arn,
286
+ :export_source_images,
287
+ :export_status,
288
+ :output_config)
289
+ SENSITIVE = []
290
+ include Aws::Structure
291
+ end
292
+
293
+ # The structure for returning the export error details in a
294
+ # GetEarthObservationJob.
295
+ #
296
+ # @!attribute [rw] export_results
297
+ # @return [Types::ExportErrorDetailsOutput]
298
+ #
299
+ # @!attribute [rw] export_source_images
300
+ # @return [Types::ExportErrorDetailsOutput]
301
+ #
302
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ExportErrorDetails AWS API Documentation
303
+ #
304
+ class ExportErrorDetails < Struct.new(
305
+ :export_results,
306
+ :export_source_images)
307
+ SENSITIVE = []
308
+ include Aws::Structure
309
+ end
310
+
311
+ # @!attribute [rw] message
312
+ # @return [String]
313
+ #
314
+ # @!attribute [rw] type
315
+ # @return [String]
316
+ #
317
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ExportErrorDetailsOutput AWS API Documentation
318
+ #
319
+ class ExportErrorDetailsOutput < Struct.new(
320
+ :message,
321
+ :type)
322
+ SENSITIVE = []
323
+ include Aws::Structure
324
+ end
325
+
326
+ # @!attribute [rw] kms_key_id
327
+ # The Amazon Key Management Service (KMS) key ID for server-side
328
+ # encryption.
329
+ # @return [String]
330
+ #
331
+ # @!attribute [rw] s3_uri
332
+ # The URL to the Amazon S3 data input.
333
+ # @return [String]
334
+ #
335
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ExportS3DataInput AWS API Documentation
336
+ #
337
+ class ExportS3DataInput < Struct.new(
338
+ :kms_key_id,
339
+ :s3_uri)
340
+ SENSITIVE = []
341
+ include Aws::Structure
342
+ end
343
+
344
+ # @!attribute [rw] arn
345
+ # The Amazon Resource Name (ARN) of the Vector Enrichment job.
346
+ # @return [String]
347
+ #
348
+ # @!attribute [rw] execution_role_arn
349
+ # The Amazon Resource Name (ARN) of the IAM rolewith permission to
350
+ # upload to the location in OutputConfig.
351
+ # @return [String]
352
+ #
353
+ # @!attribute [rw] output_config
354
+ # Output location information for exporting Vector Enrichment Job
355
+ # results.
356
+ # @return [Types::ExportVectorEnrichmentJobOutputConfig]
357
+ #
358
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ExportVectorEnrichmentJobInput AWS API Documentation
359
+ #
360
+ class ExportVectorEnrichmentJobInput < Struct.new(
361
+ :arn,
362
+ :execution_role_arn,
363
+ :output_config)
364
+ SENSITIVE = []
365
+ include Aws::Structure
366
+ end
367
+
368
+ # @!attribute [rw] arn
369
+ # The Amazon Resource Name (ARN) of the Vector Enrichment job being
370
+ # exported.
371
+ # @return [String]
372
+ #
373
+ # @!attribute [rw] creation_time
374
+ # The creation time.
375
+ # @return [Time]
376
+ #
377
+ # @!attribute [rw] execution_role_arn
378
+ # The Amazon Resource Name (ARN) of the IAM role with permission to
379
+ # upload to the location in OutputConfig.
380
+ # @return [String]
381
+ #
382
+ # @!attribute [rw] export_status
383
+ # The status of the results the Vector Enrichment job being exported.
384
+ # @return [String]
385
+ #
386
+ # @!attribute [rw] output_config
387
+ # Output location information for exporting Vector Enrichment Job
388
+ # results.
389
+ # @return [Types::ExportVectorEnrichmentJobOutputConfig]
390
+ #
391
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ExportVectorEnrichmentJobOutput AWS API Documentation
392
+ #
393
+ class ExportVectorEnrichmentJobOutput < Struct.new(
394
+ :arn,
395
+ :creation_time,
396
+ :execution_role_arn,
397
+ :export_status,
398
+ :output_config)
399
+ SENSITIVE = []
400
+ include Aws::Structure
401
+ end
402
+
403
+ # An object containing information about the output file.
404
+ #
405
+ # @!attribute [rw] s3_data
406
+ # @return [Types::VectorEnrichmentJobS3Data]
407
+ #
408
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ExportVectorEnrichmentJobOutputConfig AWS API Documentation
409
+ #
410
+ class ExportVectorEnrichmentJobOutputConfig < Struct.new(
411
+ :s3_data)
412
+ SENSITIVE = []
413
+ include Aws::Structure
414
+ end
415
+
416
+ # The structure representing the filters supported by a
417
+ # RasterDataCollection.
418
+ #
419
+ # @!attribute [rw] maximum
420
+ # The maximum value of the filter.
421
+ # @return [Float]
422
+ #
423
+ # @!attribute [rw] minimum
424
+ # The minimum value of the filter.
425
+ # @return [Float]
426
+ #
427
+ # @!attribute [rw] name
428
+ # The name of the filter.
429
+ # @return [String]
430
+ #
431
+ # @!attribute [rw] type
432
+ # The type of the filter being used.
433
+ # @return [String]
434
+ #
435
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/Filter AWS API Documentation
436
+ #
437
+ class Filter < Struct.new(
438
+ :maximum,
439
+ :minimum,
440
+ :name,
441
+ :type)
442
+ SENSITIVE = []
443
+ include Aws::Structure
444
+ end
445
+
446
+ # Input configuration information for the geomosaic.
447
+ #
448
+ # @!attribute [rw] algorithm_name
449
+ # The name of the algorithm being used for geomosaic.
450
+ # @return [String]
451
+ #
452
+ # @!attribute [rw] target_bands
453
+ # The target bands for geomosaic.
454
+ # @return [Array<String>]
455
+ #
456
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/GeoMosaicConfigInput AWS API Documentation
457
+ #
458
+ class GeoMosaicConfigInput < Struct.new(
459
+ :algorithm_name,
460
+ :target_bands)
461
+ SENSITIVE = []
462
+ include Aws::Structure
463
+ end
464
+
465
+ # @!attribute [rw] coordinates
466
+ # @return [Array<Array<Array<Float>>>]
467
+ #
468
+ # @!attribute [rw] type
469
+ # @return [String]
470
+ #
471
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/Geometry AWS API Documentation
472
+ #
473
+ class Geometry < Struct.new(
474
+ :coordinates,
475
+ :type)
476
+ SENSITIVE = []
477
+ include Aws::Structure
478
+ end
479
+
480
+ # @!attribute [rw] arn
481
+ # The Amazon Resource Name (ARN) of the Earth Observation job.
482
+ # @return [String]
483
+ #
484
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/GetEarthObservationJobInput AWS API Documentation
485
+ #
486
+ class GetEarthObservationJobInput < Struct.new(
487
+ :arn)
488
+ SENSITIVE = []
489
+ include Aws::Structure
490
+ end
491
+
492
+ # @!attribute [rw] arn
493
+ # The Amazon Resource Name (ARN) of the Earth Observation job.
494
+ # @return [String]
495
+ #
496
+ # @!attribute [rw] creation_time
497
+ # The creation time of the initiated Earth Observation job.
498
+ # @return [Time]
499
+ #
500
+ # @!attribute [rw] duration_in_seconds
501
+ # The duration of Earth Observation job, in seconds.
502
+ # @return [Integer]
503
+ #
504
+ # @!attribute [rw] error_details
505
+ # Details about the errors generated during the Earth Observation job.
506
+ # @return [Types::EarthObservationJobErrorDetails]
507
+ #
508
+ # @!attribute [rw] execution_role_arn
509
+ # The Amazon Resource Name (ARN) of the IAM role that you specified
510
+ # for the job.
511
+ # @return [String]
512
+ #
513
+ # @!attribute [rw] export_error_details
514
+ # Details about the errors generated during ExportEarthObservationJob.
515
+ # @return [Types::ExportErrorDetails]
516
+ #
517
+ # @!attribute [rw] export_status
518
+ # The status of the Earth Observation job.
519
+ # @return [String]
520
+ #
521
+ # @!attribute [rw] input_config
522
+ # Input data for the Earth Observation job.
523
+ # @return [Types::InputConfigOutput]
524
+ #
525
+ # @!attribute [rw] job_config
526
+ # An object containing information about the job configuration.
527
+ # @return [Types::JobConfigInput]
528
+ #
529
+ # @!attribute [rw] kms_key_id
530
+ # The Amazon Key Management Service (KMS) key ID for server-side
531
+ # encryption.
532
+ # @return [String]
533
+ #
534
+ # @!attribute [rw] name
535
+ # The name of the Earth Observation job.
536
+ # @return [String]
537
+ #
538
+ # @!attribute [rw] output_bands
539
+ # @return [Array<Types::OutputBand>]
540
+ #
541
+ # @!attribute [rw] status
542
+ # The status of a previously initiated Earth Observation job.
543
+ # @return [String]
544
+ #
545
+ # @!attribute [rw] tags
546
+ # Each tag consists of a key and a value.
547
+ # @return [Hash<String,String>]
548
+ #
549
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/GetEarthObservationJobOutput AWS API Documentation
550
+ #
551
+ class GetEarthObservationJobOutput < Struct.new(
552
+ :arn,
553
+ :creation_time,
554
+ :duration_in_seconds,
555
+ :error_details,
556
+ :execution_role_arn,
557
+ :export_error_details,
558
+ :export_status,
559
+ :input_config,
560
+ :job_config,
561
+ :kms_key_id,
562
+ :name,
563
+ :output_bands,
564
+ :status,
565
+ :tags)
566
+ SENSITIVE = []
567
+ include Aws::Structure
568
+ end
569
+
570
+ # @!attribute [rw] arn
571
+ # The Amazon Resource Name (ARN) of the raster data collection.
572
+ # @return [String]
573
+ #
574
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/GetRasterDataCollectionInput AWS API Documentation
575
+ #
576
+ class GetRasterDataCollectionInput < Struct.new(
577
+ :arn)
578
+ SENSITIVE = []
579
+ include Aws::Structure
580
+ end
581
+
582
+ # @!attribute [rw] arn
583
+ # The Amazon Resource Name (ARN) of the raster data collection.
584
+ # @return [String]
585
+ #
586
+ # @!attribute [rw] description
587
+ # A description of the raster data collection.
588
+ # @return [String]
589
+ #
590
+ # @!attribute [rw] description_page_url
591
+ # The URL of the description page.
592
+ # @return [String]
593
+ #
594
+ # @!attribute [rw] image_source_bands
595
+ # @return [Array<String>]
596
+ #
597
+ # @!attribute [rw] name
598
+ # The name of the raster data collection.
599
+ # @return [String]
600
+ #
601
+ # @!attribute [rw] supported_filters
602
+ # The filters supported by the raster data collection.
603
+ # @return [Array<Types::Filter>]
604
+ #
605
+ # @!attribute [rw] tags
606
+ # Each tag consists of a key and a value.
607
+ # @return [Hash<String,String>]
608
+ #
609
+ # @!attribute [rw] type
610
+ # The raster data collection type.
611
+ # @return [String]
612
+ #
613
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/GetRasterDataCollectionOutput AWS API Documentation
614
+ #
615
+ class GetRasterDataCollectionOutput < Struct.new(
616
+ :arn,
617
+ :description,
618
+ :description_page_url,
619
+ :image_source_bands,
620
+ :name,
621
+ :supported_filters,
622
+ :tags,
623
+ :type)
624
+ SENSITIVE = []
625
+ include Aws::Structure
626
+ end
627
+
628
+ # @!attribute [rw] arn
629
+ # The Amazon Resource Name (ARN) of the tile operation.
630
+ # @return [String]
631
+ #
632
+ # @!attribute [rw] image_assets
633
+ # The particular assets or bands to tile.
634
+ # @return [Array<String>]
635
+ #
636
+ # @!attribute [rw] image_mask
637
+ # Determines whether or not to return a valid data mask.
638
+ # @return [Boolean]
639
+ #
640
+ # @!attribute [rw] output_data_type
641
+ # The output data type of the tile operation.
642
+ # @return [String]
643
+ #
644
+ # @!attribute [rw] output_format
645
+ # The data format of the output tile. The formats include .npy, .png
646
+ # and .jpg.
647
+ # @return [String]
648
+ #
649
+ # @!attribute [rw] property_filters
650
+ # Property filters for the imagery to tile.
651
+ # @return [String]
652
+ #
653
+ # @!attribute [rw] target
654
+ # Determines what part of the Earth Observation job to tile. 'INPUT'
655
+ # or 'OUTPUT' are the valid options.
656
+ # @return [String]
657
+ #
658
+ # @!attribute [rw] time_range_filter
659
+ # Time range filter applied to imagery to find the images to tile.
660
+ # @return [String]
661
+ #
662
+ # @!attribute [rw] x
663
+ # The x coordinate of the tile input.
664
+ # @return [Integer]
665
+ #
666
+ # @!attribute [rw] y
667
+ # The y coordinate of the tile input.
668
+ # @return [Integer]
669
+ #
670
+ # @!attribute [rw] z
671
+ # The z coordinate of the tile input.
672
+ # @return [Integer]
673
+ #
674
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/GetTileInput AWS API Documentation
675
+ #
676
+ class GetTileInput < Struct.new(
677
+ :arn,
678
+ :image_assets,
679
+ :image_mask,
680
+ :output_data_type,
681
+ :output_format,
682
+ :property_filters,
683
+ :target,
684
+ :time_range_filter,
685
+ :x,
686
+ :y,
687
+ :z)
688
+ SENSITIVE = []
689
+ include Aws::Structure
690
+ end
691
+
692
+ # @!attribute [rw] binary_file
693
+ # The output binary file.
694
+ # @return [IO]
695
+ #
696
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/GetTileOutput AWS API Documentation
697
+ #
698
+ class GetTileOutput < Struct.new(
699
+ :binary_file)
700
+ SENSITIVE = []
701
+ include Aws::Structure
702
+ end
703
+
704
+ # @!attribute [rw] arn
705
+ # The Amazon Resource Name (ARN) of the Vector Enrichment job.
706
+ # @return [String]
707
+ #
708
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/GetVectorEnrichmentJobInput AWS API Documentation
709
+ #
710
+ class GetVectorEnrichmentJobInput < Struct.new(
711
+ :arn)
712
+ SENSITIVE = []
713
+ include Aws::Structure
714
+ end
715
+
716
+ # @!attribute [rw] arn
717
+ # The Amazon Resource Name (ARN) of the Vector Enrichment job.
718
+ # @return [String]
719
+ #
720
+ # @!attribute [rw] creation_time
721
+ # The creation time.
722
+ # @return [Time]
723
+ #
724
+ # @!attribute [rw] duration_in_seconds
725
+ # The duration of the Vector Enrichment job, in seconds.
726
+ # @return [Integer]
727
+ #
728
+ # @!attribute [rw] error_details
729
+ # Details about the errors generated during the Vector Enrichment job.
730
+ # @return [Types::VectorEnrichmentJobErrorDetails]
731
+ #
732
+ # @!attribute [rw] execution_role_arn
733
+ # The Amazon Resource Name (ARN) of the IAM role that you specified
734
+ # for the job.
735
+ # @return [String]
736
+ #
737
+ # @!attribute [rw] export_error_details
738
+ # Details about the errors generated during the
739
+ # ExportVectorEnrichmentJob.
740
+ # @return [Types::VectorEnrichmentJobExportErrorDetails]
741
+ #
742
+ # @!attribute [rw] export_status
743
+ # The export status of the Vector Enrichment job being initiated.
744
+ # @return [String]
745
+ #
746
+ # @!attribute [rw] input_config
747
+ # Input configuration information for the Vector Enrichment job.
748
+ # @return [Types::VectorEnrichmentJobInputConfig]
749
+ #
750
+ # @!attribute [rw] job_config
751
+ # An object containing information about the job configuration.
752
+ # @return [Types::VectorEnrichmentJobConfig]
753
+ #
754
+ # @!attribute [rw] kms_key_id
755
+ # The Amazon Key Management Service (KMS) key ID for server-side
756
+ # encryption.
757
+ # @return [String]
758
+ #
759
+ # @!attribute [rw] name
760
+ # The name of the Vector Enrichment job.
761
+ # @return [String]
762
+ #
763
+ # @!attribute [rw] status
764
+ # The status of the initiated Vector Enrichment job.
765
+ # @return [String]
766
+ #
767
+ # @!attribute [rw] tags
768
+ # Each tag consists of a key and a value.
769
+ # @return [Hash<String,String>]
770
+ #
771
+ # @!attribute [rw] type
772
+ # The type of the Vector Enrichment job being initiated.
773
+ # @return [String]
774
+ #
775
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/GetVectorEnrichmentJobOutput AWS API Documentation
776
+ #
777
+ class GetVectorEnrichmentJobOutput < Struct.new(
778
+ :arn,
779
+ :creation_time,
780
+ :duration_in_seconds,
781
+ :error_details,
782
+ :execution_role_arn,
783
+ :export_error_details,
784
+ :export_status,
785
+ :input_config,
786
+ :job_config,
787
+ :kms_key_id,
788
+ :name,
789
+ :status,
790
+ :tags,
791
+ :type)
792
+ SENSITIVE = []
793
+ include Aws::Structure
794
+ end
795
+
796
+ # Input configuration information.
797
+ #
798
+ # @!attribute [rw] data_source_config
799
+ # The location of the input data.&gt;
800
+ # @return [Types::EojDataSourceConfigInput]
801
+ #
802
+ # @!attribute [rw] previous_earth_observation_job_arn
803
+ # The Amazon Resource Name (ARN) of the previous Earth Observation
804
+ # job.
805
+ # @return [String]
806
+ #
807
+ # @!attribute [rw] raster_data_collection_query
808
+ # @return [Types::RasterDataCollectionQueryInput]
809
+ #
810
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/InputConfigInput AWS API Documentation
811
+ #
812
+ class InputConfigInput < Struct.new(
813
+ :data_source_config,
814
+ :previous_earth_observation_job_arn,
815
+ :raster_data_collection_query)
816
+ SENSITIVE = []
817
+ include Aws::Structure
818
+ end
819
+
820
+ # The InputConfig for an EarthObservationJob response.
821
+ #
822
+ # @!attribute [rw] data_source_config
823
+ # The location of the input data.
824
+ # @return [Types::EojDataSourceConfigInput]
825
+ #
826
+ # @!attribute [rw] previous_earth_observation_job_arn
827
+ # The Amazon Resource Name (ARN) of the previous Earth Observation
828
+ # job.
829
+ # @return [String]
830
+ #
831
+ # @!attribute [rw] raster_data_collection_query
832
+ # @return [Types::RasterDataCollectionQueryOutput]
833
+ #
834
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/InputConfigOutput AWS API Documentation
835
+ #
836
+ class InputConfigOutput < Struct.new(
837
+ :data_source_config,
838
+ :previous_earth_observation_job_arn,
839
+ :raster_data_collection_query)
840
+ SENSITIVE = []
841
+ include Aws::Structure
842
+ end
843
+
844
+ # The request processing has failed because of an unknown error,
845
+ # exception, or failure.
846
+ #
847
+ # @!attribute [rw] message
848
+ # @return [String]
849
+ #
850
+ # @!attribute [rw] resource_id
851
+ # @return [String]
852
+ #
853
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/InternalServerException AWS API Documentation
854
+ #
855
+ class InternalServerException < Struct.new(
856
+ :message,
857
+ :resource_id)
858
+ SENSITIVE = []
859
+ include Aws::Structure
860
+ end
861
+
862
+ # Structure representing the items in the response for
863
+ # SearchRasterDataCollection.
864
+ #
865
+ # @!attribute [rw] assets
866
+ # @return [Hash<String,Types::AssetValue>]
867
+ #
868
+ # @!attribute [rw] date_time
869
+ # @return [Time]
870
+ #
871
+ # @!attribute [rw] geometry
872
+ # @return [Types::Geometry]
873
+ #
874
+ # @!attribute [rw] id
875
+ # A unique Id for the source item.
876
+ # @return [String]
877
+ #
878
+ # @!attribute [rw] properties
879
+ # @return [Types::Properties]
880
+ #
881
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ItemSource AWS API Documentation
882
+ #
883
+ class ItemSource < Struct.new(
884
+ :assets,
885
+ :date_time,
886
+ :geometry,
887
+ :id,
888
+ :properties)
889
+ SENSITIVE = []
890
+ include Aws::Structure
891
+ end
892
+
893
+ # The input structure for the JobConfig in an EarthObservationJob.
894
+ #
895
+ # @!attribute [rw] band_math_config
896
+ # @return [Types::BandMathConfigInput]
897
+ #
898
+ # @!attribute [rw] cloud_masking_config
899
+ # An object containing information about the job configuration for
900
+ # cloud masking.
901
+ # @return [Types::CloudMaskingConfigInput]
902
+ #
903
+ # @!attribute [rw] cloud_removal_config
904
+ # An object containing information about the job configuration for
905
+ # cloud removal.
906
+ # @return [Types::CloudRemovalConfigInput]
907
+ #
908
+ # @!attribute [rw] geo_mosaic_config
909
+ # An object containing information about the job configuration for
910
+ # geomosaic.
911
+ # @return [Types::GeoMosaicConfigInput]
912
+ #
913
+ # @!attribute [rw] land_cover_segmentation_config
914
+ # An object containing information about the job configuration for
915
+ # land cover segmentation.
916
+ # @return [Types::LandCoverSegmentationConfigInput]
917
+ #
918
+ # @!attribute [rw] resampling_config
919
+ # An object containing information about the job configuration for
920
+ # resampling.
921
+ # @return [Types::ResamplingConfigInput]
922
+ #
923
+ # @!attribute [rw] stack_config
924
+ # @return [Types::StackConfigInput]
925
+ #
926
+ # @!attribute [rw] temporal_statistics_config
927
+ # An object containing information about the job configuration for
928
+ # temporal statistics.
929
+ # @return [Types::TemporalStatisticsConfigInput]
930
+ #
931
+ # @!attribute [rw] zonal_statistics_config
932
+ # An object containing information about the job configuration for
933
+ # zonal statistics.
934
+ # @return [Types::ZonalStatisticsConfigInput]
935
+ #
936
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/JobConfigInput AWS API Documentation
937
+ #
938
+ class JobConfigInput < Struct.new(
939
+ :band_math_config,
940
+ :cloud_masking_config,
941
+ :cloud_removal_config,
942
+ :geo_mosaic_config,
943
+ :land_cover_segmentation_config,
944
+ :resampling_config,
945
+ :stack_config,
946
+ :temporal_statistics_config,
947
+ :zonal_statistics_config,
948
+ :unknown)
949
+ SENSITIVE = []
950
+ include Aws::Structure
951
+ include Aws::Structure::Union
952
+
953
+ class BandMathConfig < JobConfigInput; end
954
+ class CloudMaskingConfig < JobConfigInput; end
955
+ class CloudRemovalConfig < JobConfigInput; end
956
+ class GeoMosaicConfig < JobConfigInput; end
957
+ class LandCoverSegmentationConfig < JobConfigInput; end
958
+ class ResamplingConfig < JobConfigInput; end
959
+ class StackConfig < JobConfigInput; end
960
+ class TemporalStatisticsConfig < JobConfigInput; end
961
+ class ZonalStatisticsConfig < JobConfigInput; end
962
+ class Unknown < JobConfigInput; end
963
+ end
964
+
965
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/LandCoverSegmentationConfigInput AWS API Documentation
966
+ #
967
+ class LandCoverSegmentationConfigInput < Aws::EmptyStructure; end
968
+
969
+ # @!attribute [rw] lower_bound
970
+ # @return [Float]
971
+ #
972
+ # @!attribute [rw] upper_bound
973
+ # @return [Float]
974
+ #
975
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/LandsatCloudCoverLandInput AWS API Documentation
976
+ #
977
+ class LandsatCloudCoverLandInput < Struct.new(
978
+ :lower_bound,
979
+ :upper_bound)
980
+ SENSITIVE = []
981
+ include Aws::Structure
982
+ end
983
+
984
+ # @!attribute [rw] max_results
985
+ # The total number of items to return.
986
+ # @return [Integer]
987
+ #
988
+ # @!attribute [rw] next_token
989
+ # If the previous response was truncated, you receive this token. Use
990
+ # it in your next request to receive the next set of results.
991
+ # @return [String]
992
+ #
993
+ # @!attribute [rw] sort_by
994
+ # The parameter by which to sort the results.
995
+ # @return [String]
996
+ #
997
+ # @!attribute [rw] sort_order
998
+ # An optional value that specifies whether you want the results sorted
999
+ # in `Ascending` or `Descending` order.
1000
+ # @return [String]
1001
+ #
1002
+ # @!attribute [rw] status_equals
1003
+ # A filter that retrieves only jobs with a specific status.
1004
+ # @return [String]
1005
+ #
1006
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ListEarthObservationJobInput AWS API Documentation
1007
+ #
1008
+ class ListEarthObservationJobInput < Struct.new(
1009
+ :max_results,
1010
+ :next_token,
1011
+ :sort_by,
1012
+ :sort_order,
1013
+ :status_equals)
1014
+ SENSITIVE = [:next_token]
1015
+ include Aws::Structure
1016
+ end
1017
+
1018
+ # @!attribute [rw] earth_observation_job_summaries
1019
+ # Contains summary information about the Earth Observation jobs.
1020
+ # @return [Array<Types::ListEarthObservationJobOutputConfig>]
1021
+ #
1022
+ # @!attribute [rw] next_token
1023
+ # If the previous response was truncated, you receive this token. Use
1024
+ # it in your next request to receive the next set of results.
1025
+ # @return [String]
1026
+ #
1027
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ListEarthObservationJobOutput AWS API Documentation
1028
+ #
1029
+ class ListEarthObservationJobOutput < Struct.new(
1030
+ :earth_observation_job_summaries,
1031
+ :next_token)
1032
+ SENSITIVE = [:next_token]
1033
+ include Aws::Structure
1034
+ end
1035
+
1036
+ # An object containing information about the output file.
1037
+ #
1038
+ # @!attribute [rw] arn
1039
+ # The Amazon Resource Name (ARN) of the list of the Earth Observation
1040
+ # jobs.
1041
+ # @return [String]
1042
+ #
1043
+ # @!attribute [rw] creation_time
1044
+ # The creation time.
1045
+ # @return [Time]
1046
+ #
1047
+ # @!attribute [rw] duration_in_seconds
1048
+ # The duration of the session, in seconds.
1049
+ # @return [Integer]
1050
+ #
1051
+ # @!attribute [rw] name
1052
+ # The names of the Earth Observation jobs in the list.
1053
+ # @return [String]
1054
+ #
1055
+ # @!attribute [rw] operation_type
1056
+ # @return [String]
1057
+ #
1058
+ # @!attribute [rw] status
1059
+ # The status of the list of the Earth Observation jobs.
1060
+ # @return [String]
1061
+ #
1062
+ # @!attribute [rw] tags
1063
+ # Each tag consists of a key and a value.
1064
+ # @return [Hash<String,String>]
1065
+ #
1066
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ListEarthObservationJobOutputConfig AWS API Documentation
1067
+ #
1068
+ class ListEarthObservationJobOutputConfig < Struct.new(
1069
+ :arn,
1070
+ :creation_time,
1071
+ :duration_in_seconds,
1072
+ :name,
1073
+ :operation_type,
1074
+ :status,
1075
+ :tags)
1076
+ SENSITIVE = []
1077
+ include Aws::Structure
1078
+ end
1079
+
1080
+ # @!attribute [rw] max_results
1081
+ # The total number of items to return.
1082
+ # @return [Integer]
1083
+ #
1084
+ # @!attribute [rw] next_token
1085
+ # If the previous response was truncated, you receive this token. Use
1086
+ # it in your next request to receive the next set of results.
1087
+ # @return [String]
1088
+ #
1089
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ListRasterDataCollectionsInput AWS API Documentation
1090
+ #
1091
+ class ListRasterDataCollectionsInput < Struct.new(
1092
+ :max_results,
1093
+ :next_token)
1094
+ SENSITIVE = [:next_token]
1095
+ include Aws::Structure
1096
+ end
1097
+
1098
+ # @!attribute [rw] next_token
1099
+ # If the previous response was truncated, you receive this token. Use
1100
+ # it in your next request to receive the next set of results.
1101
+ # @return [String]
1102
+ #
1103
+ # @!attribute [rw] raster_data_collection_summaries
1104
+ # Contains summary information about the raster data collection.
1105
+ # @return [Array<Types::RasterDataCollectionMetadata>]
1106
+ #
1107
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ListRasterDataCollectionsOutput AWS API Documentation
1108
+ #
1109
+ class ListRasterDataCollectionsOutput < Struct.new(
1110
+ :next_token,
1111
+ :raster_data_collection_summaries)
1112
+ SENSITIVE = [:next_token]
1113
+ include Aws::Structure
1114
+ end
1115
+
1116
+ # @!attribute [rw] resource_arn
1117
+ # The Amazon Resource Name (ARN) of the resource you want to tag.
1118
+ # @return [String]
1119
+ #
1120
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ListTagsForResourceRequest AWS API Documentation
1121
+ #
1122
+ class ListTagsForResourceRequest < Struct.new(
1123
+ :resource_arn)
1124
+ SENSITIVE = []
1125
+ include Aws::Structure
1126
+ end
1127
+
1128
+ # @!attribute [rw] tags
1129
+ # Each tag consists of a key and a value.
1130
+ # @return [Hash<String,String>]
1131
+ #
1132
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ListTagsForResourceResponse AWS API Documentation
1133
+ #
1134
+ class ListTagsForResourceResponse < Struct.new(
1135
+ :tags)
1136
+ SENSITIVE = []
1137
+ include Aws::Structure
1138
+ end
1139
+
1140
+ # @!attribute [rw] max_results
1141
+ # The maximum number of items to return.
1142
+ # @return [Integer]
1143
+ #
1144
+ # @!attribute [rw] next_token
1145
+ # If the previous response was truncated, you receive this token. Use
1146
+ # it in your next request to receive the next set of results.
1147
+ # @return [String]
1148
+ #
1149
+ # @!attribute [rw] sort_by
1150
+ # The parameter by which to sort the results.
1151
+ # @return [String]
1152
+ #
1153
+ # @!attribute [rw] sort_order
1154
+ # An optional value that specifies whether you want the results sorted
1155
+ # in `Ascending` or `Descending` order.
1156
+ # @return [String]
1157
+ #
1158
+ # @!attribute [rw] status_equals
1159
+ # A filter that retrieves only jobs with a specific status.
1160
+ # @return [String]
1161
+ #
1162
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ListVectorEnrichmentJobInput AWS API Documentation
1163
+ #
1164
+ class ListVectorEnrichmentJobInput < Struct.new(
1165
+ :max_results,
1166
+ :next_token,
1167
+ :sort_by,
1168
+ :sort_order,
1169
+ :status_equals)
1170
+ SENSITIVE = [:next_token]
1171
+ include Aws::Structure
1172
+ end
1173
+
1174
+ # @!attribute [rw] next_token
1175
+ # If the previous response was truncated, you receive this token. Use
1176
+ # it in your next request to receive the next set of results.
1177
+ # @return [String]
1178
+ #
1179
+ # @!attribute [rw] vector_enrichment_job_summaries
1180
+ # Contains summary information about the Vector Enrichment jobs.
1181
+ # @return [Array<Types::ListVectorEnrichmentJobOutputConfig>]
1182
+ #
1183
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ListVectorEnrichmentJobOutput AWS API Documentation
1184
+ #
1185
+ class ListVectorEnrichmentJobOutput < Struct.new(
1186
+ :next_token,
1187
+ :vector_enrichment_job_summaries)
1188
+ SENSITIVE = [:next_token]
1189
+ include Aws::Structure
1190
+ end
1191
+
1192
+ # An object containing information about the output file.
1193
+ #
1194
+ # @!attribute [rw] arn
1195
+ # The Amazon Resource Name (ARN) of the list of the Vector Enrichment
1196
+ # jobs.
1197
+ # @return [String]
1198
+ #
1199
+ # @!attribute [rw] creation_time
1200
+ # The creation time.
1201
+ # @return [Time]
1202
+ #
1203
+ # @!attribute [rw] duration_in_seconds
1204
+ # The duration of the session, in seconds.
1205
+ # @return [Integer]
1206
+ #
1207
+ # @!attribute [rw] name
1208
+ # The names of the Vector Enrichment jobs in the list.
1209
+ # @return [String]
1210
+ #
1211
+ # @!attribute [rw] status
1212
+ # The status of the Vector Enrichment jobs list.
1213
+ # @return [String]
1214
+ #
1215
+ # @!attribute [rw] tags
1216
+ # Each tag consists of a key and a value.
1217
+ # @return [Hash<String,String>]
1218
+ #
1219
+ # @!attribute [rw] type
1220
+ # The type of the list of Vector Enrichment jobs.
1221
+ # @return [String]
1222
+ #
1223
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ListVectorEnrichmentJobOutputConfig AWS API Documentation
1224
+ #
1225
+ class ListVectorEnrichmentJobOutputConfig < Struct.new(
1226
+ :arn,
1227
+ :creation_time,
1228
+ :duration_in_seconds,
1229
+ :name,
1230
+ :status,
1231
+ :tags,
1232
+ :type)
1233
+ SENSITIVE = []
1234
+ include Aws::Structure
1235
+ end
1236
+
1237
+ # @!attribute [rw] id_attribute_name
1238
+ # @return [String]
1239
+ #
1240
+ # @!attribute [rw] timestamp_attribute_name
1241
+ # The name of the timestamp attribute.
1242
+ # @return [String]
1243
+ #
1244
+ # @!attribute [rw] x_attribute_name
1245
+ # The name of the X-attribute
1246
+ # @return [String]
1247
+ #
1248
+ # @!attribute [rw] y_attribute_name
1249
+ # The name of the Y-attribute
1250
+ # @return [String]
1251
+ #
1252
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/MapMatchingConfig AWS API Documentation
1253
+ #
1254
+ class MapMatchingConfig < Struct.new(
1255
+ :id_attribute_name,
1256
+ :timestamp_attribute_name,
1257
+ :x_attribute_name,
1258
+ :y_attribute_name)
1259
+ SENSITIVE = []
1260
+ include Aws::Structure
1261
+ end
1262
+
1263
+ # @!attribute [rw] coordinates
1264
+ # The coordinates of the multipolygon geometry.
1265
+ # @return [Array<Array<Array<Array<Float>>>>]
1266
+ #
1267
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/MultiPolygonGeometryInput AWS API Documentation
1268
+ #
1269
+ class MultiPolygonGeometryInput < Struct.new(
1270
+ :coordinates)
1271
+ SENSITIVE = []
1272
+ include Aws::Structure
1273
+ end
1274
+
1275
+ # @!attribute [rw] equation
1276
+ # @return [String]
1277
+ #
1278
+ # @!attribute [rw] name
1279
+ # The name of the operation.
1280
+ # @return [String]
1281
+ #
1282
+ # @!attribute [rw] output_type
1283
+ # The type of the operation.
1284
+ # @return [String]
1285
+ #
1286
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/Operation AWS API Documentation
1287
+ #
1288
+ class Operation < Struct.new(
1289
+ :equation,
1290
+ :name,
1291
+ :output_type)
1292
+ SENSITIVE = []
1293
+ include Aws::Structure
1294
+ end
1295
+
1296
+ # A single EarthObservationJob output band.
1297
+ #
1298
+ # @!attribute [rw] band_name
1299
+ # The name of the band.
1300
+ # @return [String]
1301
+ #
1302
+ # @!attribute [rw] output_data_type
1303
+ # The datatype of the output band.
1304
+ # @return [String]
1305
+ #
1306
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/OutputBand AWS API Documentation
1307
+ #
1308
+ class OutputBand < Struct.new(
1309
+ :band_name,
1310
+ :output_data_type)
1311
+ SENSITIVE = []
1312
+ include Aws::Structure
1313
+ end
1314
+
1315
+ # The response structure for an OutputConfig returned by an
1316
+ # ExportEarthObservationJob.
1317
+ #
1318
+ # @!attribute [rw] s3_data
1319
+ # Path to Amazon S3 storage location for the output configuration
1320
+ # file.
1321
+ # @return [Types::ExportS3DataInput]
1322
+ #
1323
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/OutputConfigInput AWS API Documentation
1324
+ #
1325
+ class OutputConfigInput < Struct.new(
1326
+ :s3_data)
1327
+ SENSITIVE = []
1328
+ include Aws::Structure
1329
+ end
1330
+
1331
+ # @!attribute [rw] user_defined
1332
+ # @return [Types::UserDefined]
1333
+ #
1334
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/OutputResolutionResamplingInput AWS API Documentation
1335
+ #
1336
+ class OutputResolutionResamplingInput < Struct.new(
1337
+ :user_defined)
1338
+ SENSITIVE = []
1339
+ include Aws::Structure
1340
+ end
1341
+
1342
+ # @!attribute [rw] predefined
1343
+ # @return [String]
1344
+ #
1345
+ # @!attribute [rw] user_defined
1346
+ # @return [Types::UserDefined]
1347
+ #
1348
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/OutputResolutionStackInput AWS API Documentation
1349
+ #
1350
+ class OutputResolutionStackInput < Struct.new(
1351
+ :predefined,
1352
+ :user_defined)
1353
+ SENSITIVE = []
1354
+ include Aws::Structure
1355
+ end
1356
+
1357
+ # @!attribute [rw] comparison_operator
1358
+ # @return [String]
1359
+ #
1360
+ # @!attribute [rw] value
1361
+ # The value of the platform.
1362
+ # @return [String]
1363
+ #
1364
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/PlatformInput AWS API Documentation
1365
+ #
1366
+ class PlatformInput < Struct.new(
1367
+ :comparison_operator,
1368
+ :value)
1369
+ SENSITIVE = []
1370
+ include Aws::Structure
1371
+ end
1372
+
1373
+ # @!attribute [rw] coordinates
1374
+ # @return [Array<Array<Array<Float>>>]
1375
+ #
1376
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/PolygonGeometryInput AWS API Documentation
1377
+ #
1378
+ class PolygonGeometryInput < Struct.new(
1379
+ :coordinates)
1380
+ SENSITIVE = []
1381
+ include Aws::Structure
1382
+ end
1383
+
1384
+ # @!attribute [rw] eo_cloud_cover
1385
+ # @return [Float]
1386
+ #
1387
+ # @!attribute [rw] landsat_cloud_cover_land
1388
+ # @return [Float]
1389
+ #
1390
+ # @!attribute [rw] platform
1391
+ # @return [String]
1392
+ #
1393
+ # @!attribute [rw] view_off_nadir
1394
+ # @return [Float]
1395
+ #
1396
+ # @!attribute [rw] view_sun_azimuth
1397
+ # @return [Float]
1398
+ #
1399
+ # @!attribute [rw] view_sun_elevation
1400
+ # @return [Float]
1401
+ #
1402
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/Properties AWS API Documentation
1403
+ #
1404
+ class Properties < Struct.new(
1405
+ :eo_cloud_cover,
1406
+ :landsat_cloud_cover_land,
1407
+ :platform,
1408
+ :view_off_nadir,
1409
+ :view_sun_azimuth,
1410
+ :view_sun_elevation)
1411
+ SENSITIVE = []
1412
+ include Aws::Structure
1413
+ end
1414
+
1415
+ # @!attribute [rw] eo_cloud_cover
1416
+ # @return [Types::EoCloudCoverInput]
1417
+ #
1418
+ # @!attribute [rw] landsat_cloud_cover_land
1419
+ # @return [Types::LandsatCloudCoverLandInput]
1420
+ #
1421
+ # @!attribute [rw] platform
1422
+ # @return [Types::PlatformInput]
1423
+ #
1424
+ # @!attribute [rw] view_off_nadir
1425
+ # @return [Types::ViewOffNadirInput]
1426
+ #
1427
+ # @!attribute [rw] view_sun_azimuth
1428
+ # @return [Types::ViewSunAzimuthInput]
1429
+ #
1430
+ # @!attribute [rw] view_sun_elevation
1431
+ # @return [Types::ViewSunElevationInput]
1432
+ #
1433
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/Property AWS API Documentation
1434
+ #
1435
+ class Property < Struct.new(
1436
+ :eo_cloud_cover,
1437
+ :landsat_cloud_cover_land,
1438
+ :platform,
1439
+ :view_off_nadir,
1440
+ :view_sun_azimuth,
1441
+ :view_sun_elevation,
1442
+ :unknown)
1443
+ SENSITIVE = []
1444
+ include Aws::Structure
1445
+ include Aws::Structure::Union
1446
+
1447
+ class EoCloudCover < Property; end
1448
+ class LandsatCloudCoverLand < Property; end
1449
+ class Platform < Property; end
1450
+ class ViewOffNadir < Property; end
1451
+ class ViewSunAzimuth < Property; end
1452
+ class ViewSunElevation < Property; end
1453
+ class Unknown < Property; end
1454
+ end
1455
+
1456
+ # @!attribute [rw] property
1457
+ # @return [Types::Property]
1458
+ #
1459
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/PropertyFilter AWS API Documentation
1460
+ #
1461
+ class PropertyFilter < Struct.new(
1462
+ :property)
1463
+ SENSITIVE = []
1464
+ include Aws::Structure
1465
+ end
1466
+
1467
+ # @!attribute [rw] logical_operator
1468
+ # @return [String]
1469
+ #
1470
+ # @!attribute [rw] properties
1471
+ # @return [Array<Types::PropertyFilter>]
1472
+ #
1473
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/PropertyFilters AWS API Documentation
1474
+ #
1475
+ class PropertyFilters < Struct.new(
1476
+ :logical_operator,
1477
+ :properties)
1478
+ SENSITIVE = []
1479
+ include Aws::Structure
1480
+ end
1481
+
1482
+ # Response object containing details for a specific
1483
+ # RasterDataCollection.
1484
+ #
1485
+ # @!attribute [rw] arn
1486
+ # The Amazon Resource Name (ARN) of the raster data collection.
1487
+ # @return [String]
1488
+ #
1489
+ # @!attribute [rw] description
1490
+ # A description of the raster data collection.
1491
+ # @return [String]
1492
+ #
1493
+ # @!attribute [rw] description_page_url
1494
+ # The description URL of the raster data collection.
1495
+ # @return [String]
1496
+ #
1497
+ # @!attribute [rw] name
1498
+ # The name of the raster data collection.
1499
+ # @return [String]
1500
+ #
1501
+ # @!attribute [rw] supported_filters
1502
+ # @return [Array<Types::Filter>]
1503
+ #
1504
+ # @!attribute [rw] tags
1505
+ # Each tag consists of a key and a value.
1506
+ # @return [Hash<String,String>]
1507
+ #
1508
+ # @!attribute [rw] type
1509
+ # The type of raster data collection.
1510
+ # @return [String]
1511
+ #
1512
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/RasterDataCollectionMetadata AWS API Documentation
1513
+ #
1514
+ class RasterDataCollectionMetadata < Struct.new(
1515
+ :arn,
1516
+ :description,
1517
+ :description_page_url,
1518
+ :name,
1519
+ :supported_filters,
1520
+ :tags,
1521
+ :type)
1522
+ SENSITIVE = []
1523
+ include Aws::Structure
1524
+ end
1525
+
1526
+ # @!attribute [rw] area_of_interest
1527
+ # The area of interest being queried for the raster data collection.
1528
+ # @return [Types::AreaOfInterest]
1529
+ #
1530
+ # @!attribute [rw] property_filters
1531
+ # @return [Types::PropertyFilters]
1532
+ #
1533
+ # @!attribute [rw] raster_data_collection_arn
1534
+ # The Amazon Resource Name (ARN) of the raster data collection.
1535
+ # @return [String]
1536
+ #
1537
+ # @!attribute [rw] time_range_filter
1538
+ # @return [Types::TimeRangeFilterInput]
1539
+ #
1540
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/RasterDataCollectionQueryInput AWS API Documentation
1541
+ #
1542
+ class RasterDataCollectionQueryInput < Struct.new(
1543
+ :area_of_interest,
1544
+ :property_filters,
1545
+ :raster_data_collection_arn,
1546
+ :time_range_filter)
1547
+ SENSITIVE = [:time_range_filter]
1548
+ include Aws::Structure
1549
+ end
1550
+
1551
+ # @!attribute [rw] area_of_interest
1552
+ # @return [Types::AreaOfInterest]
1553
+ #
1554
+ # @!attribute [rw] property_filters
1555
+ # @return [Types::PropertyFilters]
1556
+ #
1557
+ # @!attribute [rw] raster_data_collection_arn
1558
+ # @return [String]
1559
+ #
1560
+ # @!attribute [rw] raster_data_collection_name
1561
+ # The name of the raster data collection.
1562
+ # @return [String]
1563
+ #
1564
+ # @!attribute [rw] time_range_filter
1565
+ # @return [Types::TimeRangeFilterInput]
1566
+ #
1567
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/RasterDataCollectionQueryOutput AWS API Documentation
1568
+ #
1569
+ class RasterDataCollectionQueryOutput < Struct.new(
1570
+ :area_of_interest,
1571
+ :property_filters,
1572
+ :raster_data_collection_arn,
1573
+ :raster_data_collection_name,
1574
+ :time_range_filter)
1575
+ SENSITIVE = [:time_range_filter]
1576
+ include Aws::Structure
1577
+ end
1578
+
1579
+ # This is a RasterDataCollectionQueryInput containing AreaOfInterest,
1580
+ # Time Range filter and Property filters.
1581
+ #
1582
+ # @!attribute [rw] area_of_interest
1583
+ # @return [Types::AreaOfInterest]
1584
+ #
1585
+ # @!attribute [rw] band_filter
1586
+ # @return [Array<String>]
1587
+ #
1588
+ # @!attribute [rw] property_filters
1589
+ # @return [Types::PropertyFilters]
1590
+ #
1591
+ # @!attribute [rw] time_range_filter
1592
+ # @return [Types::TimeRangeFilterInput]
1593
+ #
1594
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/RasterDataCollectionQueryWithBandFilterInput AWS API Documentation
1595
+ #
1596
+ class RasterDataCollectionQueryWithBandFilterInput < Struct.new(
1597
+ :area_of_interest,
1598
+ :band_filter,
1599
+ :property_filters,
1600
+ :time_range_filter)
1601
+ SENSITIVE = [:time_range_filter]
1602
+ include Aws::Structure
1603
+ end
1604
+
1605
+ # @!attribute [rw] algorithm_name
1606
+ # The name of the algorithm used for resampling.
1607
+ # @return [String]
1608
+ #
1609
+ # @!attribute [rw] output_resolution
1610
+ # @return [Types::OutputResolutionResamplingInput]
1611
+ #
1612
+ # @!attribute [rw] target_bands
1613
+ # @return [Array<String>]
1614
+ #
1615
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ResamplingConfigInput AWS API Documentation
1616
+ #
1617
+ class ResamplingConfigInput < Struct.new(
1618
+ :algorithm_name,
1619
+ :output_resolution,
1620
+ :target_bands)
1621
+ SENSITIVE = []
1622
+ include Aws::Structure
1623
+ end
1624
+
1625
+ # @!attribute [rw] message
1626
+ # @return [String]
1627
+ #
1628
+ # @!attribute [rw] resource_id
1629
+ # @return [String]
1630
+ #
1631
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ResourceNotFoundException AWS API Documentation
1632
+ #
1633
+ class ResourceNotFoundException < Struct.new(
1634
+ :message,
1635
+ :resource_id)
1636
+ SENSITIVE = []
1637
+ include Aws::Structure
1638
+ end
1639
+
1640
+ # @!attribute [rw] x_attribute_name
1641
+ # @return [String]
1642
+ #
1643
+ # @!attribute [rw] y_attribute_name
1644
+ # @return [String]
1645
+ #
1646
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ReverseGeocodingConfig AWS API Documentation
1647
+ #
1648
+ class ReverseGeocodingConfig < Struct.new(
1649
+ :x_attribute_name,
1650
+ :y_attribute_name)
1651
+ SENSITIVE = []
1652
+ include Aws::Structure
1653
+ end
1654
+
1655
+ # Path to Amazon S3 storage location for input data.
1656
+ #
1657
+ # @!attribute [rw] kms_key_id
1658
+ # The Amazon Key Management Service (KMS) key ID for server-side
1659
+ # encryption.
1660
+ # @return [String]
1661
+ #
1662
+ # @!attribute [rw] metadata_provider
1663
+ # @return [String]
1664
+ #
1665
+ # @!attribute [rw] s3_uri
1666
+ # The URL to the Amazon S3 input.
1667
+ # @return [String]
1668
+ #
1669
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/S3DataInput AWS API Documentation
1670
+ #
1671
+ class S3DataInput < Struct.new(
1672
+ :kms_key_id,
1673
+ :metadata_provider,
1674
+ :s3_uri)
1675
+ SENSITIVE = []
1676
+ include Aws::Structure
1677
+ end
1678
+
1679
+ # @!attribute [rw] arn
1680
+ # The Amazon Resource Name (ARN) of the raster data collection.
1681
+ # @return [String]
1682
+ #
1683
+ # @!attribute [rw] next_token
1684
+ # If the previous response was truncated, you receive this token. Use
1685
+ # it in your next request to receive the next set of results.
1686
+ # @return [String]
1687
+ #
1688
+ # @!attribute [rw] raster_data_collection_query
1689
+ # @return [Types::RasterDataCollectionQueryWithBandFilterInput]
1690
+ #
1691
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/SearchRasterDataCollectionInput AWS API Documentation
1692
+ #
1693
+ class SearchRasterDataCollectionInput < Struct.new(
1694
+ :arn,
1695
+ :next_token,
1696
+ :raster_data_collection_query)
1697
+ SENSITIVE = [:next_token]
1698
+ include Aws::Structure
1699
+ end
1700
+
1701
+ # @!attribute [rw] approximate_result_count
1702
+ # @return [Integer]
1703
+ #
1704
+ # @!attribute [rw] items
1705
+ # @return [Array<Types::ItemSource>]
1706
+ #
1707
+ # @!attribute [rw] next_token
1708
+ # If the previous response was truncated, you receive this token. Use
1709
+ # it in your next request to receive the next set of results.
1710
+ # @return [String]
1711
+ #
1712
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/SearchRasterDataCollectionOutput AWS API Documentation
1713
+ #
1714
+ class SearchRasterDataCollectionOutput < Struct.new(
1715
+ :approximate_result_count,
1716
+ :items,
1717
+ :next_token)
1718
+ SENSITIVE = [:next_token]
1719
+ include Aws::Structure
1720
+ end
1721
+
1722
+ # You have exceeded the service quota.
1723
+ #
1724
+ # @!attribute [rw] message
1725
+ # @return [String]
1726
+ #
1727
+ # @!attribute [rw] resource_id
1728
+ # @return [String]
1729
+ #
1730
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ServiceQuotaExceededException AWS API Documentation
1731
+ #
1732
+ class ServiceQuotaExceededException < Struct.new(
1733
+ :message,
1734
+ :resource_id)
1735
+ SENSITIVE = []
1736
+ include Aws::Structure
1737
+ end
1738
+
1739
+ # @!attribute [rw] output_resolution
1740
+ # @return [Types::OutputResolutionStackInput]
1741
+ #
1742
+ # @!attribute [rw] target_bands
1743
+ # @return [Array<String>]
1744
+ #
1745
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/StackConfigInput AWS API Documentation
1746
+ #
1747
+ class StackConfigInput < Struct.new(
1748
+ :output_resolution,
1749
+ :target_bands)
1750
+ SENSITIVE = []
1751
+ include Aws::Structure
1752
+ end
1753
+
1754
+ # @!attribute [rw] client_token
1755
+ # A unique token that guarantees that the call to this API is
1756
+ # idempotent.
1757
+ #
1758
+ # **A suitable default value is auto-generated.** You should normally
1759
+ # not need to pass this option.
1760
+ # @return [String]
1761
+ #
1762
+ # @!attribute [rw] execution_role_arn
1763
+ # The Amazon Resource Name (ARN) of the IAM role that you specified
1764
+ # for the job.
1765
+ # @return [String]
1766
+ #
1767
+ # @!attribute [rw] input_config
1768
+ # Input configuration information for the Earth Observation job.
1769
+ # @return [Types::InputConfigInput]
1770
+ #
1771
+ # @!attribute [rw] job_config
1772
+ # An object containing information about the job configuration.
1773
+ # @return [Types::JobConfigInput]
1774
+ #
1775
+ # @!attribute [rw] kms_key_id
1776
+ # The Amazon Key Management Service (KMS) key ID for server-side
1777
+ # encryption.
1778
+ # @return [String]
1779
+ #
1780
+ # @!attribute [rw] name
1781
+ # The name of the Earth Observation job.
1782
+ # @return [String]
1783
+ #
1784
+ # @!attribute [rw] tags
1785
+ # Each tag consists of a key and a value.
1786
+ # @return [Hash<String,String>]
1787
+ #
1788
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/StartEarthObservationJobInput AWS API Documentation
1789
+ #
1790
+ class StartEarthObservationJobInput < Struct.new(
1791
+ :client_token,
1792
+ :execution_role_arn,
1793
+ :input_config,
1794
+ :job_config,
1795
+ :kms_key_id,
1796
+ :name,
1797
+ :tags)
1798
+ SENSITIVE = []
1799
+ include Aws::Structure
1800
+ end
1801
+
1802
+ # @!attribute [rw] arn
1803
+ # The Amazon Resource Name (ARN) of the Earth Observation job.
1804
+ # @return [String]
1805
+ #
1806
+ # @!attribute [rw] creation_time
1807
+ # The creation time.
1808
+ # @return [Time]
1809
+ #
1810
+ # @!attribute [rw] duration_in_seconds
1811
+ # The duration of the session, in seconds.
1812
+ # @return [Integer]
1813
+ #
1814
+ # @!attribute [rw] execution_role_arn
1815
+ # The Amazon Resource Name (ARN) of the IAM role that you specified
1816
+ # for the job.
1817
+ # @return [String]
1818
+ #
1819
+ # @!attribute [rw] input_config
1820
+ # Input configuration information for the Earth Observation job.
1821
+ # @return [Types::InputConfigOutput]
1822
+ #
1823
+ # @!attribute [rw] job_config
1824
+ # An object containing information about the job configuration.
1825
+ # @return [Types::JobConfigInput]
1826
+ #
1827
+ # @!attribute [rw] kms_key_id
1828
+ # The Amazon Key Management Service (KMS) key ID for server-side
1829
+ # encryption.
1830
+ # @return [String]
1831
+ #
1832
+ # @!attribute [rw] name
1833
+ # The name of the Earth Observation job.
1834
+ # @return [String]
1835
+ #
1836
+ # @!attribute [rw] status
1837
+ # The status of the Earth Observation job.
1838
+ # @return [String]
1839
+ #
1840
+ # @!attribute [rw] tags
1841
+ # Each tag consists of a key and a value.
1842
+ # @return [Hash<String,String>]
1843
+ #
1844
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/StartEarthObservationJobOutput AWS API Documentation
1845
+ #
1846
+ class StartEarthObservationJobOutput < Struct.new(
1847
+ :arn,
1848
+ :creation_time,
1849
+ :duration_in_seconds,
1850
+ :execution_role_arn,
1851
+ :input_config,
1852
+ :job_config,
1853
+ :kms_key_id,
1854
+ :name,
1855
+ :status,
1856
+ :tags)
1857
+ SENSITIVE = []
1858
+ include Aws::Structure
1859
+ end
1860
+
1861
+ # @!attribute [rw] client_token
1862
+ # A unique token that guarantees that the call to this API is
1863
+ # idempotent.
1864
+ #
1865
+ # **A suitable default value is auto-generated.** You should normally
1866
+ # not need to pass this option.
1867
+ # @return [String]
1868
+ #
1869
+ # @!attribute [rw] execution_role_arn
1870
+ # The Amazon Resource Name (ARN) of the IAM role that you specified
1871
+ # for the job.
1872
+ # @return [String]
1873
+ #
1874
+ # @!attribute [rw] input_config
1875
+ # Input configuration information for the Vector Enrichment job.
1876
+ # @return [Types::VectorEnrichmentJobInputConfig]
1877
+ #
1878
+ # @!attribute [rw] job_config
1879
+ # An object containing information about the job configuration.
1880
+ # @return [Types::VectorEnrichmentJobConfig]
1881
+ #
1882
+ # @!attribute [rw] kms_key_id
1883
+ # The Amazon Key Management Service (KMS) key ID for server-side
1884
+ # encryption.
1885
+ # @return [String]
1886
+ #
1887
+ # @!attribute [rw] name
1888
+ # The name of the Vector Enrichment job.
1889
+ # @return [String]
1890
+ #
1891
+ # @!attribute [rw] tags
1892
+ # Each tag consists of a key and a value.
1893
+ # @return [Hash<String,String>]
1894
+ #
1895
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/StartVectorEnrichmentJobInput AWS API Documentation
1896
+ #
1897
+ class StartVectorEnrichmentJobInput < Struct.new(
1898
+ :client_token,
1899
+ :execution_role_arn,
1900
+ :input_config,
1901
+ :job_config,
1902
+ :kms_key_id,
1903
+ :name,
1904
+ :tags)
1905
+ SENSITIVE = []
1906
+ include Aws::Structure
1907
+ end
1908
+
1909
+ # @!attribute [rw] arn
1910
+ # The Amazon Resource Name (ARN) of the Vector Enrichment job.
1911
+ # @return [String]
1912
+ #
1913
+ # @!attribute [rw] creation_time
1914
+ # The creation time.
1915
+ # @return [Time]
1916
+ #
1917
+ # @!attribute [rw] duration_in_seconds
1918
+ # The duration of the Vector Enrichment job, in seconds.
1919
+ # @return [Integer]
1920
+ #
1921
+ # @!attribute [rw] execution_role_arn
1922
+ # The Amazon Resource Name (ARN) of the IAM role that you specified
1923
+ # for the job.
1924
+ # @return [String]
1925
+ #
1926
+ # @!attribute [rw] input_config
1927
+ # Input configuration information for starting the Vector Enrichment
1928
+ # job.
1929
+ # @return [Types::VectorEnrichmentJobInputConfig]
1930
+ #
1931
+ # @!attribute [rw] job_config
1932
+ # An object containing information about the job configuration.
1933
+ # @return [Types::VectorEnrichmentJobConfig]
1934
+ #
1935
+ # @!attribute [rw] kms_key_id
1936
+ # The Amazon Key Management Service (KMS) key ID for server-side
1937
+ # encryption.
1938
+ # @return [String]
1939
+ #
1940
+ # @!attribute [rw] name
1941
+ # The name of the Vector Enrichment job.
1942
+ # @return [String]
1943
+ #
1944
+ # @!attribute [rw] status
1945
+ # The status of the Vector Enrichment job being started.
1946
+ # @return [String]
1947
+ #
1948
+ # @!attribute [rw] tags
1949
+ # Each tag consists of a key and a value.
1950
+ # @return [Hash<String,String>]
1951
+ #
1952
+ # @!attribute [rw] type
1953
+ # The type of the Vector Enrichment job.
1954
+ # @return [String]
1955
+ #
1956
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/StartVectorEnrichmentJobOutput AWS API Documentation
1957
+ #
1958
+ class StartVectorEnrichmentJobOutput < Struct.new(
1959
+ :arn,
1960
+ :creation_time,
1961
+ :duration_in_seconds,
1962
+ :execution_role_arn,
1963
+ :input_config,
1964
+ :job_config,
1965
+ :kms_key_id,
1966
+ :name,
1967
+ :status,
1968
+ :tags,
1969
+ :type)
1970
+ SENSITIVE = []
1971
+ include Aws::Structure
1972
+ end
1973
+
1974
+ # @!attribute [rw] arn
1975
+ # The Amazon Resource Name (ARN) of the Earth Observation job being
1976
+ # stopped.
1977
+ # @return [String]
1978
+ #
1979
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/StopEarthObservationJobInput AWS API Documentation
1980
+ #
1981
+ class StopEarthObservationJobInput < Struct.new(
1982
+ :arn)
1983
+ SENSITIVE = []
1984
+ include Aws::Structure
1985
+ end
1986
+
1987
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/StopEarthObservationJobOutput AWS API Documentation
1988
+ #
1989
+ class StopEarthObservationJobOutput < Aws::EmptyStructure; end
1990
+
1991
+ # @!attribute [rw] arn
1992
+ # The Amazon Resource Name (ARN) of the Vector Enrichment job.
1993
+ # @return [String]
1994
+ #
1995
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/StopVectorEnrichmentJobInput AWS API Documentation
1996
+ #
1997
+ class StopVectorEnrichmentJobInput < Struct.new(
1998
+ :arn)
1999
+ SENSITIVE = []
2000
+ include Aws::Structure
2001
+ end
2002
+
2003
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/StopVectorEnrichmentJobOutput AWS API Documentation
2004
+ #
2005
+ class StopVectorEnrichmentJobOutput < Aws::EmptyStructure; end
2006
+
2007
+ # @!attribute [rw] resource_arn
2008
+ # The Amazon Resource Name (ARN) of the resource you want to tag.
2009
+ # @return [String]
2010
+ #
2011
+ # @!attribute [rw] tags
2012
+ # Each tag consists of a key and a value.
2013
+ # @return [Hash<String,String>]
2014
+ #
2015
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/TagResourceRequest AWS API Documentation
2016
+ #
2017
+ class TagResourceRequest < Struct.new(
2018
+ :resource_arn,
2019
+ :tags)
2020
+ SENSITIVE = []
2021
+ include Aws::Structure
2022
+ end
2023
+
2024
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/TagResourceResponse AWS API Documentation
2025
+ #
2026
+ class TagResourceResponse < Aws::EmptyStructure; end
2027
+
2028
+ # @!attribute [rw] group_by
2029
+ # @return [String]
2030
+ #
2031
+ # @!attribute [rw] statistics
2032
+ # @return [Array<String>]
2033
+ #
2034
+ # @!attribute [rw] target_bands
2035
+ # @return [Array<String>]
2036
+ #
2037
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/TemporalStatisticsConfigInput AWS API Documentation
2038
+ #
2039
+ class TemporalStatisticsConfigInput < Struct.new(
2040
+ :group_by,
2041
+ :statistics,
2042
+ :target_bands)
2043
+ SENSITIVE = []
2044
+ include Aws::Structure
2045
+ end
2046
+
2047
+ # The request was denied due to request throttling.
2048
+ #
2049
+ # @!attribute [rw] message
2050
+ # @return [String]
2051
+ #
2052
+ # @!attribute [rw] resource_id
2053
+ # @return [String]
2054
+ #
2055
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ThrottlingException AWS API Documentation
2056
+ #
2057
+ class ThrottlingException < Struct.new(
2058
+ :message,
2059
+ :resource_id)
2060
+ SENSITIVE = []
2061
+ include Aws::Structure
2062
+ end
2063
+
2064
+ # The input for the time-range filter.
2065
+ #
2066
+ # @!attribute [rw] end_time
2067
+ # The end time for the time-range filter.
2068
+ # @return [Time]
2069
+ #
2070
+ # @!attribute [rw] start_time
2071
+ # The start time for the time-range filter.
2072
+ # @return [Time]
2073
+ #
2074
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/TimeRangeFilterInput AWS API Documentation
2075
+ #
2076
+ class TimeRangeFilterInput < Struct.new(
2077
+ :end_time,
2078
+ :start_time)
2079
+ SENSITIVE = []
2080
+ include Aws::Structure
2081
+ end
2082
+
2083
+ # @!attribute [rw] resource_arn
2084
+ # The Amazon Resource Name (ARN) of the resource you want to untag.
2085
+ # @return [String]
2086
+ #
2087
+ # @!attribute [rw] tag_keys
2088
+ # Keys of the tags you want to remove.
2089
+ # @return [Array<String>]
2090
+ #
2091
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/UntagResourceRequest AWS API Documentation
2092
+ #
2093
+ class UntagResourceRequest < Struct.new(
2094
+ :resource_arn,
2095
+ :tag_keys)
2096
+ SENSITIVE = []
2097
+ include Aws::Structure
2098
+ end
2099
+
2100
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/UntagResourceResponse AWS API Documentation
2101
+ #
2102
+ class UntagResourceResponse < Aws::EmptyStructure; end
2103
+
2104
+ # @!attribute [rw] unit
2105
+ # @return [String]
2106
+ #
2107
+ # @!attribute [rw] value
2108
+ # @return [Float]
2109
+ #
2110
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/UserDefined AWS API Documentation
2111
+ #
2112
+ class UserDefined < Struct.new(
2113
+ :unit,
2114
+ :value)
2115
+ SENSITIVE = []
2116
+ include Aws::Structure
2117
+ end
2118
+
2119
+ # The input fails to satisfy the constraints specified by an Amazon Web
2120
+ # Services service.
2121
+ #
2122
+ # @!attribute [rw] message
2123
+ # @return [String]
2124
+ #
2125
+ # @!attribute [rw] resource_id
2126
+ # @return [String]
2127
+ #
2128
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ValidationException AWS API Documentation
2129
+ #
2130
+ class ValidationException < Struct.new(
2131
+ :message,
2132
+ :resource_id)
2133
+ SENSITIVE = []
2134
+ include Aws::Structure
2135
+ end
2136
+
2137
+ # It contains configs such as ReverseGeocodingConfig and
2138
+ # MapMatchingConfig.
2139
+ #
2140
+ # @!attribute [rw] map_matching_config
2141
+ # @return [Types::MapMatchingConfig]
2142
+ #
2143
+ # @!attribute [rw] reverse_geocoding_config
2144
+ # @return [Types::ReverseGeocodingConfig]
2145
+ #
2146
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/VectorEnrichmentJobConfig AWS API Documentation
2147
+ #
2148
+ class VectorEnrichmentJobConfig < Struct.new(
2149
+ :map_matching_config,
2150
+ :reverse_geocoding_config,
2151
+ :unknown)
2152
+ SENSITIVE = []
2153
+ include Aws::Structure
2154
+ include Aws::Structure::Union
2155
+
2156
+ class MapMatchingConfig < VectorEnrichmentJobConfig; end
2157
+ class ReverseGeocodingConfig < VectorEnrichmentJobConfig; end
2158
+ class Unknown < VectorEnrichmentJobConfig; end
2159
+ end
2160
+
2161
+ # @!attribute [rw] s3_data
2162
+ # @return [Types::VectorEnrichmentJobS3Data]
2163
+ #
2164
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/VectorEnrichmentJobDataSourceConfigInput AWS API Documentation
2165
+ #
2166
+ class VectorEnrichmentJobDataSourceConfigInput < Struct.new(
2167
+ :s3_data,
2168
+ :unknown)
2169
+ SENSITIVE = []
2170
+ include Aws::Structure
2171
+ include Aws::Structure::Union
2172
+
2173
+ class S3Data < VectorEnrichmentJobDataSourceConfigInput; end
2174
+ class Unknown < VectorEnrichmentJobDataSourceConfigInput; end
2175
+ end
2176
+
2177
+ # VectorEnrichmentJob error details in response from
2178
+ # GetVectorEnrichmentJob.
2179
+ #
2180
+ # @!attribute [rw] error_message
2181
+ # A message that you define and then is processed and rendered by the
2182
+ # Vector Enrichment job when the error occurs.
2183
+ # @return [String]
2184
+ #
2185
+ # @!attribute [rw] error_type
2186
+ # The type of error generated during the Vector Enrichment job.
2187
+ # @return [String]
2188
+ #
2189
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/VectorEnrichmentJobErrorDetails AWS API Documentation
2190
+ #
2191
+ class VectorEnrichmentJobErrorDetails < Struct.new(
2192
+ :error_message,
2193
+ :error_type)
2194
+ SENSITIVE = []
2195
+ include Aws::Structure
2196
+ end
2197
+
2198
+ # VectorEnrichmentJob export error details in response from
2199
+ # GetVectorEnrichmentJob.
2200
+ #
2201
+ # @!attribute [rw] message
2202
+ # The message providing details about the errors generated during the
2203
+ # Vector Enrichment job.
2204
+ # @return [String]
2205
+ #
2206
+ # @!attribute [rw] type
2207
+ # @return [String]
2208
+ #
2209
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/VectorEnrichmentJobExportErrorDetails AWS API Documentation
2210
+ #
2211
+ class VectorEnrichmentJobExportErrorDetails < Struct.new(
2212
+ :message,
2213
+ :type)
2214
+ SENSITIVE = []
2215
+ include Aws::Structure
2216
+ end
2217
+
2218
+ # The input structure for the InputConfig in a VectorEnrichmentJob.
2219
+ #
2220
+ # @!attribute [rw] data_source_config
2221
+ # @return [Types::VectorEnrichmentJobDataSourceConfigInput]
2222
+ #
2223
+ # @!attribute [rw] document_type
2224
+ # @return [String]
2225
+ #
2226
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/VectorEnrichmentJobInputConfig AWS API Documentation
2227
+ #
2228
+ class VectorEnrichmentJobInputConfig < Struct.new(
2229
+ :data_source_config,
2230
+ :document_type)
2231
+ SENSITIVE = []
2232
+ include Aws::Structure
2233
+ end
2234
+
2235
+ # The Amazon S3 data for the Vector Enrichment job.
2236
+ #
2237
+ # @!attribute [rw] kms_key_id
2238
+ # The Amazon Key Management Service (KMS) key ID for server-side
2239
+ # encryption.
2240
+ # @return [String]
2241
+ #
2242
+ # @!attribute [rw] s3_uri
2243
+ # The URL to the Amazon S3 data for the Vector Enrichment job.
2244
+ # @return [String]
2245
+ #
2246
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/VectorEnrichmentJobS3Data AWS API Documentation
2247
+ #
2248
+ class VectorEnrichmentJobS3Data < Struct.new(
2249
+ :kms_key_id,
2250
+ :s3_uri)
2251
+ SENSITIVE = []
2252
+ include Aws::Structure
2253
+ end
2254
+
2255
+ # @!attribute [rw] lower_bound
2256
+ # @return [Float]
2257
+ #
2258
+ # @!attribute [rw] upper_bound
2259
+ # @return [Float]
2260
+ #
2261
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ViewOffNadirInput AWS API Documentation
2262
+ #
2263
+ class ViewOffNadirInput < Struct.new(
2264
+ :lower_bound,
2265
+ :upper_bound)
2266
+ SENSITIVE = []
2267
+ include Aws::Structure
2268
+ end
2269
+
2270
+ # @!attribute [rw] lower_bound
2271
+ # @return [Float]
2272
+ #
2273
+ # @!attribute [rw] upper_bound
2274
+ # @return [Float]
2275
+ #
2276
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ViewSunAzimuthInput AWS API Documentation
2277
+ #
2278
+ class ViewSunAzimuthInput < Struct.new(
2279
+ :lower_bound,
2280
+ :upper_bound)
2281
+ SENSITIVE = []
2282
+ include Aws::Structure
2283
+ end
2284
+
2285
+ # @!attribute [rw] lower_bound
2286
+ # The lower bound to view the sun elevation.
2287
+ # @return [Float]
2288
+ #
2289
+ # @!attribute [rw] upper_bound
2290
+ # The upper bound to view the sun elevation.
2291
+ # @return [Float]
2292
+ #
2293
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ViewSunElevationInput AWS API Documentation
2294
+ #
2295
+ class ViewSunElevationInput < Struct.new(
2296
+ :lower_bound,
2297
+ :upper_bound)
2298
+ SENSITIVE = []
2299
+ include Aws::Structure
2300
+ end
2301
+
2302
+ # @!attribute [rw] statistics
2303
+ # @return [Array<String>]
2304
+ #
2305
+ # @!attribute [rw] target_bands
2306
+ # @return [Array<String>]
2307
+ #
2308
+ # @!attribute [rw] zone_s3_path
2309
+ # @return [String]
2310
+ #
2311
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ZonalStatisticsConfigInput AWS API Documentation
2312
+ #
2313
+ class ZonalStatisticsConfigInput < Struct.new(
2314
+ :statistics,
2315
+ :target_bands,
2316
+ :zone_s3_path)
2317
+ SENSITIVE = []
2318
+ include Aws::Structure
2319
+ end
2320
+
2321
+ end
2322
+ end