| 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 |
|---|---|
GetEarthObservationJobResult |
AmazonSageMakerGeospatialClient.getEarthObservationJob(GetEarthObservationJobRequest request)
Get the details for a previously initiated Earth Observation job.
|
GetEarthObservationJobResult |
AmazonSageMakerGeospatial.getEarthObservationJob(GetEarthObservationJobRequest getEarthObservationJobRequest)
Get the details for a previously initiated Earth Observation job.
|
GetEarthObservationJobResult |
AbstractAmazonSageMakerGeospatial.getEarthObservationJob(GetEarthObservationJobRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetEarthObservationJobResult> |
AbstractAmazonSageMakerGeospatialAsync.getEarthObservationJobAsync(GetEarthObservationJobRequest request,
AsyncHandler<GetEarthObservationJobRequest,GetEarthObservationJobResult> asyncHandler) |
Future<GetEarthObservationJobResult> |
AmazonSageMakerGeospatialAsyncClient.getEarthObservationJobAsync(GetEarthObservationJobRequest request,
AsyncHandler<GetEarthObservationJobRequest,GetEarthObservationJobResult> asyncHandler) |
Future<GetEarthObservationJobResult> |
AmazonSageMakerGeospatialAsync.getEarthObservationJobAsync(GetEarthObservationJobRequest getEarthObservationJobRequest,
AsyncHandler<GetEarthObservationJobRequest,GetEarthObservationJobResult> asyncHandler)
Get the details for a previously initiated Earth Observation job.
|
| Modifier and Type | Method and Description |
|---|---|
GetEarthObservationJobResult |
GetEarthObservationJobResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetEarthObservationJobResult |
GetEarthObservationJobResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetEarthObservationJobResult |
GetEarthObservationJobResult.clone() |
GetEarthObservationJobResult |
GetEarthObservationJobResult.withArn(String arn)
The Amazon Resource Name (ARN) of the Earth Observation job.
|
GetEarthObservationJobResult |
GetEarthObservationJobResult.withCreationTime(Date creationTime)
The creation time of the initiated Earth Observation job.
|
GetEarthObservationJobResult |
GetEarthObservationJobResult.withDurationInSeconds(Integer durationInSeconds)
The duration of Earth Observation job, in seconds.
|
GetEarthObservationJobResult |
GetEarthObservationJobResult.withErrorDetails(EarthObservationJobErrorDetails errorDetails)
Details about the errors generated during the Earth Observation job.
|
GetEarthObservationJobResult |
GetEarthObservationJobResult.withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
|
GetEarthObservationJobResult |
GetEarthObservationJobResult.withExportErrorDetails(ExportErrorDetails exportErrorDetails)
Details about the errors generated during ExportEarthObservationJob.
|
GetEarthObservationJobResult |
GetEarthObservationJobResult.withExportStatus(EarthObservationJobExportStatus exportStatus)
The status of the Earth Observation job.
|
GetEarthObservationJobResult |
GetEarthObservationJobResult.withExportStatus(String exportStatus)
The status of the Earth Observation job.
|
GetEarthObservationJobResult |
GetEarthObservationJobResult.withInputConfig(InputConfigOutput inputConfig)
Input data for the Earth Observation job.
|
GetEarthObservationJobResult |
GetEarthObservationJobResult.withJobConfig(JobConfigInput jobConfig)
An object containing information about the job configuration.
|
GetEarthObservationJobResult |
GetEarthObservationJobResult.withKmsKeyId(String kmsKeyId)
The Key Management Service key ID for server-side encryption.
|
GetEarthObservationJobResult |
GetEarthObservationJobResult.withName(String name)
The name of the Earth Observation job.
|
GetEarthObservationJobResult |
GetEarthObservationJobResult.withOutputBands(Collection<OutputBand> outputBands)
Bands available in the output of an operation.
|
GetEarthObservationJobResult |
GetEarthObservationJobResult.withOutputBands(OutputBand... outputBands)
Bands available in the output of an operation.
|
GetEarthObservationJobResult |
GetEarthObservationJobResult.withStatus(EarthObservationJobStatus status)
The status of a previously initiated Earth Observation job.
|
GetEarthObservationJobResult |
GetEarthObservationJobResult.withStatus(String status)
The status of a previously initiated Earth Observation job.
|
GetEarthObservationJobResult |
GetEarthObservationJobResult.withTags(Map<String,String> tags)
Each tag consists of a key and a value.
|
Copyright © 2024. All rights reserved.