Uses of Interface
software.amazon.awssdk.services.sagemakergeospatial.model.ExportEarthObservationJobRequest.Builder
-
Packages that use ExportEarthObservationJobRequest.Builder Package Description software.amazon.awssdk.services.sagemakergeospatial Provides APIs for creating and managing SageMaker geospatial resources.software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of ExportEarthObservationJobRequest.Builder in software.amazon.awssdk.services.sagemakergeospatial
Method parameters in software.amazon.awssdk.services.sagemakergeospatial with type arguments of type ExportEarthObservationJobRequest.Builder Modifier and Type Method Description 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.default ExportEarthObservationJobResponseSageMakerGeospatialClient. 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. -
Uses of ExportEarthObservationJobRequest.Builder in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return ExportEarthObservationJobRequest.Builder Modifier and Type Method Description ExportEarthObservationJobRequest.BuilderExportEarthObservationJobRequest.Builder. arn(String arn)The input Amazon Resource Name (ARN) of the Earth Observation job being exported.static ExportEarthObservationJobRequest.BuilderExportEarthObservationJobRequest. builder()ExportEarthObservationJobRequest.BuilderExportEarthObservationJobRequest.Builder. clientToken(String clientToken)A unique token that guarantees that the call to this API is idempotent.ExportEarthObservationJobRequest.BuilderExportEarthObservationJobRequest.Builder. executionRoleArn(String executionRoleArn)The Amazon Resource Name (ARN) of the IAM role that you specified for the job.ExportEarthObservationJobRequest.BuilderExportEarthObservationJobRequest.Builder. exportSourceImages(Boolean exportSourceImages)The source images provided to the Earth Observation job being exported.default ExportEarthObservationJobRequest.BuilderExportEarthObservationJobRequest.Builder. outputConfig(Consumer<OutputConfigInput.Builder> outputConfig)An object containing information about the output file.ExportEarthObservationJobRequest.BuilderExportEarthObservationJobRequest.Builder. outputConfig(OutputConfigInput outputConfig)An object containing information about the output file.ExportEarthObservationJobRequest.BuilderExportEarthObservationJobRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ExportEarthObservationJobRequest.BuilderExportEarthObservationJobRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ExportEarthObservationJobRequest.BuilderExportEarthObservationJobRequest. toBuilder()Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return types with arguments of type ExportEarthObservationJobRequest.Builder Modifier and Type Method Description static Class<? extends ExportEarthObservationJobRequest.Builder>ExportEarthObservationJobRequest. serializableBuilderClass()
-