Uses of Class
ai.vectros.types.SchemaResponseStorageProfile
Packages that use SchemaResponseStorageProfile
-
Uses of SchemaResponseStorageProfile in ai.vectros.types
Fields in ai.vectros.types declared as SchemaResponseStorageProfileModifier and TypeFieldDescriptionstatic final SchemaResponseStorageProfileSchemaResponseStorageProfile.LARGE_PAYLOADstatic final SchemaResponseStorageProfileSchemaResponseStorageProfile.LOW_LATENCYstatic final SchemaResponseStorageProfileSchemaResponseStorageProfile.STANDARDMethods in ai.vectros.types that return SchemaResponseStorageProfileMethods in ai.vectros.types that return types with arguments of type SchemaResponseStorageProfileMethods in ai.vectros.types with parameters of type SchemaResponseStorageProfileModifier and TypeMethodDescriptionSchemaResponse.Builder.storageProfile(SchemaResponseStorageProfile storageProfile) Method parameters in ai.vectros.types with type arguments of type SchemaResponseStorageProfileModifier and TypeMethodDescriptionSchemaResponse.Builder.storageProfile(Optional<SchemaResponseStorageProfile> storageProfile) Payload storage profile: STANDARD (externalize large payloads to S3), LOW_LATENCY (always store inline), or LARGE_PAYLOAD (always externalize).