| 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 |
|---|---|
StartEarthObservationJobResult |
AbstractAmazonSageMakerGeospatial.startEarthObservationJob(StartEarthObservationJobRequest request) |
StartEarthObservationJobResult |
AmazonSageMakerGeospatialClient.startEarthObservationJob(StartEarthObservationJobRequest request)
Use this operation to create an Earth observation job.
|
StartEarthObservationJobResult |
AmazonSageMakerGeospatial.startEarthObservationJob(StartEarthObservationJobRequest startEarthObservationJobRequest)
Use this operation to create an Earth observation job.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartEarthObservationJobResult> |
AbstractAmazonSageMakerGeospatialAsync.startEarthObservationJobAsync(StartEarthObservationJobRequest request,
AsyncHandler<StartEarthObservationJobRequest,StartEarthObservationJobResult> asyncHandler) |
Future<StartEarthObservationJobResult> |
AmazonSageMakerGeospatialAsyncClient.startEarthObservationJobAsync(StartEarthObservationJobRequest request,
AsyncHandler<StartEarthObservationJobRequest,StartEarthObservationJobResult> asyncHandler) |
Future<StartEarthObservationJobResult> |
AmazonSageMakerGeospatialAsync.startEarthObservationJobAsync(StartEarthObservationJobRequest startEarthObservationJobRequest,
AsyncHandler<StartEarthObservationJobRequest,StartEarthObservationJobResult> asyncHandler)
Use this operation to create an Earth observation job.
|
| Modifier and Type | Method and Description |
|---|---|
StartEarthObservationJobResult |
StartEarthObservationJobResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
StartEarthObservationJobResult |
StartEarthObservationJobResult.clearTagsEntries()
Removes all the entries added into Tags.
|
StartEarthObservationJobResult |
StartEarthObservationJobResult.clone() |
StartEarthObservationJobResult |
StartEarthObservationJobResult.withArn(String arn)
The Amazon Resource Name (ARN) of the Earth Observation job.
|
StartEarthObservationJobResult |
StartEarthObservationJobResult.withCreationTime(Date creationTime)
The creation time.
|
StartEarthObservationJobResult |
StartEarthObservationJobResult.withDurationInSeconds(Integer durationInSeconds)
The duration of the session, in seconds.
|
StartEarthObservationJobResult |
StartEarthObservationJobResult.withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
|
StartEarthObservationJobResult |
StartEarthObservationJobResult.withInputConfig(InputConfigOutput inputConfig)
Input configuration information for the Earth Observation job.
|
StartEarthObservationJobResult |
StartEarthObservationJobResult.withJobConfig(JobConfigInput jobConfig)
An object containing information about the job configuration.
|
StartEarthObservationJobResult |
StartEarthObservationJobResult.withKmsKeyId(String kmsKeyId)
The Key Management Service key ID for server-side encryption.
|
StartEarthObservationJobResult |
StartEarthObservationJobResult.withName(String name)
The name of the Earth Observation job.
|
StartEarthObservationJobResult |
StartEarthObservationJobResult.withStatus(EarthObservationJobStatus status)
The status of the Earth Observation job.
|
StartEarthObservationJobResult |
StartEarthObservationJobResult.withStatus(String status)
The status of the Earth Observation job.
|
StartEarthObservationJobResult |
StartEarthObservationJobResult.withTags(Map<String,String> tags)
Each tag consists of a key and a value.
|
Copyright © 2024. All rights reserved.