| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AppSpecification |
AppSpecification.clone() |
AppSpecification |
ProcessingJob.getAppSpecification() |
AppSpecification |
DescribeProcessingJobResult.getAppSpecification()
Configures the processing job to run a specified container image.
|
AppSpecification |
CreateProcessingJobRequest.getAppSpecification()
Configures the processing job to run a specified Docker container image.
|
AppSpecification |
AppSpecification.withContainerArguments(Collection<String> containerArguments)
The arguments for a container used to run a processing job.
|
AppSpecification |
AppSpecification.withContainerArguments(String... containerArguments)
The arguments for a container used to run a processing job.
|
AppSpecification |
AppSpecification.withContainerEntrypoint(Collection<String> containerEntrypoint)
The entrypoint for a container used to run a processing job.
|
AppSpecification |
AppSpecification.withContainerEntrypoint(String... containerEntrypoint)
The entrypoint for a container used to run a processing job.
|
AppSpecification |
AppSpecification.withImageUri(String imageUri)
The container image to be run by the processing job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessingJob.setAppSpecification(AppSpecification appSpecification) |
void |
DescribeProcessingJobResult.setAppSpecification(AppSpecification appSpecification)
Configures the processing job to run a specified container image.
|
void |
CreateProcessingJobRequest.setAppSpecification(AppSpecification appSpecification)
Configures the processing job to run a specified Docker container image.
|
ProcessingJob |
ProcessingJob.withAppSpecification(AppSpecification appSpecification) |
DescribeProcessingJobResult |
DescribeProcessingJobResult.withAppSpecification(AppSpecification appSpecification)
Configures the processing job to run a specified container image.
|
CreateProcessingJobRequest |
CreateProcessingJobRequest.withAppSpecification(AppSpecification appSpecification)
Configures the processing job to run a specified Docker container image.
|
Copyright © 2022. All rights reserved.