| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial |
Provides APIs for creating and managing SageMaker geospatial resources.
|
| software.amazon.awssdk.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
default ExportEarthObservationJobResponse |
SageMakerGeospatialClient.exportEarthObservationJob(Consumer<ExportEarthObservationJobRequest.Builder> 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.
|
default CompletableFuture<ExportEarthObservationJobResponse> |
SageMakerGeospatialAsyncClient.exportEarthObservationJob(Consumer<ExportEarthObservationJobRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
ExportEarthObservationJobRequest.Builder |
ExportEarthObservationJobRequest.Builder.arn(String arn)
The input Amazon Resource Name (ARN) of the Earth Observation job being exported.
|
static ExportEarthObservationJobRequest.Builder |
ExportEarthObservationJobRequest.builder() |
ExportEarthObservationJobRequest.Builder |
ExportEarthObservationJobRequest.Builder.clientToken(String clientToken)
A unique token that guarantees that the call to this API is idempotent.
|
ExportEarthObservationJobRequest.Builder |
ExportEarthObservationJobRequest.Builder.executionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
|
ExportEarthObservationJobRequest.Builder |
ExportEarthObservationJobRequest.Builder.exportSourceImages(Boolean exportSourceImages)
The source images provided to the Earth Observation job being exported.
|
default ExportEarthObservationJobRequest.Builder |
ExportEarthObservationJobRequest.Builder.outputConfig(Consumer<OutputConfigInput.Builder> outputConfig)
An object containing information about the output file.
|
ExportEarthObservationJobRequest.Builder |
ExportEarthObservationJobRequest.Builder.outputConfig(OutputConfigInput outputConfig)
An object containing information about the output file.
|
ExportEarthObservationJobRequest.Builder |
ExportEarthObservationJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ExportEarthObservationJobRequest.Builder |
ExportEarthObservationJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ExportEarthObservationJobRequest.Builder |
ExportEarthObservationJobRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExportEarthObservationJobRequest.Builder> |
ExportEarthObservationJobRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.