Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnProcessingJobPropsMixin.Builder
Packages that use CfnProcessingJobPropsMixin.Builder
-
Uses of CfnProcessingJobPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.sagemaker
Methods in software.amazon.awscdk.cfnpropertymixins.services.sagemaker that return CfnProcessingJobPropsMixin.BuilderModifier and TypeMethodDescriptionCfnProcessingJobPropsMixin.Builder.appSpecification(CfnProcessingJobPropsMixin.AppSpecificationProperty appSpecification) Configuration to run a processing job in a specified container image.CfnProcessingJobPropsMixin.Builder.appSpecification(IResolvable appSpecification) Configuration to run a processing job in a specified container image.CfnProcessingJobPropsMixin.Builder.create()CfnProcessingJobPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnProcessingJobPropsMixin.Builder.environment(Map<String, String> environment) Sets the environment variables in the Docker container.CfnProcessingJobPropsMixin.Builder.environment(IResolvable environment) Sets the environment variables in the Docker container.CfnProcessingJobPropsMixin.Builder.experimentConfig(CfnProcessingJobPropsMixin.ExperimentConfigProperty experimentConfig) Associates a SageMaker job as a trial component with an experiment and trial.CfnProcessingJobPropsMixin.Builder.experimentConfig(IResolvable experimentConfig) Associates a SageMaker job as a trial component with an experiment and trial.CfnProcessingJobPropsMixin.Builder.networkConfig(CfnProcessingJobPropsMixin.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.CfnProcessingJobPropsMixin.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.CfnProcessingJobPropsMixin.Builder.processingInputs(List<? extends Object> processingInputs) List of input configurations for the processing job.CfnProcessingJobPropsMixin.Builder.processingInputs(IResolvable processingInputs) List of input configurations for the processing job.CfnProcessingJobPropsMixin.Builder.processingJobName(String processingJobName) The name of the processing job.CfnProcessingJobPropsMixin.Builder.processingOutputConfig(CfnProcessingJobPropsMixin.ProcessingOutputConfigProperty processingOutputConfig) Contains information about the output location for the compiled model and the target device that the model runs on.CfnProcessingJobPropsMixin.Builder.processingOutputConfig(IResolvable processingOutputConfig) Contains information about the output location for the compiled model and the target device that the model runs on.CfnProcessingJobPropsMixin.Builder.processingResources(CfnProcessingJobPropsMixin.ProcessingResourcesProperty processingResources) Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job.CfnProcessingJobPropsMixin.Builder.processingResources(IResolvable 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.CfnProcessingJobPropsMixin.Builder.stoppingCondition(CfnProcessingJobPropsMixin.StoppingConditionProperty stoppingCondition) Configures conditions under which the processing job should be stopped, such as how long the processing job has been running.CfnProcessingJobPropsMixin.Builder.stoppingCondition(IResolvable 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.