| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AppSpecification |
ProcessingJob.appSpecification()
Returns the value of the AppSpecification property for this object.
|
AppSpecification |
CreateProcessingJobRequest.appSpecification()
Configures the processing job to run a specified Docker container image.
|
AppSpecification |
DescribeProcessingJobResponse.appSpecification()
Configures the processing job to run a specified container image.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessingJob.Builder |
ProcessingJob.Builder.appSpecification(AppSpecification appSpecification)
Sets the value of the AppSpecification property for this object.
|
CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.appSpecification(AppSpecification appSpecification)
Configures the processing job to run a specified Docker container image.
|
DescribeProcessingJobResponse.Builder |
DescribeProcessingJobResponse.Builder.appSpecification(AppSpecification appSpecification)
Configures the processing job to run a specified container image.
|
Copyright © 2021. All rights reserved.