Uses of Class
software.amazon.awssdk.services.sagemaker.model.AppSpecification
-
Packages that use AppSpecification Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AppSpecification in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AppSpecification Modifier and Type Method Description AppSpecificationCreateProcessingJobRequest. appSpecification()Configures the processing job to run a specified Docker container image.AppSpecificationDescribeProcessingJobResponse. appSpecification()Configures the processing job to run a specified container image.AppSpecificationProcessingJob. appSpecification()Returns the value of the AppSpecification property for this object.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AppSpecification Modifier and Type Method Description CreateProcessingJobRequest.BuilderCreateProcessingJobRequest.Builder. appSpecification(AppSpecification appSpecification)Configures the processing job to run a specified Docker container image.DescribeProcessingJobResponse.BuilderDescribeProcessingJobResponse.Builder. appSpecification(AppSpecification appSpecification)Configures the processing job to run a specified container image.ProcessingJob.BuilderProcessingJob.Builder. appSpecification(AppSpecification appSpecification)Sets the value of the AppSpecification property for this object.
-