| Package | Description |
|---|---|
| com.amazonaws.services.sagemakergeospatial |
Provides APIs for creating and managing SageMaker geospatial resources.
|
| com.amazonaws.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
ExportEarthObservationJobResult |
AbstractAmazonSageMakerGeospatial.exportEarthObservationJob(ExportEarthObservationJobRequest request) |
ExportEarthObservationJobResult |
AmazonSageMakerGeospatialClient.exportEarthObservationJob(ExportEarthObservationJobRequest request)
Use this operation to export results of an Earth Observation job and optionally source images used as input to
the EOJ to an Amazon S3 location.
|
ExportEarthObservationJobResult |
AmazonSageMakerGeospatial.exportEarthObservationJob(ExportEarthObservationJobRequest exportEarthObservationJobRequest)
Use this operation to export results of an Earth Observation job and optionally source images used as input to
the EOJ to an Amazon S3 location.
|
Future<ExportEarthObservationJobResult> |
AbstractAmazonSageMakerGeospatialAsync.exportEarthObservationJobAsync(ExportEarthObservationJobRequest request) |
Future<ExportEarthObservationJobResult> |
AmazonSageMakerGeospatialAsync.exportEarthObservationJobAsync(ExportEarthObservationJobRequest exportEarthObservationJobRequest)
Use this operation to export results of an Earth Observation job and optionally source images used as input to
the EOJ to an Amazon S3 location.
|
Future<ExportEarthObservationJobResult> |
AmazonSageMakerGeospatialAsyncClient.exportEarthObservationJobAsync(ExportEarthObservationJobRequest request) |
Future<ExportEarthObservationJobResult> |
AbstractAmazonSageMakerGeospatialAsync.exportEarthObservationJobAsync(ExportEarthObservationJobRequest request,
AsyncHandler<ExportEarthObservationJobRequest,ExportEarthObservationJobResult> asyncHandler) |
Future<ExportEarthObservationJobResult> |
AmazonSageMakerGeospatialAsync.exportEarthObservationJobAsync(ExportEarthObservationJobRequest exportEarthObservationJobRequest,
AsyncHandler<ExportEarthObservationJobRequest,ExportEarthObservationJobResult> asyncHandler)
Use this operation to export results of an Earth Observation job and optionally source images used as input to
the EOJ to an Amazon S3 location.
|
Future<ExportEarthObservationJobResult> |
AmazonSageMakerGeospatialAsyncClient.exportEarthObservationJobAsync(ExportEarthObservationJobRequest request,
AsyncHandler<ExportEarthObservationJobRequest,ExportEarthObservationJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ExportEarthObservationJobRequest |
ExportEarthObservationJobRequest.clone() |
ExportEarthObservationJobRequest |
ExportEarthObservationJobRequest.withArn(String arn)
The input Amazon Resource Name (ARN) of the Earth Observation job being exported.
|
ExportEarthObservationJobRequest |
ExportEarthObservationJobRequest.withClientToken(String clientToken)
A unique token that guarantees that the call to this API is idempotent.
|
ExportEarthObservationJobRequest |
ExportEarthObservationJobRequest.withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
|
ExportEarthObservationJobRequest |
ExportEarthObservationJobRequest.withExportSourceImages(Boolean exportSourceImages)
The source images provided to the Earth Observation job being exported.
|
ExportEarthObservationJobRequest |
ExportEarthObservationJobRequest.withOutputConfig(OutputConfigInput outputConfig)
An object containing information about the output file.
|
Copyright © 2023. All rights reserved.