Uses of Class
software.amazon.awssdk.services.bedrock.model.S3InputFormat
-
Packages that use S3InputFormat Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of S3InputFormat in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return S3InputFormat Modifier and Type Method Description static S3InputFormatS3InputFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.S3InputFormatModelInvocationJobS3InputDataConfig. s3InputFormat()The format of the input data.static S3InputFormatS3InputFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static S3InputFormat[]S3InputFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type S3InputFormat Modifier and Type Method Description static Set<S3InputFormat>S3InputFormat. knownValues()Methods in software.amazon.awssdk.services.bedrock.model with parameters of type S3InputFormat Modifier and Type Method Description ModelInvocationJobS3InputDataConfig.BuilderModelInvocationJobS3InputDataConfig.Builder. s3InputFormat(S3InputFormat s3InputFormat)The format of the input data.
-