Uses of Class
software.amazon.awscdk.services.sagemaker.CfnTransformJob.Builder
Packages that use CfnTransformJob.Builder
-
Uses of CfnTransformJob.Builder in software.amazon.awscdk.services.sagemaker
Methods in software.amazon.awscdk.services.sagemaker that return CfnTransformJob.BuilderModifier and TypeMethodDescriptionCfnTransformJob.Builder.batchStrategy(String batchStrategy) Specifies the number of records to include in a mini-batch for an HTTP inference request.static CfnTransformJob.BuilderCfnTransformJob.Builder.dataCaptureConfig(IResolvable dataCaptureConfig) Configuration to control how SageMaker captures inference data.CfnTransformJob.Builder.dataCaptureConfig(CfnTransformJob.DataCaptureConfigProperty dataCaptureConfig) Configuration to control how SageMaker captures inference data.CfnTransformJob.Builder.dataProcessing(IResolvable dataProcessing) The data structure used to specify the data to be used for inference in a batch transform job.CfnTransformJob.Builder.dataProcessing(CfnTransformJob.DataProcessingProperty dataProcessing) The data structure used to specify the data to be used for inference in a batch transform job.CfnTransformJob.Builder.environment(Map<String, String> environment) The environment variables to set in the Docker container.CfnTransformJob.Builder.environment(IResolvable environment) The environment variables to set in the Docker container.CfnTransformJob.Builder.experimentConfig(IResolvable experimentConfig) Associates a SageMaker job as a trial component with an experiment and trial.CfnTransformJob.Builder.experimentConfig(CfnTransformJob.ExperimentConfigProperty experimentConfig) Associates a SageMaker job as a trial component with an experiment and trial.CfnTransformJob.Builder.maxConcurrentTransforms(Number maxConcurrentTransforms) The maximum number of parallel requests that can be sent to each instance in a transform job.CfnTransformJob.Builder.maxPayloadInMb(Number maxPayloadInMb) The maximum allowed size of the payload, in MB.CfnTransformJob.Builder.modelClientConfig(IResolvable modelClientConfig) Configures the timeout and maximum number of retries for processing a transform job invocation.CfnTransformJob.Builder.modelClientConfig(CfnTransformJob.ModelClientConfigProperty modelClientConfig) Configures the timeout and maximum number of retries for processing a transform job invocation.The name of the model that you want to use for the transform job.CfnTransformJob.Builder.tags(List<? extends CfnTransformJob.TagsItemsProperty> tags) An array of key-value pairs.CfnTransformJob.Builder.transformInput(IResolvable transformInput) Describes the input source and the way the transform job consumes it.CfnTransformJob.Builder.transformInput(CfnTransformJob.TransformInputProperty transformInput) Describes the input source and the way the transform job consumes it.CfnTransformJob.Builder.transformOutput(IResolvable transformOutput) Describes the results of the transform job.CfnTransformJob.Builder.transformOutput(CfnTransformJob.TransformOutputProperty transformOutput) Describes the results of the transform job.CfnTransformJob.Builder.transformResources(IResolvable transformResources) Describes the resources, including ML instance types and ML instance count, to use for the transform job.CfnTransformJob.Builder.transformResources(CfnTransformJob.TransformResourcesProperty transformResources) Describes the resources, including ML instance types and ML instance count, to use for the transform job.