Uses of Class
software.amazon.awscdk.services.sagemaker.CfnProcessingJob.Builder
Packages that use CfnProcessingJob.Builder
-
Uses of CfnProcessingJob.Builder in software.amazon.awscdk.services.sagemaker
Methods in software.amazon.awscdk.services.sagemaker that return CfnProcessingJob.BuilderModifier and TypeMethodDescriptionCfnProcessingJob.Builder.appSpecification
(IResolvable appSpecification) Configuration to run a processing job in a specified container image.CfnProcessingJob.Builder.appSpecification
(CfnProcessingJob.AppSpecificationProperty appSpecification) Configuration to run a processing job in a specified container image.static CfnProcessingJob.Builder
CfnProcessingJob.Builder.environment
(Map<String, String> environment) Sets the environment variables in the Docker container.CfnProcessingJob.Builder.environment
(IResolvable environment) Sets the environment variables in the Docker container.CfnProcessingJob.Builder.experimentConfig
(IResolvable experimentConfig) Associates a SageMaker job as a trial component with an experiment and trial.CfnProcessingJob.Builder.experimentConfig
(CfnProcessingJob.ExperimentConfigProperty experimentConfig) Associates a SageMaker job as a trial component with an experiment and trial.CfnProcessingJob.Builder.networkConfig
(IResolvable networkConfig) Networking options for a job, such as network traffic encryption between containers, whether to allow inbound and outbound network calls to and from containers, and the VPC subnets and security groups to use for VPC-enabled jobs.CfnProcessingJob.Builder.networkConfig
(CfnProcessingJob.NetworkConfigProperty networkConfig) Networking options for a job, such as network traffic encryption between containers, whether to allow inbound and outbound network calls to and from containers, and the VPC subnets and security groups to use for VPC-enabled jobs.CfnProcessingJob.Builder.processingInputs
(List<? extends Object> processingInputs) List of input configurations for the processing job.CfnProcessingJob.Builder.processingInputs
(IResolvable processingInputs) List of input configurations for the processing job.CfnProcessingJob.Builder.processingJobName
(String processingJobName) The name of the processing job.CfnProcessingJob.Builder.processingOutputConfig
(IResolvable processingOutputConfig) Contains information about the output location for the compiled model and the target device that the model runs on.CfnProcessingJob.Builder.processingOutputConfig
(CfnProcessingJob.ProcessingOutputConfigProperty processingOutputConfig) Contains information about the output location for the compiled model and the target device that the model runs on.CfnProcessingJob.Builder.processingResources
(IResolvable processingResources) Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job.CfnProcessingJob.Builder.processingResources
(CfnProcessingJob.ProcessingResourcesProperty processingResources) Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job.The ARN of the role used to create the processing job.CfnProcessingJob.Builder.stoppingCondition
(IResolvable stoppingCondition) Configures conditions under which the processing job should be stopped, such as how long the processing job has been running.CfnProcessingJob.Builder.stoppingCondition
(CfnProcessingJob.StoppingConditionProperty stoppingCondition) Configures conditions under which the processing job should be stopped, such as how long the processing job has been running.An array of key-value pairs.