Uses of Class
software.amazon.awssdk.services.sagemaker.model.S3DataType
-
Packages that use S3DataType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of S3DataType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return S3DataType Modifier and Type Method Description static S3DataTypeS3DataType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.S3DataTypeS3DataSource. s3DataType()If you chooseS3Prefix,S3Uriidentifies a key name prefix.S3DataTypeTransformS3DataSource. s3DataType()If you chooseS3Prefix,S3Uriidentifies a key name prefix.static S3DataTypeS3DataType. valueOf(String name)Returns the enum constant of this type with the specified name.static S3DataType[]S3DataType. 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 S3DataType Modifier and Type Method Description static Set<S3DataType>S3DataType. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type S3DataType Modifier and Type Method Description S3DataSource.BuilderS3DataSource.Builder. s3DataType(S3DataType s3DataType)If you chooseS3Prefix,S3Uriidentifies a key name prefix.TransformS3DataSource.BuilderTransformS3DataSource.Builder. s3DataType(S3DataType s3DataType)If you chooseS3Prefix,S3Uriidentifies a key name prefix.
-