Uses of Class
software.amazon.awssdk.services.sagemaker.model.BatchStrategy
-
Packages that use BatchStrategy Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of BatchStrategy in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return BatchStrategy Modifier and Type Method Description BatchStrategyCreateTransformJobRequest. batchStrategy()Specifies the number of records to include in a mini-batch for an HTTP inference request.BatchStrategyDescribeTransformJobResponse. batchStrategy()Specifies the number of records to include in a mini-batch for an HTTP inference request.BatchStrategyTransformJob. batchStrategy()Specifies the number of records to include in a mini-batch for an HTTP inference request.BatchStrategyTransformJobDefinition. batchStrategy()A string that determines the number of records included in a single mini-batch.static BatchStrategyBatchStrategy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BatchStrategyBatchStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static BatchStrategy[]BatchStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type BatchStrategy Modifier and Type Method Description static Set<BatchStrategy>BatchStrategy. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type BatchStrategy Modifier and Type Method Description CreateTransformJobRequest.BuilderCreateTransformJobRequest.Builder. batchStrategy(BatchStrategy batchStrategy)Specifies the number of records to include in a mini-batch for an HTTP inference request.DescribeTransformJobResponse.BuilderDescribeTransformJobResponse.Builder. batchStrategy(BatchStrategy batchStrategy)Specifies the number of records to include in a mini-batch for an HTTP inference request.TransformJob.BuilderTransformJob.Builder. batchStrategy(BatchStrategy batchStrategy)Specifies the number of records to include in a mini-batch for an HTTP inference request.TransformJobDefinition.BuilderTransformJobDefinition.Builder. batchStrategy(BatchStrategy batchStrategy)A string that determines the number of records included in a single mini-batch.
-