Uses of Interface
software.amazon.awssdk.services.sagemaker.model.BatchDataCaptureConfig.Builder
-
Packages that use BatchDataCaptureConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of BatchDataCaptureConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return BatchDataCaptureConfig.Builder Modifier and Type Method Description static BatchDataCaptureConfig.BuilderBatchDataCaptureConfig. builder()BatchDataCaptureConfig.BuilderBatchDataCaptureConfig.Builder. destinationS3Uri(String destinationS3Uri)The Amazon S3 location being used to capture the data.BatchDataCaptureConfig.BuilderBatchDataCaptureConfig.Builder. generateInferenceId(Boolean generateInferenceId)Flag that indicates whether to append inference id to the output.BatchDataCaptureConfig.BuilderBatchDataCaptureConfig.Builder. kmsKeyId(String kmsKeyId)The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that hosts the batch transform job.BatchDataCaptureConfig.BuilderBatchDataCaptureConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type BatchDataCaptureConfig.Builder Modifier and Type Method Description static Class<? extends BatchDataCaptureConfig.Builder>BatchDataCaptureConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type BatchDataCaptureConfig.Builder Modifier and Type Method Description default CreateTransformJobRequest.BuilderCreateTransformJobRequest.Builder. dataCaptureConfig(Consumer<BatchDataCaptureConfig.Builder> dataCaptureConfig)Configuration to control how SageMaker captures inference data.default DescribeTransformJobResponse.BuilderDescribeTransformJobResponse.Builder. dataCaptureConfig(Consumer<BatchDataCaptureConfig.Builder> dataCaptureConfig)Configuration to control how SageMaker captures inference data.default TransformJob.BuilderTransformJob.Builder. dataCaptureConfig(Consumer<BatchDataCaptureConfig.Builder> dataCaptureConfig)Sets the value of the DataCaptureConfig property for this object.
-