Uses of Interface
software.amazon.awssdk.services.sagemaker.model.TransformInput.Builder
-
Packages that use TransformInput.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TransformInput.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return TransformInput.Builder Modifier and Type Method Description static TransformInput.BuilderTransformInput. builder()TransformInput.BuilderTransformInput.Builder. compressionType(String compressionType)If your transform data is compressed, specify the compression type.TransformInput.BuilderTransformInput.Builder. compressionType(CompressionType compressionType)If your transform data is compressed, specify the compression type.TransformInput.BuilderTransformInput.Builder. contentType(String contentType)The multipurpose internet mail extension (MIME) type of the data.default TransformInput.BuilderTransformInput.Builder. dataSource(Consumer<TransformDataSource.Builder> dataSource)Describes the location of the channel data, which is, the S3 location of the input data that the model can consume.TransformInput.BuilderTransformInput.Builder. dataSource(TransformDataSource dataSource)Describes the location of the channel data, which is, the S3 location of the input data that the model can consume.TransformInput.BuilderTransformInput.Builder. splitType(String splitType)The method to use to split the transform job's data files into smaller batches.TransformInput.BuilderTransformInput.Builder. splitType(SplitType splitType)The method to use to split the transform job's data files into smaller batches.TransformInput.BuilderTransformInput. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type TransformInput.Builder Modifier and Type Method Description static Class<? extends TransformInput.Builder>TransformInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type TransformInput.Builder Modifier and Type Method Description default CreateTransformJobRequest.BuilderCreateTransformJobRequest.Builder. transformInput(Consumer<TransformInput.Builder> transformInput)Describes the input source and the way the transform job consumes it.default DescribeTransformJobResponse.BuilderDescribeTransformJobResponse.Builder. transformInput(Consumer<TransformInput.Builder> transformInput)Describes the dataset to be transformed and the Amazon S3 location where it is stored.default TransformJob.BuilderTransformJob.Builder. transformInput(Consumer<TransformInput.Builder> transformInput)Sets the value of the TransformInput property for this object.default TransformJobDefinition.BuilderTransformJobDefinition.Builder. transformInput(Consumer<TransformInput.Builder> transformInput)A description of the input source and the way the transform job consumes it.
-