Uses of Class
software.amazon.awssdk.services.sagemaker.model.ProcessingS3DataDistributionType
-
Packages that use ProcessingS3DataDistributionType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProcessingS3DataDistributionType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ProcessingS3DataDistributionType Modifier and Type Method Description static ProcessingS3DataDistributionTypeProcessingS3DataDistributionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProcessingS3DataDistributionTypeBatchTransformInput. s3DataDistributionType()Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.ProcessingS3DataDistributionTypeEndpointInput. s3DataDistributionType()Whether input data distributed in Amazon S3 is fully replicated or sharded by an Amazon S3 key.ProcessingS3DataDistributionTypeProcessingS3Input. s3DataDistributionType()Whether to distribute the data from Amazon S3 to all processing instances withFullyReplicated, or whether the data from Amazon S3 is shared by Amazon S3 key, downloading one shard of data to each processing instance.static ProcessingS3DataDistributionTypeProcessingS3DataDistributionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcessingS3DataDistributionType[]ProcessingS3DataDistributionType. 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 ProcessingS3DataDistributionType Modifier and Type Method Description static Set<ProcessingS3DataDistributionType>ProcessingS3DataDistributionType. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ProcessingS3DataDistributionType Modifier and Type Method Description BatchTransformInput.BuilderBatchTransformInput.Builder. s3DataDistributionType(ProcessingS3DataDistributionType s3DataDistributionType)Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.EndpointInput.BuilderEndpointInput.Builder. s3DataDistributionType(ProcessingS3DataDistributionType s3DataDistributionType)Whether input data distributed in Amazon S3 is fully replicated or sharded by an Amazon S3 key.ProcessingS3Input.BuilderProcessingS3Input.Builder. s3DataDistributionType(ProcessingS3DataDistributionType s3DataDistributionType)Whether to distribute the data from Amazon S3 to all processing instances withFullyReplicated, or whether the data from Amazon S3 is shared by Amazon S3 key, downloading one shard of data to each processing instance.
-